API Reference//
- Get data availability date
Get visibility index score
Get suppressed duplicate locations
Get search keywords
Get review response time
Get profile completeness
Get listings health
Get insight data warnings
Get insight metrics
Export insights data with threshold
Legacy Export Excel Report
Export Excel report
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 data availability dat...
Returns the latest date up to which data is fully available for the filtered locations. Determines availability by checking connected listing data delays across Google, Facebook, and other directories. Returns null if no connected listings exist.
- https://uberall.com/apihttps://uberall.com/api/dashboard/data-availability
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/dashboard/data-availability
curl -i -X GET \
'https://uberall.com/api/dashboard/data-availability?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' \
-H 'X-Uberall-User-Features: {X-Uberall-User-Features}'Response
{
"status": "SUCCESS",
"response": {
"dataFullyAvailableUntil": "2025-03-20",
"dataAvailableFrom": null,
"connectedDirectoriesDelayDay": [
{
"type": null,
"delayDay": null
}
]
}
}