Parameters
JSON body
Request body
application/jsonemailstringRequiredCandidate e-mail address (may be unnormalized).
Normalizes the candidate e-mail via fixEmail() and reports whether it is empty, invalid, available, or already taken by another contact in the organisation. Designed for live ajax feedback as the operator types into the create-contact form.
JSON body
emailstringRequiredCandidate e-mail address (may be unnormalized).
1 status code documented
This response returns no JSON body.
{
"success": true
}POST /bff/contact/check-email-availability
curl -X POST "https://api.bizkithub.com/bff/contact/check-email-availability" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"email": "example_email"
}'All BizKitHub public API endpoints require authentication via API key.