Zoho Recruit | Registering Clients

Registering a Client

Before you get started with authorization and make any calls to the Zoho Recruit API, you need to register your application with Zoho Recruit API.

To register:
  1. Go to Zoho Developer Console.
  2. Click Add Client ID.

  3. Enter the following details:
    1. Client Name 
      The name of the application you want to register with Zoho
    2. Client Domain 
      The name of the domain to be used in URLs to identify your web page
    3. Authorized Redirect URIs 
      A valid URL for your application which Zoho Accounts will redirect to with a grant token (code) after successful authentication
  4. Click Create.
  5. You will receive the following credentials:
    1. Client ID 
      The consumer key generated from the connected app.
    2. Client Secret 
      The consumer secret generated from the connected app.

Note: If you don't have a domain name and a redirect URL, you can use dummy values to register your client.