v1
latestOpenAPI 3.0.02026-07-2482421001.1 KBOrg Level Webhooks
List webhooks
This API retrieves a list of all the webhooks configured for your organization.
You can find a list of supported org-level event types and their sample notifications in the Org-level webhook guide.
get/webhooks
Response
OK
Example response
{
"status": "200",
"message": "OK",
"response": {
"webhooks": [
{
"description": "Trigger when a document failed in verification.",
"url": "https://www.ocrolus.com/",
"uuid": "9be5c090-7dd6-465b-950e-885b95e1863a",
"is_active": true,
"created_on": "2022-10-03T09:41:38.000Z",
"last_modified_date": "2022-10-03T09:41:38.000Z"
}
]
}
}