OAuth authorization
documentedOAuth authorization redirect (GET to ssl.smsapi.com/oauth/access/).
GET /oauth/accessOAuthno 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://ssl.smsapi.com/oauth/access/?client_id={{$client_id}}&redirect_uri={{$redirect_uri}}&scope={{$scope}}&state={{$state}}" \
-X GET \
-H "Accept: application/json"