Get details for a specific location within the store finder
- https://uberall.com/apihttps://uberall.com/api/store-finders/{storeKey}/locations/{id}
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/store-finders/{storeKey}/locations/{id}
curl -i -X GET \
'https://uberall.com/api/store-finders/{storeKey}/locations/{id}?language=en&country=string&customFields=true&identifier=true&reviewRatings=1&slug=string&fieldMask=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": { "addressExtra": "building, floor, etc.", "averageRating": 0.1, "brands": [ … ], "businessId": 0, "businessName": "string", "businessIdentifier": "string", "callToActions": "callToActions: [{ text: 'cta_text1', url: 'cta_url1' }, { text: 'cta_text2', url: 'cta_url2' }]", "categories": [ … ], "cellphone": "string", "city": "string", "country": "AF", "customItems": [ … ], "descriptionLong": "string", "descriptionShort": "string", "email": "string", "events": [ … ], "fax": "string", "id": 0, "identifier": "string", "imprint": "string", "keywords": [ … ], "languages": [ … ], "lat": 0.1, "lng": 0.1, "menus": [ … ], "name": "string", "nextOpen": { … }, "openingHours": [ … ], "openingHoursNotes": "string", "specialOpeningHours": [ … ], "openNow": true, "paymentOptions": "cash, bank transfer, ...", "people": [ … ], "faqs": [ … ], "phone": "string", "photos": [ … ], "products": [ … ], "province": "string", "reviewCount": 0, "reviews": [ … ], "services": "'catering' for a restaurant", "socialProfiles": [ … ], "socialPost": {}, "streetAndNumber": "string", "taxNumber": "string", "timezone": "string", "videos": [ … ], "zip": "string", "website": "string", "googlePlaceId": "string", "street": "string", "streetNo": "string" } }