API Reference
cURL
curl --request POST \ --url https://api.gameboost.com/v2/seller-breaks/end \ --header 'Authorization: Bearer <token>'
{ "data": { "id": 123, "comment": "<string>", "started_at": 123, "ended_at": 123, "created_at": 123, "updated_at": 123 } }
End the current active break session for the authenticated seller.
Documentation IndexFetch the complete documentation index at: https://docs.gameboost.com/llms.txtUse this file to discover all available pages before exploring further.
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.
Bearer <token>
<token>
A single seller break
Seller break session
Show child attributes
Was this page helpful?