Skip to main content
POST
/
auth
/
refresh
Refresh Access Token
curl --request POST \
  --url https://api.example.com/auth/refresh
{
  "access_token": "<string>",
  "token_type": "<string>"
}

Cookies

refresh_token
string | null

Response

Successful Response

access_token
string
required
token_type
string
required