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>", "posStatus": "Accepted" } }
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