Register webhook
Register a new webhook endpoint to receive event notifications. The endpoint must be HTTPS and respond to a verification challenge before activation.
After registration, a webhook secret is returned for signature verification. Store this secret securely — it cannot be retrieved again.
Documentation Index
Fetch the complete documentation index at: https://docs.zenoo.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Project-scoped API key for server-to-server authentication. Obtain keys from the Zenoo dashboard under Project Settings > API Keys. Staging and production environments use separate keys.
Headers
Unique key for idempotent request handling. If a request with the same key was already processed within the last 24 hours, the original response is returned.