Sign in

Authorize application

documented

Direct the user to authorize the application to access Alterdesk resources.

GET /oauth/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://im.alterdesk.com/oauth/authorize?response_type=code&client_id={{ALTERDESK_CLIENT_ID}}&redirect_uri={{REDIRECT_URI}}&scope={{SCOPE}}&state={{STATE}}" \
  -X GET \
  -H "Accept: text/html" \
  -H "Cache-Control: no-cache"