curl https://api.thanxsandbox.com/users/me \ -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}"
{ "user": { "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" } }
This endpoint will return information for the currently logged in user.
+14157582345
Show birth_date