Sign in

Request access token with 2FA

documented

Request an access token when 2FA is enabled (2FA code provided after initial response).

POST /authorisation/token-2faOAuthno 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://api.saasu.com/authorisation/token-2fa" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"grant_type": "password", "username": "{{$username}}", "password": "{{$password}}", "scope": "full", "verification_code": "{{$verification_code}}"}'