Request access token
documentedRequest an access token using the password credential grant (POST).
POST /authorisation/tokenOAuthno 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" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"grant_type": "{{$grant_type}}", "username": "{{$username}}", "password": "{{$password}}", "scope": "{{$scope}}", "verification_code": "{{$verification_code}}"}'