fetching data from two different zoho crm account using one client id and one access token

fetching data from two different zoho crm account using one client id and one access token

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.

After this, I have created new client id, client secret (using https://accounts.zoho.com/developerconsole)from amritatest**@gmail.com with a different call back url  -> then I have generated a new access token using that -> then again tried fetching data from zoho crm using the access token and the data came from the correct account.

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

Please let me know why I am getting data from two different zoho crm account using same client id,client secret and access token. Please let me know if there is any solution for this issue.