✨ New Gift Cards API Live Now - Beta!
cURL
curl --request GET \ --url https://api.gameboost.com/v2/order-disputes/{orderDisputeCase}/events \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": 123, "type": "dispute_created", "actor_id": 123, "actor_username": "<string>", "payload": {}, "evidence_urls": [ "<string>" ], "created_at": 123 } ] }
Retrieve the complete chronological event timeline for a specific order dispute.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the order dispute case.
Chronological list of events for an order dispute
Show child attributes
Was this page helpful?