Skip to main content
POST
/
admin
/
bans
/
phone
/
check
Check phone ban status
curl --request POST \
  --url https://api.fluxer.app/v1/admin/bans/phone/check \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "phone": "<string>"
}
'
{
  "banned": true
}

Authorizations

Authorization
string
header
required

Admin API key: Authorization: Admin <token>. Only valid for /admin/* endpoints.

Body

application/json
phone
string
required

Response

Success

banned
boolean
required