Pular para o conteúdo principal
GET
JavaScript

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de consulta

created_at_gte
string<date-time>

Get events after this created time

created_at_lte
string<date-time>

Get events created before this time

page_size
integer<int32>

Page size default is 10 max is 100

Intervalo obrigatório: x >= 0
page_number
integer<int32>

Page number default is 0

Intervalo obrigatório: x >= 0
customer_id
string

Filter by customer id

status
enum<string>

Filter by status

Opções disponíveis:
pending,
active,
on_hold,
cancelled,
failed,
expired
brand_id
string

filter by Brand id

product_id
string

Filter by product id

cancel_at_next_billing_date
boolean

Filter by cancel_at_next_billing_date (subscriptions scheduled for cancellation)

Resposta

items
object[]
obrigatório
Última modificação em 28 de maio de 2026