최근 검색
최근 검색 없음
Webhook creation fails with 403
답변함
2023년 4월 26일에 게시됨
I am unable to register a webhook.
I do go though the oAuth flow, which completes successfully. But when trying to trigger the webhook creation endpoint, just like in the example I do end up with an 403 error where the response body does not contain any data that would give more information to why is this happening.
The documentation does not state any thing about this behaviour, or if it requires some additional configurations.
Doc reference: https://developer.zendesk.com/api-reference/webhooks/webhooks-api/webhooks/#create-or-clone-webhook
2
2
댓글 2개
sakile hac
Hey Christopher,
That seams to be it, the problem with scopes, after adding the webhook:write scope it worked out! Thanks!
0
Christopher Kennedy
Are you using an OAuth token to authenticate your request to create the webhook? If so, did you set the scope to give write access to all resources or write access to webhooks?
0
댓글을 남기려면 로그인하세요.