Webhooks
/Register Webhook
Register Webhook
https://api.vivamo.co/v1/operators/webhooks
Register a webhook URL to receive event notifications for payments, disbursements, and KYC events. Returns a one-time HMAC-SHA512 secret key for signature verification. Optionally include custom headers sent with each delivery.
Request body
urlstringRequiredheadersobject
The URL to receive webhook POST requests.
Examples:https://your-app.com/webhooks/vivamo
Custom headers to include with every webhook delivery (e.g. a pre-shared authentication key).
Examples:{"X-Custom-Auth":"your_pre_shared_key"}
Response
Webhook registered successfully. The response includes the generated secret key for signature verification.
_idstringurlstringstatusstringactivestringinactivestringsecretKeystringheadersobject
Unique webhook ID.
The registered webhook URL.
Webhook status.
HMAC-SHA512 signing key. Store this securely — it is only returned once at creation time.
Custom headers included with each delivery.
Built with