v1

latestOpenAPI 3.0.02026-07-2634192196.8 KB
webhooks

Get webhook by ID

Fetch a specific webhook by ID.

get/webhooks/{id}

Path parameters

idstring required

Webhook ID

Headers

X-API-Versionstring required

Management API version.

Response

Webhook object.

environmentobject nullable required

Environment ID this webhook is associated with. Null if global.

Example response

{
  "data": {
    "id": "wh_HYv9YfsIIUjpvR",
    "description": "My Webhook",
    "url": "https://website.com/webhook"
  }
}