v1

latestOpenAPI 3.0.1Licensed under Uberall2026-08-0629353914.0 MB
Store Finder

Get all locations

Get all locations in your store finder

get/store-finders/{storeKey}/locations/all

Path parameters

storeKeystring required

Your store finder key

Query parameters

countrystring[]

Optional parameter to filter locations from a specific country

fieldMaskstring[]

The list of fields the response object should contain

Response

Success

status'SUCCESS' | 'PENDING' | 'QUOTA_LIMIT_EXCEED' | 'NOT_AUTHORIZED' | 'FORBIDDEN' | 'BAD_ACCESS_TOKEN' | 'BAD_PRIVATE_KEY' | 'BAD_PUBLIC_KEY' | 'MISSING_PARAMETER' | 'INVALID_PARAMETER' | 'WRONG_PARAMETER_TYPE' | 'CONFLICT' | 'RESOURCE_LOCKED' | 'SERVER_ERROR' | 'ERROR' | 'NOT_FOUND' | 'BAD_REQUEST' | 'USER_ERROR' | 'PARTIAL_ERROR' | 'SERVICE_TEMPORARILY_UNAVAILABLE' required
messagestring

(optional) Holds further information about the response

warningsstring[]

(optional) Holds further warnings

Example response

{
  "response": {
    "locations": [
      {
        "addressExtra": "building, floor, etc.",
        "customItems": [
          {
            "category": "Coffee",
            "unit": "per kg"
          }
        ],
        "menus": [
          {
            "category": "Starters, Drinks, Desert, etc."
          }
        ],
        "nextOpen": {
          "date": "2018-11-16"
        },
        "faqs": [
          {
            "question": "Do you have parking?",
            "answer": "Yes, free valet parking is available."
          }
        ],
        "products": [
          {
            "category": "Coffee",
            "unit": "per kg"
          }
        ],
        "services": [
          {
            "currency": "USD"
          }
        ]
      }
    ]
  }
}