Generate temporary streaming token
Generates a temporary authentication token for use with streaming services.
Headers
Authorization
Query parameters
expires_in_seconds
The desired expiration time for the token in seconds.
max_session_duration_seconds
The desired maximum duration for the session started using this token in seconds.
Response
Successfully generated temporary token
token
The temporary authentication token
expires_in_seconds
The actual expiration time of the token in seconds.