AutoRecover AI
An AI-powered abandoned cart recovery API that detects when customers leave items in their cart and automatically sends personalized recovery messages via Email, WhatsApp, and SMS. The system analyzes customer behavior to determine the optimal timing and messaging strategy to maximize conversions and recover lost revenue. ### 🔥 Usage Limits (Important) ``` This API uses AI-based processing.…
AutoRecover AI endpoints
| Method | Endpoint | Description |
|---|---|---|
| Health | ||
| GET |
/health /health |
Health check endpoint |
| Plans | ||
| GET |
/v1/plans/ /v1/plans/ |
Get all available plans with their rate limits, AI usage limits, store limits, available channels, and delivery access. This endpoint is public and does not require authentication. |
| Stores | ||
| GET |
/v1/stores/ /v1/stores/ |
List all stores |
| POST |
/v1/stores/ /v1/stores/ |
Create a new store for tracking abandoned orders |
| PUT |
/v1/stores/{id}/settings /v1/stores/{id}/settings |
Update store delivery settings (webhook, SMTP, Twilio). SMTP and Twilio access depends on your plan — see GET /v1/plans for details. |
| GET |
/v1/stores/{id}/settings /v1/stores/{id}/settings |
Get store delivery settings (webhook, SMTP, Twilio) |
| GET |
/v1/stores/{id} /v1/stores/{id} |
Get store details |
| POST |
/v1/stores/{id}/settings/verify-smtp /v1/stores/{id}/settings/verify-smtp |
Verify SMTP configuration by testing connection |
| DELETE |
/v1/stores/{id} /v1/stores/{id} |
Delete a store |
| Abandoned Orders | ||
| GET |
/v1/abandoned-orders/ /v1/abandoned-orders/ |
List abandoned orders |
| GET |
/v1/abandoned-orders/{id} /v1/abandoned-orders/{id} |
Get abandoned order details and message history |
| POST |
/v1/abandoned-orders/ /v1/abandoned-orders/ |
Submit an abandoned order for recovery |
| Statistics | ||
| GET |
/v1/stats/ /v1/stats/ |
Get recovery statistics and AI usage for your account |
| GET |
/v1/stats/revenue /v1/stats/revenue |
Get recovered revenue statistics |
| GET |
/v1/stats/queues /v1/stats/queues |
Get queue statistics (for monitoring) |
| Webhooks | ||
| GET |
/v1/webhook/debug/{storeId} /v1/webhook/debug/{storeId} |
Debug store webhook configuration |
| POST |
/v1/webhook/test /v1/webhook/test |
Test webhook endpoint (for integration testing) |
| POST |
/v1/webhook/recovered /v1/webhook/recovered |
Webhook to mark an abandoned order as recovered (checkout completed) |
AutoRecover AI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $9 / month | 3 / second |
|
| ULTRA Recommended | $29 / month | 5 / second |
|
| MEGA | $79 / month | 10 / second |
|