Current rollout note
Webhook URL management is available today. Before relying on live partner webhook events, confirm with Rivo that outbound delivery has been enabled for the event types you need.Manage webhook URLs
Webhook management uses the business dashboard JWT flow, not API-key signing.Create webhook
targetUrl must be a valid http or https URL. Duplicate URLs for the same business are rejected.
Example response:
List webhooks
Delete webhook
Recommended events
Security
Keep webhook secrets on your backend only. Verify webhook signatures before trusting a payload, and return a 2xx response only after your server accepts the event. To rotate a webhook secret today, delete the webhook URL and create it again. Store the newsecret on your backend before enabling event handling for that URL.
Supported IP allowlist
Supported IPs are configured from the business dashboard and apply to signed Rivo Business API-key requests. If no supported IPs are configured, signed API-key requests are accepted from any IP address after normal authentication and signature checks pass. Once at least one supported IP is configured, Rivo only accepts signed API-key requests from the configured IP addresses.Add supported IP
ipAddress must be a valid IPv4 or IPv6 address. Each business can configure up to 5 supported IP addresses.
Example response:
