Admin
Get total Lifetime Value (LTV)
Calculate total LTV from payment events, optionally filtered by user and currency. LTV = Total Income - Total Expenses.
get/admin/payment-events/total-ltv
Query parameters
userIdstring
Example:user-uuid-here
Filter by user ID
currencystring
Example:USD
Filter by currency
Response
Total LTV calculated successfully
Example response
{
"totalLtv": 299.97,
"currency": "USD",
"userId": "user-uuid-here",
"totalIncome": 399.96,
"totalExpenses": 99.99,
"transactionCount": 15
}Changes
No recorded changes to this endpoint across all 1 revision of this API.