Query whether one or more email addresses are currently banned from registration. Returns the ban status and metadata.
curl --request POST \
--url https://api.fluxer.app/v1/admin/bans/email/check \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com"
}
'{
"banned": true
}curl --request POST \
--url https://api.fluxer.app/v1/admin/bans/email/check \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com"
}
'{
"banned": true
}