Skip to main content
GET
/
api
/
v1
/
billing
/
transactions
/
List credit transactions
curl --request GET \
  --url https://api.rezora.io/api/v1/billing/transactions/ \
  --header 'Authorization: Bearer <token>'
{
  "transactions": [
    {}
  ],
  "has_more": true
}

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer

Maximum number of rows to return.

offset
integer

Zero-based pagination offset.

Response

200 - application/json
transactions
object[]
required
has_more
boolean
required