Api reference
Winback Opportunities Summary
Get aggregated winback opportunity metrics by type and status
Related endpoints
GET /analytics/revenue/mrr-summary— MRR SummaryGET /analytics/revenue/time-series— Revenue Time SeriesGET /analytics/invoices/ar-aging— A/R Aging ReportGET /analytics/collections/dso— Days Sales OutstandingGET /analytics/customers/ltv— Customer LTVGET /analytics/customers/{customerId}— Customer AnalyticsGET /analytics/payment-links/conversion— Payment Link ConversionGET /analytics/checkout/funnel— Checkout Funnel Analytics
x-api-key<token>
Your RevKeen API key (powered by Unkey). Get it from Dashboard > Settings > API Keys. Use rk_sandbox_* for test mode and rk_live_* for production.
In: header
Response Body
application/json
curl "https://api.revkeen.com/v2/analytics/checkout/winback/summary" \ -H "x-api-key: $REVKEEN_API_KEY"{
"totalOpportunities": 0,
"byType": {
"cancelledSubscription": 0,
"repeatAbandoner": 0,
"lapsedCustomer": 0
},
"byStatus": {
"identified": 0,
"contacted": 0,
"converted": 0,
"declined": 0,
"expired": 0
},
"totalPotentialValueCents": 0,
"recoveredValueCents": 0,
"conversionRate": 0
}