API Reference//
- Get insight data warnings
Get visibility index score
Get suppressed duplicate locations
Get search keywords
Get review response time
Get profile completeness
Get listings health
Get insight metrics
Export insights data with threshold
Legacy Export Excel Report
Export Excel report
Get data availability date
Get customer feedback by period
Get customer feedback keywords
Get customer feedback by period (legacy alias)
Get customer feedback overview
Update PDF generation status
Trigger async PDF report generation
Create Excel export job
Get Excel export job
Update Excel export job
Get current visibility index score for a location
Get PDF generation job
Legacy get listings health for a location
Download Excel export file
Get next best actions
Get managers count
Get insight data warnings
Retrieves connection and permission warnings for insight data collection. Runs concurrent checks for listings connection status, missing permissions (paginated), and location counts per directory for both connected and not-connected states. Pagination accepts either page/pageSize or the legacy max/offset, where offset is a record offset.
- https://uberall.com/apihttps://uberall.com/api/dashboard/insights-data/warnings
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/dashboard/insights-data/warnings
curl -i -X GET \
'https://uberall.com/api/dashboard/insights-data/warnings?v=20260713&type=%7Btype%7D&filterCategory=location&locationIds=%7BlocationIds%7D&businessIds=%7BbusinessIds%7D&labels=%7Blabels%7D&locationGroupIds=%7BlocationGroupIds%7D&excludedLocationIds=%7BexcludedLocationIds%7D&excludedBusinessIds=%7BexcludedBusinessIds%7D&excludedLabels=%7BexcludedLabels%7D&excludedLocationGroupIds=%7BexcludedLocationGroupIds%7D'Connection and permission warnings with directory-level counts
One of:
Connection and permission warnings for insight data collection
Response
- object
- object (2)
{ "connectedLocations": [ { … } ], "notConnectedLocations": [ { … } ], "warnings": { "missingConnection": { … }, "missingPermission": { … } }, "totalItemsCount": null, "max": null, "offset": null }