Skip to main content
GET
Get credit transaction history

Authorizations

Authorization
string
header
required

API Key authorization header. Example: "Authorization: ApiKey {your-api-key}"

Authorization
string
header
required

OAuth 2.0 Bearer token. Example: "Authorization: Bearer {access-token}"

Query Parameters

pageIndex
integer<int32>
default:1

Page number (1-based, default: 1)

recordsPerPage
integer<int32>
default:50

Records per page (default: 50, max: 100)

Response

Returns the credit history

Response model for credit history

transactions
object[] | null
totalCount
integer<int32>
pageIndex
integer<int32>
recordsPerPage
integer<int32>