Get comprehensive customer feedback statistics for the authenticated vendor, including completion rates, review platform breakdown, referral stats, and monthly trends.
cURL
curl --request GET \ --url https://www.renovationfind.com/rest-api-v1/customer-feedback-system/stats \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "totalFeedbackSystemRequestsSent": 123, "config": "<string>", "crmIntegrationEnabled": true, "averageStarRating": 123, "totalFeedbackCompleted": 123, "totalFeedbackCompletedPercentage": 123, "totalReviewCompleted": 123, "totalReviewCompletedPercentage": 123, "totalReferralCompleted": 123, "totalReferralCompletedPercentage": 123, "fullyCompletedRequests": 123, "fullyCompletedRequestsPercentage": 123, "totalHappyCustomers": 123, "totalHappyCustomersPercentage": 123, "totalUnhappyCustomers": 123, "totalUnhappyCustomersPercentage": 123, "googleReviewCount": 123, "facebookReviewCount": 123, "bbbReviewCount": 123, "otherReviewCount": 123, "totalRequestsCurrentMonth": 123, "totalRequestsPrevMonth": 123, "totalRequestsPastTwelveMonths": 123 } }
JWT token issued from the RenovationFind Manager Portal
Vendor feedback statistics
true
Comprehensive customer feedback statistics for a vendor
Show child attributes