List Credit Transactions

Authentication

AuthorizationBearer

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

Query parameters

limitintegerOptional<=200Defaults to 50
offsetintegerOptional>=0Defaults to 0
typestring or nullOptional
monthstring or nullOptionalformat: "^\d{4}-\d{2}$"

Response

Successful Response
idstring
typestring
amountCentsinteger
balanceAfterCentsinteger
descriptionstring or null
createdAtstring
receiptUrlstring or null

Errors

422
Unprocessable Entity Error