Refresh token
documentedRefresh an existing API token without re-supplying credentials.
POST /auth/refresh_token.(json|xml)Authno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://checkvist.com/auth/refresh_token.json?version=2" -X POST -H "Content-Type: application/json" -H "Accept: application/json" -d '{"old_token": "{{$old_token}}", "token2fa": "{{$token2fa}}"}'