Skip to main content
POST
/
miniapp
/
maintenance
/
status
Get Maintenance Status
curl --request POST \
  --url https://api.example.com/miniapp/maintenance/status \
  --header 'Content-Type: application/json' \
  --data '
{
  "initData": "<string>"
}
'
{
  "isActive": true,
  "message": "<string>",
  "reason": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.bedolagam.ru/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
initData
string
required

Response

Successful Response

isActive
boolean
required
message
string | null
reason
string | null