Send a test event
POSTs a signed ping event to the endpoint immediately and returns what happened, so an endpoint can be verified without waiting for a real deployment. The request is signed exactly like a real delivery, so it also exercises your signature verification. Note the payload type is ping, which is not one of the subscribable event types — a consumer that rejects unknown types will fail the test. Not retried, and recorded in the delivery history. Responds 200 whether or not the endpoint accepted it; read status.
Authorizations
Bearer token for authentication. Format: 'Bearer {token}'
Headers
Workspace ID (uses default workspace if not provided)
Path Parameters
Webhook UUID
Response
Send a test event
Api_V1_Entities_WebhookDelivery model
Unique delivery identifier
Event UUID, matching the 'webhook-id' header and the payload 'id'
Event type that was delivered: 'deploy_started' or 'deploy_ended'
Outcome: 'pending', 'delivered' or 'failed'
HTTP status returned by the endpoint; null when no response was received
Response body or error, truncated to 500 characters
How many times delivery has been tried, including retries
When the most recent attempt ran
When the event was first queued
The exact JSON body that was POSTed to the endpoint

