Webhooks Docs
The public vCard QR Code Generator API currently exposes read/generate endpoints for agents. It does not expose customer-configurable outbound webhooks yet.
Current Status
- Public outbound webhooks: Not available yet.
- Payment webhooks: Dodo Payments webhooks are handled internally for paid features and are not a public integration surface.
- Agent-safe alternative: Use
GET /v1/product,POST /v1/vcard, and the MCP tools listed in the developer docs.
Future Webhook Candidates
Future authenticated webhook events could cover dynamic QR profile updates, scan milestone notifications, and team export completion. Those events should require account authentication, signed payloads, retry behavior, and per-user delivery controls before being exposed to agents.