Get access token (password grant)
documentedRequest an access token using the password credential grant (GET form).
GET /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?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"