Sync Tables

*This is a GET webhook set by the POS

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

This is a GET webhook set by the POS intended to return information on tables configured in the POS

{
  "tables": [
    {
      "id": "BS1",
      "name": "Bar seat #1",
      "floorId": "B1",
      "seats": 1
    },
    {
      "id": "BS2",
      "name": "Bar seat #2",
      "floorId": "B1",
      "seats": 1
    },
    {
      "id": "BS3",
      "name": "Bar seat #3",
      "floorId": "B1",
      "seats": 1
    },
    {
      "id": "T1",
      "name": "Table #1",
      "floorId": "R1",
      "seats": 6
    },
    {
      "id": "T2",
      "name": "Table #2",
      "floorId": "R1",
      "seats": 8
    },
    {
      "id": "DLVY",
      "name": "delivery"
    }
  ]
}
Body Params
json
Defaults to { "tables": [ { "id": "BS1", "name": "Bar seat #1", "floorId": "B1", "seats": 1 }, { "id": "BS2", "name": "Bar seat #2", "floorId": "B1", "seats": 1 }, { "id": "BS3", "name": "Bar seat #3", "floorId": "B1", "seats": 1 }, { "id": "T1", "name": "Table #1", "floorId": "R1", "seats": 6 }, { "id": "T2", "name": "Table #2", "floorId": "R1", "seats": 8 }, { "id": "DLVY", "name": "delivery" } ] }
Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json