Skip to main content
GET
Get reverse check-in code details by id

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path Parameters

checkInCodeId
string
required

The check-in code identifier

Response

OK

checkInCodeId
string | null

The check in code identifier

memberId
string | null

The member identifier

userId
string | null

The user identifier

code
string | null

The generated code to be displayed on the mobile application

type
enum<string>
Available options:
QrCode,
BarCode
paymentLocationId
string | null

The payment location identifier

isUsed
boolean

Indicates whether the generated code has been used already for POS registration

usedAt
string<date-time> | null

Indicates when the generated code has been used

createdAt
string<date-time>

Indicates when the generated code has been created

Last modified on August 10, 2026