Get a restaurant profile
Returns general restaurant information. A restaurant outside the current authorization is returned as not found.
/v1/restaurants/{restaurantId}Returns general restaurant information. A restaurant outside the current authorization is returned as not found. Organization-boundary tokens also require fiest.organization.read.
Quick request
curl -X GET "https://example.com/v1/restaurants/11111111-1111-4111-8111-111111111111" \ -H "Authorization: Bearer $FIEST_ACCESS_TOKEN"{ "data": { "restaurantId": "11111111-1111-4111-8111-111111111111", "restaurantName": "Fiest Sandbox Helsinki", "businessIdentity": { "registeredName": "Fiest Sandbox Restaurants Oy", "businessId": "1234567-8" }, "countryCode": "FI", "joinedAt": "2025-01-15T09:00:00.000Z", "firstCompletedOrderAt": "2025-01-16T10:32:00.000Z", "lastCompletedOrderAt": "2026-07-30T18:42:00.000Z", "timeZone": "Europe/Helsinki", "businessDayStartHour": 4, "scheduleEnabled": true, "openingHours": [ { "day": "monday", "isClosed": false, "shifts": [ { "openTime": "10:30", "closeTime": "22:00", "spansNextDay": false } ] }, { "day": "tuesday", "isClosed": false, "shifts": [ { "openTime": "10:30", "closeTime": "22:00", "spansNextDay": false } ] }, { "day": "wednesday", "isClosed": false, "shifts": [ { "openTime": "10:30", "closeTime": "22:00", "spansNextDay": false } ] }, { "day": "thursday", "isClosed": false, "shifts": [ { "openTime": "10:30", "closeTime": "23:00", "spansNextDay": false } ] }, { "day": "friday", "isClosed": false, "shifts": [ { "openTime": "10:30", "closeTime": "01:00", "spansNextDay": true } ] }, { "day": "saturday", "isClosed": false, "shifts": [ { "openTime": "12:00", "closeTime": "01:00", "spansNextDay": true } ] }, { "day": "sunday", "isClosed": true, "shifts": [] } ], "openingHoursTruncated": false, "paymentProviders": [ { "provider": "sumup", "connectedAt": "2025-01-15T10:00:00.000Z", "activeForPos": true, "preferredForOnline": false } ], "paymentProvidersTruncated": false }}Authorization
fiestOAuth fiest.restaurant.read, fiest.accounting.readOAuth 2.1 authorization code with PKCE. Partner clients and redirect URIs must be approved by Fiest before use.
In: header
Scope: fiest.restaurant.read, fiest.accounting.read
Path Parameters
A restaurant identifier returned by the authorized restaurant list.
uuidResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json