How to integrate ManageEngine ServiceDesk Plus account?
Overview
To access ManageEngine ServiceDesk Plus, you will need:
- ServiceDesk Plus instance URL
- authentication token / API Key / Authtoken (also called Technician API Key or Integration Key)
Step 1: Log In to ServiceDesk Plus Portal
- Open your ServiceDesk Plus instance in the browser.
- If SDP Cloud / OnDemand, use the cloud domain.
- Sign in as a Technician or Administrator (with rights to generate API / Authtoken or register apps).
Step 2: Generate API Key / Authtoken (On-Premise / Technician API Key)
- Register your application via the Zoho Developer / ManageEngine Developer Console.
- Provide Client Name
- Specify Client Domain
- Specify Authorized Redirect URI(s)
- Once registered, note down the Client ID and Client Secret.
- When making requests, use the Authorization Code Grant flow:
- Redirect user to authorization endpoint with client_id, scope, redirect_uri.
- After user consents, you receive an authorization code.
- Exchange authorization code for access token and refresh token via token endpoint.