This endpoint is for fetching the details of a table.
The table response
When you don't have the right permissions to get a table for the provided location.
When the provided tableId
does not match a table stored in the system.
curl -i -X GET \ 'https://api.tyro.com/connect/tables/{tableId}' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "id": "2688fcf2-44dd-4c72-88ac-79d0910f2983",
- "number": "table-1",
- "locationId": "tc-iscool-3000",
- "section": {
- "id": "section-id",
- "name": "awesome section"
}, - "openSales": [ ]
}