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.