According to
https://developers.intercom.com/building-apps/docs/get-started-developing-on-intercom/u>
I have registered in the developer hub.
Next I created a developer workspace and created an application. In the application I have ACCESS TOKEN.
I am trying to make a simple API request according to https://developers.intercom.com/building-apps/docs/make-an-api-call /u>
Â
I send in the consoleÂ
where INTERCOM_ACCESS_TOKEN is Access token on page Authentication in my app in developer-hub
I expect to get 200 but get 404.
What am I doing wrong?