Login (obtain token)
documentedObtain an authentication token using username and remote API key (token can be used for subsequent API calls).
POST /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 "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"username": "{{$username}}", "remote_key": "{{$remote_key}}", "token2fa": "{{$token2fa}}"}'