Skip to main content
GET
/
cabinet
/
admin
/
broadcasts
/
buttons
Get Buttons
curl --request GET \
  --url https://api.example.com/cabinet/admin/broadcasts/buttons \
  --header 'Authorization: Bearer <token>'
{
  "buttons": [
    {
      "key": "<string>",
      "label": "<string>",
      "default": false
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

Response with available buttons.

buttons
BroadcastButton · object[]
required