Skip to main content

Creates a media router read token

POST /v1/token/mediarouter/read

Summary

Creates a media router read token.

Details

Request body: JSON object with streamPath.

Returns a token and expiration timestamp for media router read 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"
}