Is there a API for Webhooks? | Community
Skip to main content

Is there a API for Webhooks?

  • May 25, 2022
  • 6 replies
  • 0 views

Diego17

No text available

6 replies

CJ99
  • May 25, 2022

Hi Diego, 
Can you explain a bit more about what you're looking to find out or how you want to use it with the API? A webhook is a kind of API already, so I'm not sure how to best answer your question. 


  • May 25, 2022

Diego17
  • Author
  • May 25, 2022

Hi Johnson ,

I want to know if there is an API to get the response body of the invocation ID in the part of activity of the webhook.


Diego17
  • Author
  • May 25, 2022


Zach22
  • May 26, 2022

Hi Diego,

I believe this is the API that you're looking for: https://developer.zendesk.com/api-reference/event-connectors/webhooks/webhooks/#list-webhook-invocation-attempts. This endpoint will provide you with the body and headers for both the request and response for each attempt for an invocation.

Hope this helps!


  • June 2, 2022

Thanks you so much for sharing this info.