Authorize application
documentedOAuth authorization endpoint to initiate the authorization flow.
GET /oauth/authorizeAuthno 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.ticketbud.com/oauth/authorize?response_type={{$response_type}}&client_id={{$client_id}}&redirect_url={{$redirect_url}}&scope={{$scope}}&state={{$state}}" \
-X GET \
-H "Accept: application/json"