Homepage
Get location scores via POST
Retrieves aggregated location scores using filter criteria provided in the request body.
post/home/locations/score
Query parameters
includeBenchmarkboolean required
Whether to include benchmark data in the response
Request body
Example request
{
"filterCategory": "business"
}Response
Location scores retrieved successfully
Example response
{
"score": 75,
"maxScore": 100,
"productScores": [
{
"name": "listingHealth",
"completedPercentage": 85
}
],
"pillarScores": {
"visibility": 72,
"reputation": 88,
"engagement": 65
},
"benchmark": {
"categoryId": 12345,
"score": 78
},
"upsellProduct": {
"product": "socialPosts",
"maxValue": 20,
"trialAvailable": true
}
}