curl https://api.thanxsandbox.com/users/:id/check_in_code \ -X GET \ -H "Content-Type: application/json" \ -H "Accept-Version: v4.0" \ -H "Accept: application/json" \ -H "Authorization: Bearer ${token}" \ -H "X-ClientId: ${client_id}"
{ "check_in_code": "1234s6", }
This endpoint will return the check-in code for a user. The check-in code can be matched to a location.
{ "check_in_code": "LSTR|1234s6||LEND" }