Skip to main content
PUT
/
v3
/
auth
/
token
Refresh authorization token
curl --request PUT \
  --url https://api.sandbox.finsei.com/v3/auth/token \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'token=<string>'
{
  "access": {
    "token": "<string>",
    "expiredAt": 123,
    "expiresIn": 123
  },
  "refresh": {
    "token": "<string>",
    "expiredAt": 123,
    "expiresIn": 123
  }
}

Body

token
string
required

Refresh token

Response

OK

access
object
refresh
object