Sign in

Refresh token

documented

Refresh an existing API token without re-supplying credentials.

POST /auth/refresh_token.(json|xml)Authno implementation yet0 runs
No 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}}"}'
Refresh token · checkvist · OpenIntegrations