v1
latestOpenAPI 3.1.02026-07-228956435.8 KBWebhook endpoints
List webhook endpoints
Lists the webhook endpoints of your organization for the live or test mode of the API key used. Deleted endpoints are not returned, and secret is always null outside creation.
get/webhook_endpoints
Response
List of webhook endpoints for the current mode. Deleted endpoints are excluded and secret is always null.
Example response
[
{
"id": "we_M6yrvOepCe3Rqp8B",
"created_at": "2021-05-17T17:04:10.284Z",
"description": "Webhook endpoint for payment events.",
"enabled_events": [
"link.credentials_changed"
],
"mode": "live",
"name": "My webhook endpoint",
"secret": "whsec_live_aBcDeFgHiJkLmNoPqRsTuVwXyZ",
"status": "enabled",
"url": "https://my.webhook.endpoint"
}
]