Skip to main content
Answered

Issues with Webhook Authorization for OAuth Integration

  • 3 June 2024
  • 1 reply
  • 48 views

Description:
I am encountering issues while integrating Intercom webhooks using OAuth. Although the OAuth flow works and I can obtain access tokens, I am unable to create webhooks due to unauthorized token issues. I have selected all  available scopes in the Intercom Developer console, but the issue persists.


Error:
 

{
  "type": "error.list",
  "requestid": "003avbbpvjpgktcsppvg",
  "errors": r
    {
      "code": "token_unauthorized",
      "message": "Not authorized to access resource"
    }
  ]
}


How To Reproduce:

  • Request URL / Headers: 
    URL:  POST https://api.intercom.io/subscriptions
    Headers: Authorization: Bearer <access_token>
  • Authentication method or app type: OAuth 2.0
  • errors: token_unauthorized: Not authorized to access resource

Let me know if you need any additional details.

Could you please assist in resolving this issue so that I can successfully create webhooks?


Thank you for your support.

1 reply

Userlevel 3
Badge +5

Hi adityakanade, It’s Mat from the Support Engineering Team 😀


I am not sure where the issue is here but please follow the article below to set up Webhooks properly with 

the desired topic. 👇
https://developers.intercom.com/docs/webhooks/setting-up-webhooks/

If you come across any more issues, please reach out to us via Messenger in your Intercom workspace so we will have more visibility on what's going on with your setup.
 

Reply