✨ New Gift Cards API Live Now - Beta!
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.
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
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.gameboost.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the order dispute case.
Chronological list of events for an order dispute
Show child attributes
Was this page helpful?