v1

latestOpenAPI 3.1.02026-07-1342112262.5 KB
Web POS

Fetch a Web POS device

Fetch a Web POS device

Required scope: business/webpos:read

get/v1/webpos/{webpos_device_id}

Path parameters

webpos_device_idstring uuid required

Response

Successful Response

idstring uuid required

The unique ID for the Web POS device.

namestring required

The friendly POS device name.

Example response

{
  "id": "4cf28172-3bf5-48cd-8c55-e83e1a976992",
  "name": "My Web POS"
}