Webhooks Events

Be notified of events on a table via the webhook.

The types of table events are:

Table Data Event Description
NEW_TABLE A new table is created.
TABLE_UPDATED A table is updated.
TABLE_OPENED A table now has at least one open sale attached to it.
TABLE_CLOSED A table has no more open sales attached to it.
TABLE_DELETED A table has been deleted.

Sample Event

Copy
Copied
{
  "type": "NEW_TABLE",
  "data": {
    "id": "2688fcf2-44dd-4c72-88ac-79d0910f2933",
    "uri": "https://api.tyro.com/connect/tables/2688fcf2-44dd-4c72-88ac-79d0910f2933",
    "resource": "table"
  }
}
Registering Webhooks

For information on how to register for webhooks and how to interpret the webhook message. Documentation can be found here: Webhooks

Copyright © Tyro Payments 2019-2024. All right reserved.