/bff/contact/check-email-availability
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.
ContactpostBffContactCheck-email-availability
Parameters
1 body
Body · 1
emailstringRequiredCandidate e-mail address (may be unnormalized).
Request
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"
}'Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.