RefreshToken
Description: Requests a new fresh authentication token. The currently used token cannot have already expired.
URL: /refreshToken/<token>
Method: GET
URL Params: Required: token
This method cannot be used if the -aaa parameter is used to access the API sever.
Response Codes
Code | Result | Response |
|---|---|---|
Success | ||
200 | Success | {
Token : token string,
Token-type : "bearer"
Expires-at : expiration timestamp
}
|
Client errors | ||
400 | Bad request | |
410 | Gone | |