API Reference//
- Get the keywords for 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 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
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 the keywords for loca...
Get the keywords for locations
Security
X-API-KEY or Authorization
- https://uberall.com/apihttps://uberall.com/api/locations/keywords
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/locations/keywords
- X-API-KEY
- Authorization
curl -i -X GET \
'https://uberall.com/api/locations/keywords?locationIds=string&businessIds=string&excludedLocationIds=string' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Keywords for locations 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": {
"keywords": [
"string"
]
}
}