Fiest Developers

List authorized restaurants

Returns one restaurant for a restaurant authorization or the reviewed restaurant snapshot for a Management organization authorization.

GET/v1/restaurants

Returns one restaurant for a restaurant authorization or the reviewed restaurant snapshot for a Management organization authorization. Organization responses report whether newly added restaurants require reauthorization and organization-boundary tokens also require fiest.organization.read.

Quick request

curl -X GET "https://example.com/v1/restaurants" \  -H "Authorization: Bearer $FIEST_ACCESS_TOKEN"

{  "data": [    {      "restaurantId": "11111111-1111-4111-8111-111111111111",      "restaurantName": "Fiest Sandbox Helsinki",      "role": "owner"    }  ],  "meta": {    "authorization_boundary": "restaurant"  }}

Authorization

fiestOAuth fiest.restaurant.read, fiest.accounting.read
AuthorizationBearer <token>

OAuth 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

Response Body

application/json

application/json

application/json

application/json

application/json