Calls
Generate eavesdrop session token
Issue a short-lived JWT scoped to eavesdrop on one live call. Use the token as Authorization: Bearer <token> or ?token= when opening GET /v1/eavesdrop. The call must be live (connected, started, or in_progress). Token lifetime is 15 minutes.
POST
Generate eavesdrop session token
Authorizations
Send your organization API key as Authorization: Bearer <key>.
Path Parameters
Call id
Query Parameters
Required when authenticating with an internal API key; scopes the request to one organization.
Response
Eavesdrop session token.
Short-lived credential for one eavesdrop WebSocket connection.
JWT with the eavesdrop scope and a call_id claim matching the requested call.
Generate eavesdrop session token

