Skip to main content
POST
/
v1
/
webhook-endpoints
/
{id}
/
test
Send test webhook
curl --request POST \
  --url https://api.meum.io/v1/webhook-endpoints/{id}/test \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "event_id": "<string>",
  "event_type": "webhook.test"
}

Authorizations

Authorization
string
header
required

Store-scoped API key. Prefix with sk_live_. Example: Authorization: Bearer sk_live_EXAMPLE_DO_NOT_USE

Path Parameters

id
string
required

Webhook endpoint public ID (wh_...).

Pattern: ^(inv_|txn_|plink_|wh_|whd_|evt_|int_)[0-9a-z]{20,32}$

Response

Test event queued

ok
boolean
required
Example:

true

event_id
string
required
Pattern: ^(inv_|txn_|plink_|wh_|whd_|evt_|int_)[0-9a-z]{20,32}$
event_type
string
required
Example:

"webhook.test"