Parameters
1 query
Query parameters
· 1customerIdstringRequiredContact external ID.
Example
abc123def456ghijReturns every additional email associated with the contact and the channel toggles (invoices / reminders / marketing). The contact's primary shop__contact.email is NOT included — render it separately in the UI.
1 query
customerIdstringRequiredContact external ID.
abc123def456ghij1 status code documented
itemsobject[]RequiredidnumberRequiredInternal row id (use it for update / delete).
emailstringRequiredlabelstring | nullRequiredFree-form role label, e.g. "Účetní", "Project manager", "Billing".
sendInvoicesbooleanRequiredsendRemindersbooleanRequiredsendMarketingbooleanRequiredpositionnumberRequiredDisplay order within the contact (lower = primary).
insertedDatestringRequiredupdatedDatestringRequired{
"items": [
{
"id": 0,
"email": "example_email",
"sendInvoices": false,
"sendReminders": false,
"sendMarketing": false,
"position": 0,
"insertedDate": "example_insertedDate",
"updatedDate": "example_updatedDate"
}
]
}GET /bff/contact/email-list
curl -X GET "https://api.bizkithub.com/bff/contact/email-list?customerId=abc123def456ghij" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.