Registers

Registers are iPads or other computers running Kounta by Lightspeed.

Get registers

GET /v1/companies/5678/registers Get all registers
GET /v1/companies/5678/sites/985/registers Get all registers for a given site
  • The site_id field will be omitted if you get registers by site.

Get a register

GET /v1/companies/5678/registers/9091 Get a register

List of Webhooks

Here is a list of the supported webhook topics.

registers/created

When a register is created. You will receive the complete register.

registers/updated

When a register is updated. You will receive the complete register after the modifications have been applied.

You also may provide the following attribute filters:

  • name
  • current_staff_member
  • assigned_to_device

registers/deleted

When a register is deleted. You will receive the complete register.