Search for customers by phone number

 
action:client_get_ifp_by_phone
 
Group search for clients already registered in the iFurn.pro system by phone numbers.
 
Request:
 
 
Conclusion:
 
{
    "status""ok",
    "error""",
    "data": [
        {
            "count"1,
            "data": [
                {
                    "client_id""337",
                    "name""Olga",
                    "phone""+38 (095) 270-58-66",
                    "parent"null,
                    "email""olha.ууу@gmail.com",
                    "pass""2dbf037a4d23307cf1577de795f545b8",
                    "d_update""2021-06-22 08:22:00",
                    "active""1",
                    "adress"null,
                    "maps"null
                }
            ]
        }
    ]
}