Register your application - C# SDK

Register your application - C# SDK

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


  3. Enter the  Client Name Client Domain  and  Authorized Redirect URL .
  4. Select the  Client Type  as  Web based


  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.


    • Related Articles

    • Register your application - Python SDK

      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 Go to the site: accounts.zoho.com/developerconsole Click Add Client ID. Enter the Client ...
    • Register your application - Java SDK

      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: Go to the site: accounts.zoho.com/developerconsole Click Add Client ID.  Enter the Client ...
    • Register your application - PHP SDK

      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: Go to the site: accounts.zoho.com/developerconsole Click Add Client ID.  Enter the Client ...
    • Register your application - Node JS SDK

      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: Go to the site: accounts.zoho.com/developerconsole Click Add Client ID.  Enter the Client ...
    • Release Notes - PHP SDK

      ZOHO CRM/PHP SDK 2.0.1 Install command composer require zohocrm/php-sdk:2.0.1 Notes Enhancement Tag names can contain spaces in between them, while associating with records. Tag names can be retrieved as "ZCRMTag" objects in records function. ZOHO ...