Skip to main content
GET
Get Top Up History Endpoint

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer
default:10
Required range: x <= 50
cursor
string | null

Response

Successful Response

Response to GET /billing/free-credit request

top_ups
TopUpHistoryResponse · object[]
required

List of top-ups

has_more
boolean
required

Whether there are more top-ups to fetch

cursor
string | null

Cursor for next page