Login (obtain token)
documentedObtain an authentication token using username and remote API key (token can be used for subsequent API calls).
GET /auth/login.(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/login.json?version=2" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'username={{$username}}&remote_key={{CHECKVIST_API_KEY}}&token2fa={{$token2fa}}'