Sign in

Get access token (password grant)

documented

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

GET /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?grant_type=password&username={{$saasu_username}}&password={{$saasu_password}}&scope={{$saasu_scope}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/x-www-form-urlencoded"