Creates a media router publish token
POST /v1/token/mediarouter/publish
Summary
Creates a media router publish token.
Details
Request body: JSON object with streamPath.
Returns a token and expiration timestamp for media router publish access.
Authentication
No operation-level security requirement is documented here.
Parameters
None documented here.
Request Body
Required: Yes
application/json
streamPath(string, optional)
Example
{
"streamPath": "sendsrt-wearabledevice"
}
Responses
200
Success
application/json
Not documented here.
Example
{
"token": "example-jwt-token",
"expiresUtc": "2026-03-30T12:05:00.0000000Z"
}