API Reference//
- Get location scores via GET
Get key metrics
Get key metrics configuration
Update key metrics configuration
Get location rankings via GET
Get location rankings via POST
Get location scores via POST
Get suggestions via GET
Get suggestions via POST
Dismiss a suggestion
Get tasks via GET
Get tasks via POST
Dismiss a task
Undo a task dismissal
Get location IDs for a task type via GET
Get location IDs for a task type via POST
Get location scores via G...
Retrieves aggregated location scores using filter criteria provided as query parameters.
- https://uberall.com/apihttps://uberall.com/api/home/locations/score
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/home/locations/score
curl -i -X GET \
'https://uberall.com/api/home/locations/score?locationIds=string&businessIds=string&locationGroupIds=string&labels=string&excludedLocationIds=string&excludedBusinessIds=string&excludedLocationGroupIds=string&excludedLabels=string&filterCategory=string&includeBenchmark=false&query=string'Location scores retrieved successfully
Response
{ "score": 75, "maxScore": 100, "productScores": [ { … } ], "pillarScores": { "visibility": 72, "reputation": 88, "engagement": 65 }, "benchmark": { "categoryId": 12345, "score": 78 }, "upsellProduct": { "product": "socialPosts", "maxValue": 20, "trialAvailable": true, "isRequested": false } }