Request access token with 2FA
documentedRequest an access token when 2FA is enabled (2FA code provided after initial response).
POST /authorisation/token-2faOAuthno 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://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}}"}'