Generate temporary streaming token

Generates a temporary authentication token for use with streaming services.

Headers

AuthorizationstringRequired

Query parameters

expires_in_secondsintegerRequired>=1<=600
The desired expiration time for the token in seconds.
max_session_duration_secondsintegerOptional>=60<=10800Defaults to 10800
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