API Reference//
- Sync Several Locations
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 Historical Visibility Index
Get the labels for locations
Get the post / zip code for locations
Get the province/state for locations
Get Locations' Statistics
Sync a Location
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
Sync Several Locations
Start a sync on all directories for several locations identified by their unique uberall id
Security
X-API-KEY or Authorization
- https://uberall.com/apihttps://uberall.com/api/locations/sync
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/locations/sync
- X-API-KEY
- Authorization
curl -i -X POST \
https://uberall.com/api/locations/sync \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{}'Locations successfully synced
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": {}
}