The headers
Your Workspace ID — the workspace slug (shown in Settings), or the
workspace UUID. Both are accepted.
Your workspace API key.
Getting an API key
An owner or admin mints a key:1
From the dashboard
Settings → Integrations → create an API key.
2
From the API (event-ingest key)
POST /integrations/event-ingest-key (JWT-authed, owner/admin) issues a
key for the public API.Example request
Validate a connection
CallGET /public/me to confirm your credentials — it returns your workspace name, plan and status. Make uses this same endpoint to render the connection chip.
Errors
- Missing either header →
401 Missing tenant or API key. - Wrong key →
401 Invalid API key.

