Public API
Storefront
One request for everything needed to render a restaurant site. Preferred for SSR.
Retrieve storefront
GET
/storefrontpublishable or secretRequest
curl -H "Authorization: Bearer $KEY" \
https://www.kitchensflow.com/api/public/v1/storefrontResponse
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 */ ]
}