Skip to main content
POST
API key token (V2)

Overview

Exchanges a Telemax company API key for a signed JWT. Use this for server-to-server integrations where no user identity is required.
This endpoint replaces V1 API key token.

Endpoint

POST /v2/api/authentication/token/api-key

Authentication

Not required (public endpoint).

Request headers

Request body (form)

string
required
Company API key (43 characters, issued from the Telemax dashboard).

Response

200 OKJwtTokenResponse

Example response

Error responses

Body

application/x-www-form-urlencoded
apiKey
string
required
Example:

"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"

Response

Successful response