v1
latestOpenAPI 3.0.02026-07-2447166133.5 KBWebhooks
List webhook destination endpoints
This operation lists the endpoints that an organization has registered for webhooks.
get/webhooks/endpoints
Response
An array of webhook destination endpoints
Example response
{
"endpoints": [
{
"createdAt": "2020-04-01T00:00:00Z",
"id": "wde_01HWDG5ADNBGJ3XXXXXFP8P1GH",
"name": "My Webhook Endpoint",
"signingSecrets": [
{
"id": "wss_01HWDG5ADNBGXXXXXY07DP8"
}
],
"url": "https://example.com/webhook"
}
]
}