Obtains a one-time token for a channel service request. The token is used to authenticate channel-related API operations and is invalidated after use.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ecd:GetRequestToken |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ChannelId |
string |
Yes |
The ID of the channel. The request token is valid only for this channel. |
wuying**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| RequestId |
string |
The ID of the request. |
25BB1CE-6B47-12DC-9FE6-03726**** |
| RequestToken |
string |
The generated request token for the channel service. The token is valid for a single use. |
8789d7271c36979**** |
Examples
Success response
JSON format
{
"RequestId": "25BB1CE-6B47-12DC-9FE6-03726****",
"RequestToken": "8789d7271c36979****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.