Webhooks
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"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.