v1

latestOpenAPI 3.1.02026-07-241910582.8 KB

Get Webhook Endpoint

Get details about an exisiting webhook endpoint

get/webhook_endpoints/{id}

Path parameters

idstring required

The ID for a webhook endpoint

Response

200

idstring
objectstring
live_modeboolean
urlstring
configured_eventsobject
enabledboolean
{"stackTrail":"paths:/webhook_endpoints/{id}:get:responses:200:content:application/json:schema:properties:discarded_at","oasType":"schema","type":"unknown"}
created_atstring
updated_atstring

Example response

{
  "id": "5bcbec62-69df-46dd-9849-e89f42f9dc31",
  "object": "webhook_endpoint",
  "url": "https://<your-domain.com>",
  "enabled": true,
  "created_at": "2022-02-16T02:09:08Z",
  "updated_at": "2022-02-16T02:09:08Z"
}