Enhance your application with Uberall's comprehensive API documentation
https://docs.uberall.com/_mock/apis/swagger/
https://uberall.com/api/
List of Maps with both an id and a status key: [[id: 123, status: ACCEPTED], ...]
ACCEPTED, DECLINED or ACTIVE (if no decision was made for accepting/declining the suggestion)
Suggestion from directory
https://docs.uberall.com/_mock/apis/swagger/locations/{id}/suggestions
https://uberall.com/api/locations/{id}/suggestions
curl -i -X PUT \
'https://docs.uberall.com/_mock/apis/swagger/locations/{id}/suggestions' \
-H 'Content-Type: */*' \
-H 'accessToken: YOUR_API_KEY_HERE' \
-d '[object Object]'
Successfully updated suggestions
The actual response object of the response
ACCEPTED, DECLINED or ACTIVE (if no decision was made for accepting/declining the suggestion)
No content
https://docs.uberall.com/_mock/apis/swagger/locations/suggestions
https://uberall.com/api/locations/suggestions
curl -i -X GET \
'https://docs.uberall.com/_mock/apis/swagger/locations/suggestions?businessId=0&identifier=string&locationIds=0&max=0&offset=0&order=string&query=Berlin&sort=string'
Successfully retrieved suggestions
Search response object containing pagination details and a list of suggestion responses
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": { "offset": 0, "max": 10, "count": 100, "locations": [ … ] } }
Social Posting
Products - Social Posting