data coming from different zoho crm accounts using one client id

data coming from different zoho crm accounts using one client id

Hi all,

 I am facing an issue while getting data from https://crm.zoho.in/ .
 I am using the clientid and client secret, generated for zoho crm account assigned to amritatest**@gmail.com. The client ID is 1000.0JLDYGYRZMS9CXU7F3H8ZX839P****.
Using our Application(.Net supported) we hit the https://accounts.zoho.in/oauth/v2/token url and generated access token then using that we fetched the correct data. 


 After one hour I tried to fetch data again using that access token (generated for amritatest**@gmail.com) but the data came from another zoho crm account assigned to ad370***@gmail.com though the client id used was of amritatest**@gmail.com.


Then we regenerated the access token again using our .Net based application for the account related to amritatest**@gmail.com(using the same client id 1000.0JLDYGYRZMS9CXU7F3H8ZX839P****) and tried fetching data using that.Then we got the correct data i.e data related to amritatest**@gmail.com.

I am attaching the data packet having different data fetched from two different zoho crm accounts using one client id i.e. 1000.0JLDYGYRZMS9CXU7F3H8ZX839P****.