Skip to main content
GET
/
general-leads
/
filter-counts
Get filter badge counts
curl --request GET \
  --url https://www.renovationfind.com/rest-api-v1/general-leads/filter-counts \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "allLeadsCount": 123,
    "acceptedLeadsCount": 123,
    "requiresAttentionLeadsCount": 123
  }
}

Authorizations

Authorization
string
header
required

JWT token issued from the RenovationFind Manager Portal

Response

Filter counts

success
boolean
Example:

true

data
object

Badge counts for each filter category