Skip to main content
GET
/
referral-requests
/
kpi
Get referral KPIs
curl --request GET \
  --url https://www.renovationfind.com/rest-api-v1/referral-requests/kpi \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "totalReputationProcesses": 123,
    "totalReputationProcessesCompleted": 123,
    "totalReputationProcessesInProgress": 123,
    "totalReputationProcessesTerminated": 123,
    "totalFeedbackRequestsSent": 123,
    "positiveFeedbacks": 123,
    "negativeFeedbacks": 123,
    "completedFeedbackRequests": 123,
    "incompleteFeedbackRequests": 123,
    "feedbackAverageStarRating": 123,
    "totalWouldRefer": 123,
    "totalReviewRequestsSent": 123,
    "yesClicks": 123,
    "noClicks": 123,
    "totalReviewLinkClicks": 123,
    "totalReviewsCompleted": 123,
    "googleReviewLinkClicks": 123,
    "facebookReviewLinkClicks": 123,
    "bbbReviewLinkClicks": 123,
    "otherReviewLinkClicks": 123,
    "totalReferralRequestsSent": 123,
    "totalReferralRequestsPending": 123,
    "totalReferralRequestsFailed": 123,
    "referralRequestsCompleted": 123,
    "referralRequestsCompletedByEmail": 123,
    "referralRequestsCompletedByText": 123,
    "referralRequestsCompletedByShare": 123,
    "totalReferralConversions": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.renovationfind.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT token issued from the RenovationFind Manager Portal

Response

Referral KPI statistics

success
boolean
Example:

true

data
object

Key performance indicator statistics