GET
/
v1
/
customers
/
{id}
/
credits
/
{productId}
/
transactions

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required
productId
string
required

Query Parameters

take
number | null
default: 50
skip
number | null
default: 0
id
string | null
type
string | null
invoice_id
string | null
created_at
string | null

Response

200 - application/json
meta
object
required
data
object[]
required

List of CreditTransaction.