Generate Grant Token
Step 2: Authorization Request
To authenticate your application, you need to redirect the user of the client application to the suitable authorization endpoint. On successful login, Zoho Desk will call your redirect URI along with an authorization
code (Grant Token).
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
client_id | string | Client ID generated after registering the client. | |
response_type | string | code | |
redirect_uri | string | Redirect URI mentioned while registering the client. | |
scope | string | The various scopes associated with Zoho Desk.You can use the list of scopes as per your requirement | |
access_type | string | "offline"/"online". In cases where refresh tokens can't be stored, use online access_type. The default will be online | |
state | string | State is an opaque value used by the client to maintain state between the request and callback. |