Skip to main content
GET
/
pos
/
{posSystemId}
/
receipt
/
promotion
/
location
/
{posLocationId}
Get receipt promotion details
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"
  }
}

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
posLocationId
string
required

Response

Success

data
object

Represent POS receipt promotion