Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://public-api-demo.clearline.me/pos/{posSystemId}/receipt/promotion/location/{posLocationId} \ --header 'Authorization: Bearer <token>'
{ "data": { "primaryText": "<string>", "secondaryText": "<string>", "imageUrl": "<string>" } }
Retrieve promotion details on the receipt for the specified POS system and location.
JWT Authorization header using the Bearer scheme.
Enter JWT Bearer token only in the text input below.
Success
Represent POS receipt promotion
Show child attributes