Refresh Token
Authentication
Refresh Token
Exchange a valid vendor token for a new one with extended expiry
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 thevendor 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 thex-access-token header.
Response
200
Error Response
401