Skip to Content
API ReferenceAuthentication

Authentication

Every request to the Ingest API must carry an API key. Keys are issued from your workspace settings and identify which account, and which team, a call belongs to.

Sending the key

Pass the key as a bearer token on every request:

Authorization: Bearer vx_your_api_key

A request with no key, or an unrecognised one, is rejected with 401. See Errors.

Last updated on