APIAPI Reference
Technical Reference
Webhooks
Webhook signature and delivery testing routes.
Send a signed webhook test event
Authorization
BearerAuth AuthorizationBearer <token>
Use Authorization: Bearer <api-key>.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://loading/v1/webhooks/test" \ -H "Content-Type: application/json" \ -d '{ "webhook_url": "https://example.com/webhooks/dryapi" }'{
"success": true,
"job_id": "test_a13f6b84-6f23-4cb4-9f2d-97aa858806f0",
"event": "job.completed"
}Empty
Empty
Empty
Empty
Last updated on 21 March 2026