cURL
curl --request GET \ --url https://api.zippendo.com/orgs/{orgId}/webhooks/{webhookId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "url": "<string>", "secret": "<string>", "events": [ "<string>" ], "isActive": true, "createdAt": "<string>", "updatedAt": "<string>" }
Get a specific webhook
JWT access token or API token (prefixed with zipp_)
Organization ID
Webhook ID
Default Response