Sign in

Request access token

documented

Request an access token using the password credential grant (POST).

POST /authorisation/tokenOAuthno 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" \
  -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}}"}'