Click here to Skip to main content
15,890,436 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi there,
I am trying to integrate zoho crm with a web app and want to know the difference between an API Key and Authorization token?
Posted

1 solution

The best way to use Zoho CRM is to learn it - http://www.zoho.com/crm/[^]
API Key (there is only one) is your key to access the online API - you will get your own when registering to Zoho CRM...
Authentication Token (can be more than one) used to connect the current API call to one of you Zoho CRM credentials. As you can access the same API from different applications you may want to assign different credentials to each of them...
 
Share this answer
 
Comments
Sumit Bhargav 2-Jul-14 2:03am    
thanks for the response,
i created an authorization token and can access the zoho crm api without even generating the api key.Is it the proper way to work?
Kornfeld Eliyahu Peter 2-Jul-14 2:15am    
You probably work with the free edition...
Sumit Bhargav 2-Jul-14 2:53am    
hi there,
http://datawebcoder.com/codeByLanguage/1429/Zoho_CRM_API_Users_Authentication_Token_introduced.aspx
this link says that now we dont need to send the api key with the token,only token is enough.
Does that means that now the api key is just to differentiate between applications?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900