**This method is not enabled
A PlaybackGrant resource allows developers to generate a grant to initialize the Twilio Live Player SDK and connect to a livestream.
This method is not enabled. Returns a single PlaybackGrant resource identified by a SID.
Path parameters
-
The SID of the PlayerStreamer resource to fetch.
GET /v1/PlayerStreamers/{Sid}/PlaybackGrant
curl \
-X GET https://media.twilio.com/v1/PlayerStreamers/{Sid}/PlaybackGrant \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"sid": "string",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"sid": "string",
"url": "https://example.com"
}