Parameters
JSON body
Request body
application/jsonapiKeystringRequiredFull-access Resend API key (starts with re_). Used only for inbound message polling.
Example
re_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXValidates the supplied Resend API key by hitting /emails/receiving?limit=1 and, on success, persists it into cas__organisation_configuration (key resend_api_key). Presence of this key enables the 10-minute inbound sync cron for this organisation.
JSON body
apiKeystringRequiredFull-access Resend API key (starts with re_). Used only for inbound message polling.
re_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX1 status code documented
successbooleanRequiredtrue{
"success": true
}POST /bff/emailer-incoming/set-api-key
curl -X POST "https://api.bizkithub.com/bff/emailer-incoming/set-api-key" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"apiKey": "re_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
}'All BizKitHub public API endpoints require authentication via API key.