v1
latestOpenAPI 3.0.32026-07-242644125.9 KBWebhooks
Get Webhook
Retrieves a specific webhook by its ID.
get/webhooks/{webhook_id}
Path parameters
webhook_idstring uuid required
The unique identifier of the webhook.
Response
The webhook details.
Example response
{
"events": [
"verification.completed",
"verification.historical"
]
}