Skip to main content
POST
Refresh Token
V2 Alpha — This endpoint is part of the V2 API preview. Breaking changes may occur.

Overview

Exchange a valid (non-expired) vendor JWT token for a new one with a fresh 24-hour expiry. Use this to maintain sessions without requiring re-authentication with the API key. The new token inherits the vendor scope from the original.

Use Cases

  • Long-running integrations — Automatically refresh tokens before they expire
  • Vendor portal sessions — Keep your session alive without re-entering the API key

Request

No request body required. The current token is read from the x-access-token header.

Response

200

Error Response

401

Example