Skip to main content
POST
/
v2
/
pos
/
{posSystemId}
/
widget
/
list
Get widgets list
curl --request POST \
  --url https://public-api-demo.clearline.me/v2/pos/{posSystemId}/widget/list \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json-patch+json' \
  --data '
{
  "posLocationId": "6orMqUyq2Hg3tP"
}
'
{
  "data": {
    "widgets": [
      {
        "id": 123,
        "name": "<string>",
        "description": "<string>",
        "iconUrl": "<string>",
        "deliveryChannels": [
          1
        ],
        "flow": 0
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

posSystemId
string
required

POS System Id

Body

Request

Request to get widgets list

posLocationId
string
required

POS location identifier

Minimum string length: 1

Response

Success

data
object

Get POS Widgets List Response