Parameters
JSON body
Request body
application/jsoncustomerIdstringRequiredContact external ID.
Example
abc123def456ghijGenerates the same ZIP bundle as /export-gdpr and dispatches it as an attachment to the contact’s primary e-mail address. The message body is rendered from the contact-gdpr-export notification template (per-org override or system default) in the contact’s preferred language. The ZIP is also persisted in blob storage so it remains downloadable from the e-mail audit log.
JSON body
customerIdstringRequiredContact external ID.
abc123def456ghij1 status code documented
successbooleanRequiredrecipientEmailstringRequiredfilenamestringRequired{
"success": false,
"recipientEmail": "example_recipientEmail",
"filename": "example_filename"
}POST /bff/contact/export-gdpr-email
curl -X POST "https://api.bizkithub.com/bff/contact/export-gdpr-email" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"customerId": "abc123def456ghij"
}'All BizKitHub public API endpoints require authentication via API key.