Skip to main content
POST
/
orgs
/
{orgId}
/
webhooks
/
{webhookId}
/
test
Sends a test ping event to the webhook endpoint to verify connectivity
curl --request POST \
  --url https://api.zippendo.com/orgs/{orgId}/webhooks/{webhookId}/test \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

JWT access token or API token (prefixed with zipp_)

Path Parameters

orgId
string
required

Organization ID

webhookId
string
required

Webhook ID

Response

Default Response

message
string
required