profile
Developing
GET
http://estate.test/api/v1{{url}}/profile
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'http://estate.test/api/v1/profile' \
--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": 1,
"name": "Tony Armstrong",
"phone": "212.859.3192 x3642",
"email": "Amber_Bins64@gmail.com",
"nationality_id": 3,
"area_id": 1,
"city_id": 4,
"block_id": 9,
"sale_support_user_id": 4,
"other_phone": "1-856-771-6905 x51849",
"national_id": 0,
"national_id_end_date": "2026-01-26T17:45:41.982Z",
"postal_code": 13584,
"date_of_birth": "2024-10-07T06:42:56.741Z",
"gender": "female",
"address": "Indiana West Benedicthaven Jefferson County 521 Kings Highway Suite 583",
"avatar": "https://avatars.githubusercontent.com/u/65240267",
"income": "dolor",
"education_level": "enim eiusmod Lorem consectetur",
"platform": "nisi",
"avatar_url": "https://avatars.githubusercontent.com/u/35421906",
"saleSupportUser": {
"id": 3,
"name": "Mr. Adrian Heidenreich",
"email": "Abagail.Roberts79@gmail.com",
"phone": 781.33,
"job_title": "\\\"95m67}/2",
"id_number": 3
},
"area": {
"id": 8,
"name": "Ms. Judith Halvorson",
"type": "magna sed velit"
},
"city": {
"id": 9,
"country_id": 8,
"parent_id": 7,
"name": "Audrey Rolfson-Ledner",
"type": "commodo ut Duis"
},
"block": {
"id": 9,
"name": "Alvin Mayer-Effertz",
"type": "in occaecat sed"
},
"nationality": "veniam proident eu adipisicing",
"sales": [
{
"id": 1,
"reason_for_pay_id": 7,
"project_id": 2,
"building_id": 6,
"unit_id": 3,
"tax_reference_number": 1,
"sale_type": "velit dolor consequat",
"target_type": "eu adipisicing",
"status": "quis labore minim"
}
],
"rentalRequests": [
{
"id": 4,
"unit_name": "Yvonne Herman",
"bathrooms_count": 1
}
],
"bookings": [
{
"id": 6,
"unit_id": 7,
"building_id": 2,
"client_id": 9,
"booking_open_at": "2025-02-19T22:33:01.528Z",
"booking_expired_at": "2024-05-03T11:25:16.506Z",
"booking_open_at_text": "aliquip mollit id aute amet",
"booking_expired_at_text": "2025-04-18T06:51:10.256Z"
},
{
"id": 1,
"unit_id": 4,
"building_id": 4,
"client_id": 4,
"booking_open_at": "2024-09-07T21:49:25.486Z",
"booking_expired_at": "2024-12-25T22:20:31.983Z",
"booking_open_at_text": "nisi cupidatat proident et",
"booking_expired_at_text": "2025-04-18T16:57:50.285Z"
}
]
}
}
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-16 00:04:54