cURL
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>" } }
Generates carousel URL for the specified POS system and location.
JWT Authorization header using the Bearer scheme.
Generate carousel url parameters
Request model for generating carousel URL
The POS location identifier
1
The terminal identifier
Success
Response DTO for generating carousel URL
Show child attributes