Authentication

JWT

Manage jwt within the Authentication API. This section covers endpoints for working with jwt including retrieval, creation, and management operations.

Create JWT

POST/accounts/{account_id}/jwt/create

Create a JWT for a given API key. Note that these JWT keys are only valid for the non-authenticated Webcast endpoints. They function to attach the rate limits of the API key to the request for client-sided applications.

Path Parameters

account_id*number (double)

Request Body

Required

The configuration for the JWT

limitsobject
websocketsobject
expireAfter*number (double)
namestring

Responses

200Ok

Response Attributes

code*number (double)
messagestring
tokenstring
configobject
||
Request
Response200