Parameter |
Description |
grant_type |
Enter the value as "authorization_code". |
client_id |
Enter the client ID obtained from the connected app. |
client_secret |
Enter the client secret obtained from the connected app. |
redirect_uri |
Specify the callback URL that you registered during app registration. |
code |
Enter the grant token generated in the previous step. |
If the request is successful, you will receive the following:
{
"access_token": "{access_token}",
"refresh_token": "{refresh_token}",
"api_domain": "https://www.zohoapis.com/",
"token_type": "Bearer",
"expires_in": 3600
}
Parameter |
Description |
access_token |
Access token to access Zoho Recruit APIs. |
refresh_token |
Refresh token to obtain new access tokens. |
expires_in |
Time in seconds after which the access token expires. |
api_domain |
Domain name of the API. Use this domain in your requests to make API calls to Zoho Recruit. |
token_type |
Type of token obtained. "Bearer" indicates this is an access token. |
Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.
If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.
You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.