Skip to main content
PUT
/
platform
/
applications
/
authtickets
/
refresh-ticket
Error
A valid request URL is required to generate request examples
{
  "refreshToken": "<string>",
  "accessToken": "<string>",
  "accessTokenExpiration": "2023-11-07T05:31:56Z",
  "refreshTokenExpiration": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json

Complex object to have the refresh token sent in the body intead of as clear text in the query string.

refreshToken
string | null

The refresh token for renewing the authorization.

Response

Success

refreshToken
string | null
accessToken
string | null
accessTokenExpiration
string<date-time>
refreshTokenExpiration
string<date-time>