cURL
curl --request GET \ --url https://api.atlas.kitchen/admin/v1/menus \ --header 'X-Api-Key: <api-key>' \ --header 'X-Merchant-Id: <api-key>'
{ "object": "menu", "items": [ { "id": 123, "identifier": "<string>", "name": "<string>", "brand_id": 123, "start_date": "2023-12-25", "end_date": "2023-12-25", "state": "<string>", "lead_time": 123, "tag_list": [ "<string>" ], "created_at": 123, "updated_at": 123 } ] }
Documentation IndexFetch the complete documentation index at: https://help.atlas.kitchen/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://help.atlas.kitchen/llms.txt
Use this file to discover all available pages before exploring further.
Your API key provided during onboarding. Example c2fb5ae6ea99c37d...
c2fb5ae6ea99c37d...
Your numeric merchant ID. Example 1
1
All menus for the merchant
"menu"
Show child attributes
Was this page helpful?