2. Registration & Webhooks
Register endpoints for asynchronous compliance events
List Active Webhook Subscriptions
Retrieves all active webhook registrations registered for this organization. Cryptographic signing secrets are redacted for security.
Register Webhook Endpoint
Registers an enterprise URL to receive asynchronous compliance events like shipment.linked and polygon.verified. Webhook payloads are cryptographically signed using HMAC-SHA256 with the generated signing secret, and sent in the 'X-AgriBackup-Signature' header for verification.
Rotate Webhook Secret
Regenerates and returns a new HMAC-SHA256 signing secret for the specified webhook subscription.
Webhook Cryptographic Handshake (Ping)
Dispatches a mock 'webhook.ping' event to the registered URL using the configured signing secret. This allows enterprise infosec teams to validate their HMAC-SHA256 signature verification algorithms in isolation without triggering a live data ingestion.
Replay a DLQ message to the primary exchange
Replay a DLQ message to the primary exchange
Replay multiple DLQ messages to the primary exchange
Replay multiple DLQ messages to the primary exchange
Receive TRACES NT Clearance Webhook
Receive TRACES NT Clearance Webhook
Retrieve permanently failed webhook payloads
Pulls failed webhook payloads from the Dead-Letter Queue (DLQ). These are messages that exhausted their retry limits.
Delete a Webhook Registration
Delete a Webhook Registration
Acknowledge and delete a DLQ message
Acknowledge and delete a DLQ message
Acknowledge and delete multiple DLQ messages
Acknowledge and delete multiple DLQ messages