Webhooks
Send a test webhook delivery
POST
/webhooks/{id}/testAuthorization
api-key AuthorizationBearer <token>
Enter your API key with the bc_ prefix
In: header
Path Parameters
id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
event*string
Event type to test
payload?
Optional custom payload for testing
Response Body
application/json
curl -X POST "https://example.com/webhooks/string/test" \ -H "Content-Type: application/json" \ -d '{ "event": "crawl.completed" }'{ "event": "string", "message": "string", "payload": {}, "success": true}