Refresh token
documentedRefresh an existing API token without re-supplying credentials.
GET /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&old_token={{$old_token}}' -X GET -H 'Accept: application/json'