POST
/
auth
/
refresh
curl --request POST \
  --url https://api-staging.boost.xyz/auth/refresh \
  --header 'Content-Type: application/json' \
  --data '{
  "refreshToken": "<string>"
}'
{
  "accessToken": "<string>"
}

Body

application/json
refreshToken
string
required

Response

200
application/json
Success
accessToken
string
required