Skip to main content
POST
/
v0
/
auth
/
refresh
Refresh access token
curl --request POST \
  --url https://1click.chaindefuser.com/v0/auth/refresh \
  --header 'Content-Type: application/json' \
  --data '
{
  "refreshToken": "<string>"
}
'
{
  "accessToken": "<string>",
  "expiresIn": 123
}

Body

application/json
refreshToken
string
required

Refresh token obtained from authenticate endpoint

Response

accessToken
string
required

New JWT access token

expiresIn
number
required

Access token expiration time in seconds