Skip to main content
GET
List Immediate Charges

Autorizaciones

Authorization
string
header
requerido

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

Encabezados

X-Account-Id
string
requerido

Account ID (UUID format)

Parámetros de consulta

limit
integer

Maximum number of collections per page (1-100)

page
integer

Page number for pagination (starting at 1)

status
string

Status filter

tags
string

Tags filter

Respuesta

OK

items
object[]

Items is the array of collection results

limit
integer

Limit is the maximum number of results returned

Ejemplo:

10

page
integer

Page is the current page number

Ejemplo:

1

total
integer

Total is the total number of collections matching the filters

Ejemplo:

150