GET
/api/v1/customer/details/{id}
This API method will grab details for a specific customer ID, including balances and avatar information, and other information
Sample Request body
Nothing required
Sample Response
{
"status": true,
"item": {
"id": "nK8oWGj0zxqELP1A53ak",
"employee_number": 9898,
"first_name": "John",
"last_name": "Doe",
"customer_description": "",
"customer_sex": "Male",
"stores_count": 0,
"friend_status": -1,
"balance": 0,
"country_code": "+91",
"avatar": "http:\/\/controlcenter.ftx\/customer\/images\/default-avatars\/4?v=1513880339",
"campaigns_total": 0,
"campaigns_registered": 0,
"androidPermissionConsent": false,
"iosPermissionConsent": false,
"iosDataConsent": true,
"androidDataConsent": true,
"isDobVerified": true,
"isDlVerified": true
}
}{
"status": false,
"errorCode": "NO_ITEMS",
"message": "Customer Data Not Found."
}{
"status": false,
"errorCode": "USER_BLOCKED",
"message": "This member is blocked"
}