List credit notes
OAuth scope: client_invoices.read
Retrieves the list of credit notes for the authenticated organization.
You can filter (ex: only retrieve the latest credit notes) and sort this list by using query parameters 👇
Authorizations
Bearer authorization header: Bearer <token>
, where <token>
is the access token received from the authorization server at the end of the OAuth 2.0 flow.
Headers
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
Query Parameters
Credit notes can be filtered by their created_at
property. Can be use in combination with the created_at_to
query parameter to get credit notes created within a specific timeframe. Please use a valid date time format (ISO 8601 for instance).
"2022-02-01T12:01:02Z"
Credit notes can be filtered by their created_at
property. Can be use in combination with the created_at_from
query parameter to get credit notes created within a specific timeframe. Please use a valid date time format (ISO 8601 for instance).
"2022-23-04T16:23:00Z"
Returned page (cf. Pagination).
1
Number of credit notes per page (cf. Pagination).
x <= 100
Credit notes can be sorted by their created_at
property in 2 possible orders: asc
(Ascending) / desc
(Descending).
Response
The response is of type object
.