Skip to main content
POST
Login by obtaining a new access token

Body

application/json
refreshToken
string
required

The refresh token issued for the authentication process. It is required to obtain a new access token.

Minimum string length: 1

Response

RequestSuccess

accessToken
string
required

The new access token to be used for subsequent API calls. It is set to expire every hour.

expiresIn
integer
required

The lifetime of the access token in seconds.

expiresAt
string
required

The expiration time of the access token, in ISO 8601 format.