cURL
curl --request POST \ --url https://www.closient.com/integrations/api/v1/webhooks/endpoints/{endpoint_id}/test/ \ --header 'X-API-Key: <api-key>'
{ "delivery_id": "<string>", "status": "<string>", "http_status_code": 123, "response_body": "<string>" }
Send a synthetic test event synchronously and return the delivery result.
Unique identifier of the webhook endpoint.
OK
Response schema for a test delivery result.
ID of the created delivery record.
Delivery status after the test.
HTTP status from the endpoint.
First 256 chars of response body.