Skip to main content
Events APIs use HTTP Basic Authentication. Include this header in every request:
The API key goes in the username field of HTTP Basic Auth. The password is always empty — note the trailing colon before Base64 encoding.

Required Header

  • Authorization: Basic followed by Base64 of api_key: (API key + colon, empty password).

Where to find your API key

  • Dashboard path: Workspace Settings → API Keys
  • Create or manage keys in the Zixflow dashboard for your workspace.

Encoding example

Example request

Auth error responses

See Events Errors for the full error response shape.
Do not use messaging ingest headers (x-api-key, x-workspace-id) with Events APIs. Those apply only to api-ai.zixflow.com.