Zencargo Webhooks

Outbound HTTP webhooks. Zencargo POSTs a JSON payload (topic, targetType, targetId) to a customer-registered HTTPS callback URL when events such as BOOKING_CREATED occur, signed with a base64 Zencargo-Hmac-SHA256 header for verification. This is server-to-endpoint HTTP push, not a WebSocket or GraphQL subscription. Subscriptions are configured in the Zencargo app, not via the API.

API entry from apis.yml

apis.yml Raw ↑
aid: zencargo:zencargo-webhooks
name: Zencargo Webhooks
tags:
- Webhooks
- Events
- Notifications
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://api-docs.zencargo.com/webhooks/
properties:
- url: https://api-docs.zencargo.com/webhooks/
  type: Documentation
description: Outbound HTTP webhooks. Zencargo POSTs a JSON payload (topic, targetType, targetId) to a
  customer-registered HTTPS callback URL when events such as BOOKING_CREATED occur, signed with a base64
  Zencargo-Hmac-SHA256 header for verification. This is server-to-endpoint HTTP push, not a WebSocket
  or GraphQL subscription. Subscriptions are configured in the Zencargo app, not via the API.