All Products
Search
Document Center

Simple Log Service:RefreshToken

Last Updated:Nov 13, 2024

Refreshes an access token by using a ticket to access the Simple Log Service console.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

POST /token/refresh HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
ticketstringNo

The ticket that is used for logon-free access.

eyJ***************.eyJ******************.KUT****************

Response parameters

ParameterTypeDescriptionExample
headersobject
Content-Typestring
Serverstring
Content-Lengthstring
Datestring
Connectionstring
x-log-requestidstring
object

Schema of Response

Examples

Sample success responses

JSONformat

{
  "accessToken": "eyJ***************.eyJ******************.KUT****************"
}

Error codes

For a list of error codes, visit the Service error codes.