Skip to main content
GET
List credit transactions

Authorizations

Authorization
string
header
required

API key in format: rg_live_xxxx. Pass as a Bearer token in the Authorization header.

Query Parameters

limit
integer
default:50

Page size. Default 50, maximum 100.

Required range: x <= 100
offset
integer
default:0

Rows to skip. Default 0.

type
enum<string>

Filter by transaction type.

Available options:
PURCHASE,
USAGE,
REFUND,
BONUS
start_date
string<date-time>

Only transactions at or after this ISO 8601 date.

end_date
string<date-time>

Only transactions at or before this ISO 8601 date.

Response

Success.

success
boolean
data
object