Endpoint

<aside> 💡 Note: If you are integrating for use on Just Eat, please use uk.api.just-eat.io/docs. Please use the link above. The content below is primarily updated for SkipTheDishes.

</aside>

How it works

The Flyt Platform API allows anyone with a Just Eat, Skip The Dishes, Menulog or Takeaway account to automatically publish menus from their POS to the respective delivery partner. For this to work, client applications need to:

  1. Extract menu data from their POS
  2. Use this data to create an HTTP request in JSON format (see format details below)
  3. Send the request to the menu API endpoint: https://api.flytplatform.com/menus

The API endpoint will validate the incoming request and, if checks are successful, publish the new menu to the delivery partner. We recommend checking the delivery partner page to see if the new menu has been updated as intended.

Changes from Version 1

Version 2 of the Menus API offers the following benefits over the existing API:

Request format

Endpoint to call

POST <https://api.flytplatform.com/menus>

Headers

X-Flyt-API-Key: the API key you received from Flyt. This API key can be reused across the Menus and Item Availability endpoints. You should not share this API key with anyone outside your organisation.

Content-Type: specified the content type of your request. Should always be set to application/json.

No Path parameters