Register your application

All the Zoho CRM APIs are authenticated with OAuth2 standards, so it is mandatory to register and authenticate your client app with Zoho.

To register:

  1. Go to the site: accounts.zoho.com/developerconsole
  2. Click Add Client ID.
    Client App Image
  3. Enter the Client Name, Client Domain and Authorized Redirect URL.
  4. Select the Client Type as Web based.
    Client App Image
  5. Click Create.
  6. Your Client app would have been created and displayed by now.
  7. The newly registered app's Client ID and Client Secret can be found by clicking Options → Edit.

Note:

  • Options is the three dot icon at the right corner.

Registered applications will receive the following credentials:

Client id – The consumer key generated from the connected app.

Client Secret – The consumer secret generated from the connected app.

Redirect URI – The Callback URL that you registered during the app registration.