curl https://api.thanxsandbox.com/users/:id/check_in_code \ -X GET \ $AUTH_HEADERS
Copy
Ask AI
{ "check_in_code": "1234s6",}
Users
Get Check In Code
This endpoint will return the check-in code for a user. The check-in code can be matched to a location.
GET
/
users
/
:id
/
check_in_code
Copy
Ask AI
curl https://api.thanxsandbox.com/users/:id/check_in_code \ -X GET \ $AUTH_HEADERS
Copy
Ask AI
{ "check_in_code": "1234s6",}
The check-in code can use specific formats for different merchants/locations.
If no location or merchant is provided, the check-in code provided will be automatically matched to the merchant account to which the user belongs to.