POST
/
api
/
account.refreshAccessToken
curl --request POST \
  --url http://api-eu.rimdian.com/api/account.refreshAccessToken \
  --header 'Authorization: Bearer <token>'
{
  "access_token": "xxxxx",
  "access_token_expires_at": "2024-01-01T00:00:00Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
text/plain
Access token refreshed
access_token
string
access_token_expires_at
string