cURL
curl --request GET \ --url https://api.zippendo.com/orgs/{orgId}/webhooks \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>", "url": "<string>", "events": [ "<string>" ], "isActive": true, "createdAt": "<string>", "updatedAt": "<string>" } ], "total": 123, "page": 123, "limit": 123, "totalPages": 123 }
List all webhooks for an organization
JWT access token or API token (prefixed with zipp_)
Organization ID
1 <= x <= 9007199254740991
1 <= x <= 100
Default Response
Show child attributes