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

Response

200
application/json

Success

The response is of type object.