Retrieves the playback key of an application.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vod:GetAppPlayKey |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
No |
The application ID. Default value: app-1000000. For more information, see Multi-application. |
app-1000000 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
25818875-5F78-4A*****F6-D7393642CA58 |
| AppPlayKey |
object |
The application playback key information. |
|
| AppId |
string |
The application ID. |
app-1000000 |
| PlayKey |
string |
The playback key.
|
yzNgTUtAl6HAuosIA |
| CreationTime |
string |
The time when the playback key was created. The time is in the yyyy-MM-ddTHH:mm:ssZ format (UTC). |
2025-03-18T03:59:01Z |
| ModificationTime |
string |
The time when the playback key was last modified. The time is in the yyyy-MM-ddTHH:mm:ssZ format (UTC). |
2025-03-18T03:59:01Z |
Examples
Success response
JSON format
{
"RequestId": "25818875-5F78-4A*****F6-D7393642CA58",
"AppPlayKey": {
"AppId": "app-1000000",
"PlayKey": "yzNgTUtAl6HAuosIA",
"CreationTime": "2025-03-18T03:59:01Z",
"ModificationTime": "2025-03-18T03:59:01Z"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.