Skip to main content
GET
List credit bundles

Authorizations

Authorization
string
header
required

Bearer token authentication used for standard API calls. Format: 'Bearer YOUR_API_KEY'

Query Parameters

cursor
string

Pagination cursor from a previous response

limit
integer
default:10

Maximum number of results to return (1-100)

Required range: 1 <= x <= 100
plan_id
string

Filter credit bundles by plan ID

Response

List of credit bundles

data
object[]
has_more
boolean
next_cursor
string