List credit transactions
Retrieve all credit transactions associated with a credit product for a specific customer.
GET
/
v1
/
customers
/
{id}
/
credits
/
{productId}
/
transactions
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredproductId
string
requiredQuery Parameters
take
number | null
default: 50skip
number | null
default: 0id
string | null
type
string | null
invoice_id
string | null
created_at
string | null
Response
200 - application/json
meta
object
requireddata
object[]
requiredList of CreditTransaction.
Was this page helpful?