cURL
curl --request POST \ --url https://api.zippendo.com/orgs/{orgId}/webhooks/{webhookId}/test \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Send a test event to a webhook
JWT access token or API token (prefixed with zipp_)
Organization ID
Webhook ID
Default Response