Parameters
JSON body
Request body
application/jsondomainstringRequiredDomain name to mark as the organisation's canonical public URL.
Example
example.comMarks the given verified production domain as the organisation's canonical public URL. Post digest, RSS and article-URL builders read this flag; unset defaults fall back to {slug}.bizkithub.com.
JSON body
domainstringRequiredDomain name to mark as the organisation's canonical public URL.
example.com1 status code documented
successbooleanRequiredTrue if the primary flag was updated.
true{
"success": true
}POST /bff/domain/set-primary
curl -X POST "https://api.bizkithub.com/bff/domain/set-primary" \
-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.