API Reference//
- Get Historical Visibility Index
Get the available amenities (Google Lodging) fields for a location
Get the city for locations
Get the country for locations
Get Several Locations
Create a Location
Delete Several Locations
Update Several Locations
Get the directories for locations
Get a Location
Update a Location
Get a list of basic business details
Get the keywords for locations
Get the labels for locations
Get the post / zip code for locations
Get the province/state for locations
Get Locations' Statistics
Sync a Location
Sync Several Locations
Update EV Dynamic Data
Get Location's Visibility Index
DEPRECATED - Get Location's Data Points
DEPRECATED - Get Location's Data Point Statistics
Get a Location's Dashboard
Get Historical Visibility...
Get a Visibility Index time series. Only days where the Visibility Index changed will be returned
Security
X-API-KEY or Authorization
- https://uberall.com/apihttps://uberall.com/api/locations/{id}/visibility-indexes/interesting
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/locations/{id}/visibility-indexes/interesting
- X-API-KEY
- Authorization
curl -i -X GET \
'https://uberall.com/api/locations/{id}/visibility-indexes/interesting?startDate=2019-08-24&endDate=2019-08-24' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Historical visibility indexes successfully retrieved
Enum:"SUCCESS""PENDING""QUOTA_LIMIT_EXCEED""NOT_AUTHORIZED""FORBIDDEN""BAD_ACCESS_TOKEN""BAD_PRIVATE_KEY""BAD_PUBLIC_KEY""MISSING_PARAMETER""INVALID_PARAMETER"
Response
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": { "indexes": [ … ] } }