Skip to content

Get all locations

Request

Get all locations in your store finder

Path
storeKeystringrequired

Your store finder key

Query
countryArray of strings

Optional parameter to filter locations from a specific country

fieldMaskArray of strings

The list of fields the response object should contain

Example:fieldMask=name&fieldMask=id
curl -i -X GET \
  'https://uberall.com/api/store-finders/{storeKey}/locations/all?country=string&fieldMask=name%26fieldMask%3Did'

Responses

Success

Bodyapplication/json
statusstringrequired
Enum:"SUCCESS""PENDING""QUOTA_LIMIT_EXCEED""NOT_AUTHORIZED""FORBIDDEN""BAD_ACCESS_TOKEN""BAD_PRIVATE_KEY""BAD_PUBLIC_KEY""MISSING_PARAMETER""INVALID_PARAMETER"
messagestring

(optional) Holds further information about the response

warningsArray of strings

(optional) Holds further warnings

responseobjectrequired

The actual response object of the response

Response
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": { "locations": [] } }