Skip to main content
POST
Generate reverse check-in code

Authorizations

Authorization
string
header
required

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

Body

The check in

memberId
string
required

The member identifier

Required string length: 1 - 36
userId
string | null

The user identifier. Optional field

Response

OK

checkInCodeId
string | null

The check in code identifier

code
string | null

The code generated to be displayed by mobile application

type
enum<string>
Available options:
QrCode,
BarCode
Last modified on August 10, 2026