Skip to main content
POST
/
v2
/
seller-breaks
/
end
End seller break
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
  }
}

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.

Authorizations

Authorization
string
header
required

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

Response

A single seller break

data
object

Seller break session