Webhooks
List Webhooks
Retrieves a list of all registered webhooks.
get/webhooks
Response
The list of webhook details.
Example response
[
{
"events": [
"verification.completed",
"verification.historical"
]
}
]Retrieves a list of all registered webhooks.
The list of webhook details.
[
{
"events": [
"verification.completed",
"verification.historical"
]
}
]