Skip to main content
How do I find my API secret?

Hi @dorian m​,

 

The API secrets are in your Developer Hub:

https://app.intercom.io/a/apps/_/developer-hub/app-packages/p>

 

Select an app or create one, then:

 

If you just want to use the API to access data in your own Intercom workspace, you're looking for your "Access Token". It's on the "Authentication" page for your app:

 

access-token 

If you're building an app for other people, and you're setting up an OAuth flow, you're looking for a "Client ID" + "Client secret". They are on the "Basic Information" page for your app:

 

oauth 

Everything about authentication is here: https://developers.intercom.com/building-apps/docs/authentication-types/p>


Reply