Hi,
Our web developer has asked if I can set up API access into Zoho CRM, so he can run GET requests against the contacts.
Which gives me the API Get URL and the header, but I can't figure out how to create the API Authentication token.
My API Authentication configuration:
- Server-based Application
- Name: CRMAPILink
- HomePage URL: Just our default business website
- Authorised Redirect URIs: Just our default business website
When I use postman to try to GET from https://
www.zohoapis.com/crm/v2/Contacts and add an Authorization header with 1000.{ClientID}.{ClientSecret} I just get an authentication failed message.
I'm not sure if my Authorization header is incorrect, or if the API key creation was incorrect. Could someone pleasae shed some light?
Thanks
Luke