Enhance your application with Uberall's comprehensive API documentation
https://docs.uberall.com/_mock/apis/swagger/
https://uberall.com/api/
Used for bypassing pagination and reducing the response objects (List of String), following are supported ["id", "name"]
Used for restricting the returned location groups within the given range of IDs.
Used for searching for a specific keyword within the location group names, only groups matching the given query via 'like' will be returned.
Used for pagination, specifies the amount of entries maximum returned per page (must be between 0-100).
Used for pagination, specifies the starting point from which the returned subset should start.
Used for pagination, specifies which page you want to get back from a set of pages. Can be used instead of using "offset". Can also be used in combination with "max" otherwise default "max" is being used. Difference to "offset" is that you don't need to calculate the correct value, you can simply request page number 2 with max 10 result in it (page: 2, max: 10). So you will get back results 10-19 while skipping the first 10 (0-9) ones.
Used for specify the field by which the list entries shall be sorted, possible values ["NAME", "LAST_UPDATED", "LOCATION_SIZE", "USER_SIZE"]. If none or invalid given list will automatically sorted by "id".
Used for specify the sorting direction in which the list entries shall be returned, possible values ['ASC', 'DESC'].
https://docs.uberall.com/_mock/apis/swagger/location-groups
https://uberall.com/api/location-groups
curl -i -X GET \
'https://docs.uberall.com/_mock/apis/swagger/location-groups?fieldMask=string&hideLocations=true&locationGroupIds=0&max=0&offset=0&order=string&page=0&query=string&sort=string' \
-H 'accessToken: YOUR_API_KEY_HERE'
No content
LocationGroup to create
Status of the LocationGroup, defaults to "ACTIVE", supported values: ["ACTIVE"].
List of location IDs (Long) that shall be assigned to the new LocationGroup.
https://docs.uberall.com/_mock/apis/swagger/location-groups
https://uberall.com/api/location-groups
curl -i -X POST \
https://docs.uberall.com/_mock/apis/swagger/location-groups \
-H 'Content-Type: */*' \
-H 'accessToken: YOUR_API_KEY_HERE' \
-d '[object Object]'
No content
https://docs.uberall.com/_mock/apis/swagger/location-groups/{id}
https://uberall.com/api/location-groups/{id}
curl -i -X GET \
'https://docs.uberall.com/_mock/apis/swagger/location-groups/{id}' \
-H 'accessToken: YOUR_API_KEY_HERE'
No content
Social Posting
Products - Social Posting