Rotate refresh token and obtain a new access token.
Rotates the refresh token and returns a new access token. Refresh tokens are single-use; the previous refresh token is invalidated. RequiresDocumentation Index
Fetch the complete documentation index at: https://orchestrator-docs.hexoforge.dev/llms.txt
Use this file to discover all available pages before exploring further.
X-API-Key only (no Bearer).
| Code | Meaning |
|---|---|
| 200 | Rotated successfully |
| 401 | Invalid, expired, or already-used refresh token |
| 403 | IP blocked or firewall deny |
| 429 | Rate limited |