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
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.clearline.me/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Enter JWT Bearer token only in the text input below.

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