Sign in

Authorize application

documented

Redirect user to consent/authorization.

GET /o/oauth2/authorizeAuthenticationno 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.agendize.com/o/oauth2/authorize?{{$client_id}}={{$client_id}}&redirect_uri={{$redirect_uri}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Authorize application · Agendize · OpenIntegrations