cURL
curl --request POST \ --url https://api.bunship.com/api/v1/organizations/{orgId}/webhooks/{id}/test \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "del_abc123", "webhookId": "wh_abc123", "event": "test", "statusCode": 200, "deliveredAt": "2024-01-15T10:00:01Z" } }
Send a test webhook event to verify endpoint configuration
curl -X POST https://api.bunship.com/api/v1/organizations/org_cld2abc123def456/webhooks/wh_abc123/test \ -H "Authorization: Bearer eyJhbGciOiJIUzI1NiIs..."