Answered

Error 401 Unauthorized when request eagle token

  • 12 May 2023
  • 1 reply
  • 219 views

Hi, I am building an integration inbox app. When I tried to get the access token / eagle token without authorization, and always got error 401. I see inside the documentation that there is no explain what kind of authorization that we can use to get the access token. I’ve ever tried using Authorization :  Bearer using the code that we got and Basic method using the client_id and client_secret. But I still got error. Please help, what should I do. Thank you. 

icon

Best answer by Jacob Cox 14 May 2023, 23:47

View original

1 reply

Userlevel 4
Badge +5

Hi @Nabilah !

I’m not sure what you mean by ‘eagle token’, but if you’re building an integration in Intercom and you need to find your Access Token, you can find that on the Authentication menu of the App’s page in your Developer Hub. You can read up on where to access that in step 4 of the docs linked here. This is a Bearer token and should be passed into your API calls like the examples that can be seen in our REST API docs.

For example 👇

 

Reply