The JET Connect (Flyt) Platform API allows anyone with a Skip account to automatically publish menus from their POS to the respective delivery partner. For this to work, client applications need to:
JSON
format (see format details below)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.
Version 2 of the Menus API offers the following benefits over the existing API:
POST <https://api.flytplatform.com/menus
>
X-Flyt-API-Key
: the API key you received from JET Connect. 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
.