Generate temporary streaming token

Generates a temporary authentication token for use with streaming services.

Headers

AuthorizationstringRequired

Query parameters

expires_in_secondsintegerOptional>=1
The desired expiration time for the token in seconds.
max_session_duration_secondsintegerOptional>=1
The desired maximum duration for the session started using this token in seconds.

Response

Successfully generated temporary token
tokenstring
The temporary authentication token
expires_in_secondsinteger
The actual expiration time of the token in seconds.

Errors