v1

latestOpenAPI 3.0.02026-07-2464438356.8 KB
Webhooks

Get webhook

Retrieves a specific webhook by ID

get/api/webhooks/{webhookId}

Path parameters

webhookIdstring required

Webhook ID

Response

Webhook retrieved successfully

categoriesstring[] required

Event categories this webhook is subscribed to

createdAtstring date-time required

When the webhook was created

idstring required

Unique webhook identifier

publicKeystring required

ECDSA public key in PEM format for signature verification

status'DISABLED' | 'ACTIVE' required

Webhook status

updatedAtstring date-time required

When the webhook was last updated

urlstring required

Webhook endpoint URL

versionnumber required

Webhook version for tracking changes