DocsAPI ReferenceContact/bff/contact/email-list
getContactAdmin BFF

/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

1 total
Query · 1
customerIdstringRequired

Contact external ID.

Request

GET /bff/contact/email-list

get
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.

Get API Key