Parameters
JSON body
Request body
application/jsondomainstringRequiredDomain name to add to the organisation.
Example
example.comRegisters a new domain for the current organisation. The domain must be verified separately via the verification flow.
JSON body
domainstringRequiredDomain name to add to the organisation.
example.com1 status code documented
successbooleanRequiredTrue if the domain was successfully added.
true{
"success": true
}POST /bff/domain/add
curl -X POST "https://api.bizkithub.com/bff/domain/add" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"domain": "example.com"
}'All BizKitHub public API endpoints require authentication via API key.