Parameters
JSON body
Request body
application/jsoncontactExternalIdstringRequiredshop__contact.external_id of an in-org contact with a deliverable email address.
Example
cust_abc123Re-points cas__organisation.admin_contact_id at another in-org shop__contact. The contact must belong to the caller's organisation and must carry an email (otherwise platform notifications have nowhere to go). Bumps the cache; downstream support-email lookups pick up the change on the next request.
JSON body
contactExternalIdstringRequiredshop__contact.external_id of an in-org contact with a deliverable email address.
cust_abc1231 status code documented
successbooleanRequired{
"success": false
}POST /bff/organisation/update-admin-contact
curl -X POST "https://api.bizkithub.com/bff/organisation/update-admin-contact" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"contactExternalId": "cust_abc123"
}'All BizKitHub public API endpoints require authentication via API key.