Refreshes an access token using a ticket. The access token is used to call console API operations.
Try it now
Test
RAM authorization
Request syntax
POST /token/refresh HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ticket |
string |
No |
The logon-free ticket. |
eyJ***************.eyJ******************.KUT**************** |
| accessTokenExpirationTime |
integer |
No |
|
600 |
Response elements
|
Element |
Type |
Description |
Example |
| headers |
object |
||
| Content-Type |
string |
||
| Server |
string |
||
| Content-Length |
string |
||
| Date |
string |
||
| Connection |
string |
||
| x-log-requestid |
string |
||
|
object |
The response body. |
||
| accessToken |
string |
The access token. |
eyJ***************.eyJ******************.KUT**************** |
Examples
Success response
JSON format
{
"accessToken": "eyJ***************.eyJ******************.KUT****************"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.