Get Table

This endpoint is for fetching the details of a table.

Request
Security:
path Parameters
tableId
required
string

Id of the table in Tyro Connect that should be retrieved

Example: 2688fcf2-44dd-4c72-88ac-79d0910f2983
header Parameters
Authorization
required
string
Default: Bearer {$$.env.access_token}
Responses
200

The table response

403

When you don't have the right permissions to get a table for the provided location.

404

When the provided tableId does not match a table stored in the system.

get/tables/{tableId}
Request samples
curl -i -X GET \
  'https://api.tyro.com/connect/tables/{tableId}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response samples
application/json
{
  • "id": "2688fcf2-44dd-4c72-88ac-79d0910f2983",
  • "number": "table-1",
  • "locationId": "tc-iscool-3000",
  • "section": {
    },
  • "openSales": [ ]
}
Copyright © Tyro Payments 2019-2024. All right reserved.