GET
/api/v1/customer/details
This API method will grab details for the current customer including balances and avatar information, as well as other information.
Sample Request body
Nothing required
Sample Response
"status": true,
"item": {
"id": "QD59AxOJm2MenXb14Pw7",
"employee_account": "l6yYk1WOeo7e2b78dD4j",
"employee_number": 6544,
"first_name": "Steve",
"last_name": "Phillip",
"email": "[email protected]",
"date_of_birth": "1992-05-11",
"address_line_1": "nothing",
"address_line_2": "nothing",
"city": "New York",
"state": "AK",
"zip": "54454",
"phone": "1111111111",
"customer_description": "testing",
"can_text": 1,
"can_email": 1,
"can_mail": 0,
"can_call": 0,
"country_code": "+91",
"customer_sex": "Male",
"friend_requests": 0,
"team_store_count": 0,
"mfg_count": 2,
"stores_count": 4,
"balance": 40099,
"avatar": "http://controlcenter.ftx/customer/images/avatar/dynamic/QD59AxOJm2MenXb14Pw7/thumb?v=1629970301",
"campaigns_total": 2,
"campaigns_registered": 0,
"androidPermissionConsent": false,
"iosPermissionConsent": false,
"iosDataConsent": false,
"androidDataConsent": false,
"privacyConsent": false,
"termsConsent": false,
"isDobVerified": false,
"isDlVerified": false,
"isCustomerEmployee": true
}
}