Skip to main content

I am doing research on fetching data from my intercom account and save to another platform. In the way i just wanted to know if i can fetch anyone's app created app credentails i.e client_id,client_secret using account username and password.

 

I have also gone through the api doc provided by Intercom but didn't found anything relevant to this.

 

So anyone can tell me whether it is possible in Intercom or not?

Hey there @tanay s​, could you tell me a little more about your use case here? Which platform are you hoping to save this data to? What's your end goal?


Api35  updata 


You can use Intercom’s API to fetch data and send it to another platform. Set up a webhook to capture updates, then use a custom script to process and store the data via API requests. Make sure to handle authentication and rate limits properly.


Reply