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
RequiredThe configuration for the JWT
limitsobject
websocketsobject
expireAfter*number (double)
namestring
metadata*object
api*object
Make all properties in T optional
websocketsobject
Make all properties in T optional
cdnobject
Make all properties in T optional
Responses
200Ok
Response Attributes
code*number (double)
messagestring
tokenstring
configobject