cURL
curl --request GET \ --url https://app.essentry.com/api/v2/locations/{locationId}/check-ins \ --header 'Authorization: Bearer <token>'
{ "checkIns": [ { "id": 123, "state": "<string>", "email": "<string>", "firstName": "<string>", "lastName": "<string>", "birthdate": "<string>", "companyName": "<string>", "language": "CS", "arrivedAt": "2023-11-07T05:31:56Z", "leftAt": "2023-11-07T05:31:56Z", "legitimation": { "sourceId": "<string>", "startsAt": "2023-11-07T05:31:56Z", "endsAt": "2023-11-07T05:31:56Z", "guest": { "firstName": "<string>", "lastName": "<string>", "birthdate": "<string>" } }, "trustedId": { "documentNumber": "<string>", "document": "EXISTED", "selfie": "MATCHED", "liveness": "PASSED", "invitationMatch": { "wasManuallyReviewed": true, "firstName": "EXACT", "lastName": "EXACT", "birthdate": "EXACT" }, "images": { "faceImageUrl": "<string>", "identityDocumentImageUrl": "<string>" } }, "accessControl": { "credential": { "cardNumberKiosk": "<string>", "cardNumberReception": "<string>", "cardNumberAccessControlSystem": "<string>" }, "access": { "startsAt": "2023-11-07T05:31:56Z", "endsAt": "2023-11-07T05:31:56Z" }, "pin": "<string>" }, "customFields": {} } ], "pageInfo": { "totalCount": 123 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Pagination - How many results to return
x <= 50
Pagination - How many results to skip
The request has succeeded.
Show child attributes