Skip to main content
POST
/
v1
/
webhooks
/
{webhookId}
/
test
Trigger Test Webhook
curl --request POST \
  --url https://api.waycore.com/v1/webhooks/{webhookId}/test \
  --header 'Authorization: Bearer <token>'
{
  "webhookId": "<string>",
  "meta": {
    "requestId": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Opaque API key passed as Authorization: Bearer <key>. Keys are organization-bound, environment-bound (live or test), scope-carrying, and expiring. Create and manage keys via the console.

Path Parameters

webhookId
string
required

Response

Successful Response

webhookId
string
required

Identifier of the webhook whose test event was queued.

meta
Meta · object
required