curl https://api.thanxsandbox.com/partner/users \ -X GET \ $AUTH_HEADERS
{ "users": [ { "id": "wroeiu2304hfwf", "email": "john.smith@example.com", "phone": "+14158672345", "first_name": "Jane", "last_name": "Smith", "birth_date": { "year": 1987, "month": 8, "day": 14 }, "zip_code": "12345", "updated_at": "2025-02-01T19:00:00Z", "loyalty": { "tier": "silver", "points_balance": 120.50, "user_joined_at": "2023-12-01T19:00:00Z" }, "communication_settings": { "marketing_general_email": true } } ], "pagination": { "current_page": 1, "per_page": 10, "total_pages": 1 } }
This endpoint will return all the users of the specified merchant.
users.read
updated_after
updated_before
false
1
10
100
+14157582345
Show birth_date
Show loyalty
bronze
silver
gold
Show communication_settings