Skip to main content
POST
/
v2
/
pos
/
{posSystemId}
/
carousel
Generate carousel URL
curl --request POST \
  --url https://public-api-demo.clearline.me/v2/pos/{posSystemId}/carousel \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json-patch+json' \
  --data '
{
  "posLocationId": "6orMqUyq2Hg3tP",
  "terminalId": "6orMqUyq"
}
'
{
  "data": {
    "url": "<string>"
  }
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

posSystemId
string
required

Body

Generate carousel url parameters

Request model for generating carousel URL

posLocationId
string
required

The POS location identifier

Minimum string length: 1
terminalId
string
required

The terminal identifier

Minimum string length: 1

Response

Success

data
object

Response DTO for generating carousel URL