Skip to main content
POST
Refresh OAuth access token

Body

application/json
refreshToken
string
required

Refresh token obtained from token generation

Example:

"rt_abc123xyz..."

Response

Token refreshed successfully. Returns new access_token, refresh_token, token_type (Bearer), expiration time, and scopes.