Skip to main content
POST
/
event-subscriptions
/
broadcast
/
test
/
{subscription_id}
Test event delivery
curl --request POST \
  --url https://panel.sendcloud.sc/api/v3/event-subscriptions/broadcast/test/{subscription_id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "data": {
    "success": true,
    "status_code": 200,
    "response_body": "OK"
  }
}
Send a test event to the connection endpoint configured for this subscription. This is useful for verifying that your webhook URL or Klaviyo integration is set up correctly. The test event will contain a sample payload matching the subscription’s event type.
The test broadcast will use the same authentication and headers configured on the connection.

Authorizations

Authorization
string
header
required

Basic Authentication using API key and secrets is currently the main authentication mechanism.

Path Parameters

subscription_id
integer
required

The id of the subscription to send a test event to.

Response

OK

Test broadcast result

data
Broadcast Result · object

The result of a test event broadcast to a subscription's connection endpoint.