Skip to main content
GET
/
cabinet
/
info
/
support-config
Get Support Config
curl --request GET \
  --url http://localhost:8080/cabinet/info/support-config
{
  "tickets_enabled": true,
  "support_type": "<string>",
  "support_url": "<string>",
  "support_username": "<string>"
}

Response

200 - application/json

Successful Response

Support/tickets configuration for miniapp.

tickets_enabled
boolean
required
support_type
string
required
support_url
string | null
support_username
string | null