Alterdesk
API integration and workflow automation platform
| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://api.alterdesk.com/ | link | — | — | — |
Actions (4)
Authentication · 3
- Authorize applicationGET /oauth/authorize
Direct the user to authorize the application to access Alterdesk resources.
documented - Exchange authorization code for access tokenPOST /oauth/token
Exchange the authorization code for an access token (and refresh token) after user authorization.
documented - Refresh access tokenPOST /oauth/token
Refresh an access token using a refresh token.
documented