Refresh a Fyatu API v3.20 JWT access token before it expires. POST /auth/refresh with Authorization header.
Documentation Index
Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt
Use this file to discover all available pages before exploring further.
businessId and secretKey. The refreshed token carries the same scopes as the original.
POST /auth/token.
| Code | Description |
|---|---|
AUTH_TOKEN_MISSING | No Authorization header provided |
AUTH_TOKEN_INVALID | Token is malformed, revoked, or past the refresh window |