Refreshes an access token by using a ticket to access the Simple Log Service console.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
POST /token/refresh HTTP/1.1
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ticket | string | No | The ticket that is used for logon-free access. | eyJ***************.eyJ******************.KUT**************** |
Response parameters
Examples
Sample success responses
JSON
format
{
"accessToken": "eyJ***************.eyJ******************.KUT****************"
}
Error codes
For a list of error codes, visit the Service error codes.