v1
latestOpenAPI 3.0.02026-08-0696238481.7 KBWebhooks
Retrieve a webhook endpoint
This is used to fetch a webhook by its unique Id
get/webhooks/{webhookId}
Path parameters
webhookIdstring required
Example:wh_01FCTS1XMKH9FF43CAFA4CXT3P
Webhook Id to retrieve
Response
Webhook endpoint successfully retrieved
Example response
{
"id": "wh_31fba123-0fef-41d6-92ad-fd7089f49f8a",
"active": true,
"url": "https://example-endpoint.com/webhook",
"eventTypes": [
"PaymentSession.captured",
"PaymentSession.refunded"
],
"createdTimestamp": 1470989538,
"lastUpdatedTimestamp": 1470989538
}