Credit notes
List all credit notes
This endpoint list all existing credit notes.
GET
/
credit_notes
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
page
integer
Page number.
per_page
integer
Number of records per page.
external_customer_id
string
Unique identifier assigned to the customer in your application.
Response
200 - application/json
credit_notes
object[]
requiredWas this page helpful?