Skip to main content
POST
/
webhooks
/
{public_id}
/
test
Send a synthetic test event
curl --request POST \
  --url https://app.sendmux.ai/api/v1/webhooks/{public_id}/test \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "data": {
    "event_id": "evt_clxxxxxxxxxxxxxxxxxxxxxxxxx"
  },
  "meta": {
    "request_id": "req_clxxxxxxxxxxxxxxxxxxxxxxxxx"
  }
}

Authorizations

Authorization
string
header
required

Sendmux API key. Obtain from the dashboard under API Keys. Format: smx_root_...

Path Parameters

public_id
string
required

Webhook public ID

Response

Test event published

ok
enum<boolean>
required
Available options:
true
data
object
required
meta
object
required