POST
/api/v1/auth/refreshRequires none scope with none authentication.
Parameters
| Param | Type | Required | Description | Options |
|---|---|---|---|---|
| refresh_token | string | Yes | Refresh token used to issue new access token. | - |
Security Warning:
Treat refresh tokens like passwords. Do not pass them to LLMs, AI agents, or third-party tools unless you fully trust and control data retention, logging, and access policies. If a refresh token is exposed, an attacker can keep rotating and minting new access tokens until the credential or refresh token chain is revoked.
Request Example
Use the snippet below to call this endpoint from your app or CLI.
Response Example
Toggle between a success and failure payload returned by this endpoint.