Passer au contenu principal
GET
JavaScript

Autorisations

Authorization
string
header
requis

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

Paramètres de requête

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

Plage requise: x >= 0
page_number
integer<int32>

Page number default is 0

Plage requise: x >= 0
dispute_status
enum<string>

Filter by dispute status

Options disponibles:
dispute_opened,
dispute_expired,
dispute_accepted,
dispute_cancelled,
dispute_challenged,
dispute_won,
dispute_lost
dispute_stage
enum<string>

Filter by dispute stage

Options disponibles:
pre_dispute,
dispute,
pre_arbitration
customer_id
string

Filter by customer_id

Réponse

items
object[]
requis
Dernière modification le 1 avril 2026