API Reference//
- Search among the locations
Get all locations
Get location details
Get all possible filter values
Get location content collections
Search among the location...
Search among the locations of the store finder
- https://uberall.com/apihttps://uberall.com/api/store-finders/{storeKey}/locations
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/store-finders/{storeKey}/locations
curl -i -X GET \
'https://uberall.com/api/store-finders/{storeKey}/locations?filter=services%3Dpickup%26services%3Dwifi%26my-cool-filter%3Dcustom-value&cities=string&language=en&fieldMask=string&geo=true&lat=string&lng=string&coordinates=52.42078412%2C52.42078412%2C52.42078412%2C52.42078412&countries=string&locationIds=string&max=0&offset=0&openNow=true&provinces=string&query=string&queryFields=string&radius=string&zips=string'Success
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": 0, "count": 0, "locations": [ … ] } }