🔓 PUBLIC ENDPOINT: Exchanges a refresh token for a new access token and refresh token pair. The old refresh token is automatically revoked. Rate limit: 20 requests per minute.
| Field | Type | Required | Description |
|---|---|---|---|
refreshToken | string | Yes | Refresh token from token generation |
Refresh token obtained from token generation
"rt_abc123xyz..."
Token refreshed successfully. Returns new access_token, refresh_token, token_type (Bearer), expiration time, and scopes.