Query whether one or more phone numbers are currently banned. Returns the ban status and metadata for verification or appeal purposes.
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
}Documentation Index
Fetch the complete documentation index at: https://docs.fluxer.app/llms.txt
Use this file to discover all available pages before exploring further.
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
}