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:

Note:
Use the domain-specific accounts URL to register your application.
- Go to Zoho Developer Console.
- Click Add Client ID.
- Enter the following details:
- Client Name
The name of the application you want to register with Zoho
- Client Domain
The name of the domain to be used in URLs to identify your web page
- Authorized Redirect URIs
A valid URL for your application which Zoho Accounts will redirect to with a grant token (code) after successful authentication

- Click Create.
- You 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.

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