Show Webhook

Why would I use this?

This endpoint retrieves information for a specific webhook_id. You might use this if you are hoping to see where what particular URL a webhook is posting to.

Response Code Snippet

See an example 200 response here, then follow below to learn more about the request, and what makes up the responses.

{
    "id": 10536,
    "owner_type": "Org",
    "owner_id": 492855,
    "url": "https://customization-dream-8656-dev-ed.scratch.my.site.com/services/apexrest/HOVER4SF/hoverwebhook",
    "created_at": "2023-03-23T16:49:48.452Z",
    "updated_at": "2023-03-23T16:49:48.452Z",
    "verified_at": null,
    "hmac_secret": "b/bU0xKt4W+HmzcuREP3hGPHR1ufqGJSdLmhJTRlhCDnY5HG0XLPgbg12nsvfYcpLW6CbpBOaAl8xijP4A2t2g==",
    "last_error": null,
    "content_type": "json"
}

Language
Authorization
Bearer
URL
Click Try It! to start a request and see the response here!