Enhance your application with Uberall's comprehensive API documentation
API Reference//
- Get Location Suggestions
Update all suggestions status
Get suggestions
Update suggestions
Get Location Suggestions
Uberall API (20260101)
Download OpenAPI description
Overview
Languages
Servers
https://uberall.com/api
Mock Server
https://docs.uberall.com/_mock/apis/swagger
Request
Update the given suggestion object, used to track the status of incoming suggestions. Note that rejecting a suggestion does not delete it, and accepting the suggestion won't automatically apply it to the location.
Security
X-API-KEY or Authorization
List of Maps with both an id and a status key: [[id: 123, status: ACCEPTED], ...]
Enum"FOURSQUARE""UBER""GOOGLE""WAZE""GOOGLE_MAPS""YELP_API""MEINESTADT""NOKIA_HERE""FACEBOOK""TOMTOM"
ACCEPTED, DECLINED or ACTIVE (if no decision was made for accepting/declining the suggestion)
Enum"HIDDEN""PENDING""ACCEPTED""DECLINED""DECLINED_OLD_API"
Suggestion from directory
Enum"FOURSQUARE""UBER""GOOGLE""WAZE""GOOGLE_MAPS""YELP""YELP_API""MEINESTADT""YELLOW_MAP""FOCUS"
- https://uberall.com/api/locations/{id}/suggestions
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/locations/{id}/suggestions
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://uberall.com/api/locations/{id}/suggestions' \
-H 'Content-Type: */*' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '[object Object]'Successfully updated suggestions
Enum"SUCCESS""QUOTA_LIMIT_EXCEED""NOT_AUTHORIZED""FORBIDDEN""BAD_ACCESS_TOKEN""BAD_PRIVATE_KEY""BAD_PUBLIC_KEY""MISSING_PARAMETER""INVALID_PARAMETER""WRONG_PARAMETER_TYPE"
The actual response object of the response
Enum"FOURSQUARE""UBER""GOOGLE""WAZE""GOOGLE_MAPS""YELP_API""MEINESTADT""NOKIA_HERE""FACEBOOK""TOMTOM"
ACCEPTED, DECLINED or ACTIVE (if no decision was made for accepting/declining the suggestion)
Enum"HIDDEN""PENDING""ACCEPTED""DECLINED""DECLINED_OLD_API"
Response
No contentSecurity
X-API-KEY or Authorization
- https://uberall.com/api/locations/suggestions
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/locations/suggestions
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
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""QUOTA_LIMIT_EXCEED""NOT_AUTHORIZED""FORBIDDEN""BAD_ACCESS_TOKEN""BAD_PRIVATE_KEY""BAD_PUBLIC_KEY""MISSING_PARAMETER""INVALID_PARAMETER""WRONG_PARAMETER_TYPE"
Search response object containing pagination details and a list of suggestion responses
Response
application/json
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": { "offset": 0, "max": 10, "count": 100, "locations": [ … ] } }
Social AI Service
Products - Social AI Service