API Reference//
- Get Location Suggestions
Update all suggestions status
Get suggestions
Update suggestions
Get Location Suggestions
Get a list of suggestions for all locations managed by the logged user
Security
X-API-KEY or Authorization
- https://uberall.com/apihttps://uberall.com/api/locations/suggestions
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/locations/suggestions
- X-API-KEY
- Authorization
curl -i -X GET \
'https://uberall.com/api/locations/suggestions?query=Berlin&sort=string&order=string&max=0&identifier=string&offset=0&businessId=0&locationIds=0' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Successfully retrieved suggestions
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": { "offset": 0, "max": 10, "count": 100, "locations": [ … ] } }