Fetch Latest Menu

Used to fetch the latest published menu

Request
Security:
path Parameters
tcLocationId
required
string

Tyro Connect Location Id for which menu should be retrieved

header Parameters
Authorization
required
string
Default: Bearer {$$.env.access_token}
Responses
200

The published menu response

403

When you don't have the required permissions to get menu for the given location

409

When an eixsting request for menu sync is still in progress

get/menus/{tcLocationId}/app/published
Request samples
curl -i -X GET \
  'https://api.tyro.com/connect/menus/{tcLocationId}/app/published' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response samples
application/json
{
  • "items": [
    ],
  • "sections": [
    ],
  • "timeSlots": [
    ],
  • "modifierGroups": [
    ]
}
Copyright © Tyro Payments 2019-2024. All right reserved.