show
Developing
GET
http://estate.test/api/v1{{url}}/system/clients/1
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'http://estate.test/api/v1/system/clients/1' \
--header 'x-api-key: f482480c-11fe-4426-9f6e-e7d26c8c3eed' \
--header 'x-secret-key: FkSF0PDbMOgLmLlJeMDSDzBFIl5dloAC'
Response Response Example
{
"status": "true",
"message": "Operation completed successfully",
"data": {
"id": 9,
"name": "Christopher Gorczany",
"phone": "1-735-906-3005 x11537",
"email": "Brain.Gutmann4@yahoo.com",
"nationality_id": 1,
"area_id": 1,
"city_id": 2,
"block_id": 5,
"sale_support_user_id": 8,
"other_phone": "(917) 444-1702 x346",
"national_id": 8,
"national_id_end_date": "2024-05-01T05:59:28.213Z",
"postal_code": 38167,
"date_of_birth": "2024-06-17T11:57:45.782Z",
"gender": "female",
"address": "Michigan Prudencestad Henry County 463 Pedro Passage Suite 775",
"avatar": "https://avatars.githubusercontent.com/u/58939018",
"income": "esse id deserunt",
"education_level": "et aliquip esse sint dolor",
"platform": "officia est non ut",
"avatar_url": "https://avatars.githubusercontent.com/u/58605300",
"saleSupportUser": {
"id": 8,
"name": "Annette Marquardt DVM",
"email": "Melody.Johns@yahoo.com",
"phone": 980,
"job_title": "%l|M)>V+%Z",
"id_number": 6
},
"area": {
"id": 1,
"name": "Glen Stracke",
"type": "est nisi aute"
},
"city": {
"id": 8,
"country_id": 7,
"parent_id": 7,
"name": "Kelly VonRueden",
"type": "in aliquip quis"
},
"block": {
"id": 3,
"name": "Brent Parker",
"type": "labore"
},
"nationality": "eiusmod culpa pariatur",
"sales": [
{
"id": 3,
"reason_for_pay_id": 8,
"project_id": 4,
"building_id": 3,
"unit_id": 4,
"tax_reference_number": 4444,
"sale_type": "est",
"target_type": "aliquip ut",
"status": "cillum mollit officia fugiat"
},
{
"id": 7,
"reason_for_pay_id": 5,
"project_id": 8,
"building_id": 1,
"unit_id": 1,
"tax_reference_number": 8,
"sale_type": "do",
"target_type": "dolor reprehenderit ad irure sed",
"status": "Excepteur fugiat"
}
],
"rentalRequests": [
{
"id": 6,
"unit_name": "Kent Jakubowski",
"bathrooms_count": 1
}
],
"bookings": [
{
"id": 8,
"unit_id": 9,
"building_id": 3,
"client_id": 8,
"booking_open_at": "2025-08-30T12:18:44.390Z",
"booking_expired_at": "2025-06-23T20:45:45.665Z",
"booking_open_at_text": "tempor cillum in consequat",
"booking_expired_at_text": "2025-04-18T05:55:58.209Z"
}
]
}
}
Request
Header Params
x-api-key
string
optional
Example:
{{x-api-key}}
x-secret-key
string
optional
Example:
{{x-secret-key}}
Responses
Modified at 2025-04-10 14:44:01