DocsSign in

Public API

Storefront

One request for everything needed to render a restaurant site. Preferred for SSR.

Retrieve storefront

GET/storefrontpublishable or secret
Request
curl -H "Authorization: Bearer $KEY" \
  https://www.kitchensflow.com/api/public/v1/storefront

Response

json
{
  "tenant": {
    "id": "meatup",
    "name": "Meatup",
    "branding": {
      "primaryColor": "#C41E3A",
      "tagline": { "fr": "...", "en": "...", "ar": "..." }
    },
    "contact": { "email": "...", "whatsapp": "..." },
    "social": { "instagram": "...", "facebook": "..." }
  },
  "menu": [ /* categories with items + modifierGroups */ ],
  "locations": [ /* open locations */ ]
}