Proactive

API / V1

Auth

1 endpoint in this section.

POST/api/v1/auth/refresh

Requires none scope with none authentication.

Parameters

ParamTypeRequiredDescriptionOptions
refresh_tokenstringYes

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.