refresh_token
Refresh an ID token
Exchange a refresh token for a new ID token. This is a free endpoint — no x402 payment required. Uses the standard OAuth2 grant_type=refresh_token pattern.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grant_type | Yes | Must be "refresh_token" | |
| refresh_token | Yes | The refresh token received from a previous /auth or /get-card call |