Refresh Token
Request
URI
GET
https://{api_host}/api/tokens/refresh
COPY
Responses
200
Returns
iamToken
of type(s)
*/*
{
"accessTokenExpiresAt": "string",
"expiresInSecs": "string",
"refreshToken": "string",
"refreshTokenExpiresAt": "string",
"accessToken": "string"
}
string As int64
As int64
accessTokenExpiresAt
Optional
accessTokenExpiresAt
string As int64
As int64
expiresInSecs
Optional
expiresInSecs
string
refreshToken
Optional
refreshToken
string As int64
As int64
refreshTokenExpiresAt
Optional
refreshTokenExpiresAt
string
accessToken
Optional
accessToken
404
Not Found
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/tokens/refresh