Answered

How do I find my API secret?

  • 4 November 2021
  • 1 reply
  • 289 views

How do I find my API secret?
icon

Best answer by Bastien 4 November 2021, 16:48

View original

1 reply

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