Request latest menu

This endpoint starts the process of generating 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
204

No body content

403

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

404

When the POS associated with the location has not Menu API enabled and we were unable to find a local version of their menu

409

When an eixsting request for menu sync is still in progress

get/menus/{tcLocationId}/app/sync
Request samples
curl -i -X GET \
  'https://api.tyro.com/connect/menus/{tcLocationId}/app/sync' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Copyright © Tyro Payments 2019-2024. All right reserved.