API reference
A flat index of every public endpoint. Base URL: https://api.clooveai.com.
Developer (/v1) APIs authenticate with an API key; the management
APIs under /api/developer and /api/payment-links use a dashboard session (JWT + RBAC).
Vox · Voice AI
Base path: /v1/vox · Auth: API keySee Vox.
Messaging
Base path: /v1/messaging · Auth: API keySee Messaging.
Contacts
Base path: /v1/contacts · Auth: API keySee Contacts.
Products
Base path: /v1/products · Auth: API keySee Products.
Orders
Base path: /v1/orders · Auth: API keySee Orders.
Wallet & payouts
Base path: /v1/wallet · Auth: API keySee Wallet & payouts.
Storefront (public)
Base path: /api/storefronts/:slug · Auth: noneSee Storefront.
Checkout (public)
Base path: /api/checkout/:reference · Auth: noneSee Checkout.
Payment links (authenticated)
Base path: /api/payment-links · Auth: JWT + RBACDeveloper portal (authenticated)
Base path: /api/developer · Auth: JWT + RBAC (MANAGE_DEVELOPER_KEYS)See Developer Portal API.
Webhook delivery format
Cloove POSTs this envelope to your endpoints, signed with the Cloove-Signature header.
See Webhooks for the full event catalog and verification.
{
"id": "evt_9b2e1c7a-...",
"type": "vox.call.completed",
"created": "2026-01-15T10:02:02.000Z",
"environment": "live",
"data": {
"callId": "c1a2b3c4-...",
"status": "completed",
"direction": "outbound",
"durationSeconds": 122,
"recordingUrl": null
}
}Last updated on