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
  }
}

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

Filter counts

success
boolean
Example:

true

data
object

Badge counts for each filter category