/bff/contact/email-list
Returns 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.
ContactgetBffContactEmail-list
Parameters
1 query
Query · 1
customerIdstringRequiredContact external ID.
Request
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"Response
JSON payload
{
"items": [
{
"id": 0,
"email": "example_email",
"sendInvoices": false,
"sendReminders": false,
"sendMarketing": false,
"position": 0,
"insertedDate": "example_insertedDate",
"updatedDate": "example_updatedDate"
}
]
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.