v1
latestOpenAPI 3.1.02026-07-1342112262.5 KBWebhooks
Fetch a webhook subscription
Fetch a webhook subscription
Required scope: application/webhooks:read
get/v1/webhooks/subscriptions/{subscription_id}
Path parameters
subscription_idstring required
The unique identifier of the subscription.
The unique identifier of the subscription.
Response
Successful Response
Example response
{
"created_at": "2024-11-19T15:27:02+00:00",
"enabled": true,
"event_types": [
"payment.created"
],
"id": "ep_1srOrx2ZWZBpBUvZwXKQmoEYga2",
"name": "Example Webhook Subscription",
"notification_url": "https://webhook.site/1d9d0c3c-c0f9-4def-8cf1-99efb5931eca",
"secret": "whsec_C2FVsBQIhrscChlQIMV+b5sSYspob7oD",
"updated_at": "2024-11-19T15:27:02+00:00"
}