Webhooks
Send a test event
Queues one synthetic delivery, through the ordinary queue rather than a shortcut — so what you receive is exactly shaped like a real event, signature and all. A disabled endpoint answers 409.
post
https://api-notetaker.nabrah.ai/ext/v1/webhooks/{id}/testPath parameters
idstring · uuidrequiredRequest
cURL
curl -X POST https://api-notetaker.nabrah.ai/ext/v1/webhooks/{id}/test \
-H "Authorization: Bearer $NABRAH_API_KEY"Responses
202The test delivery was queued.401No key, an unknown key, or one that has been revoked or has expired.403The key is read only, or lacks the reach for this route.404No such record — or one that belongs to another account.422The body or query failed validation; details names the field.429Too many requests. Retry-After says how long to wait.{
"data": {}
}