{ "firstName": "Thomas", "lastName": "Pesquet", "email": "[email protected]", "phoneNumber": "+33123456789", "additionalDetails": "Looking to purchase a house in the suburbs.", "monthlyDebt": 500, "monthlyIncome": 3000, "savingsAvailable": 20000, "postalCode": "75001", "additionalContext": { "id": "ac93af55-671b-47c9-a80d-6a7600b3e561", "url": "https://example.com/property/ac93af55", "title": "Charming 3-bedroom house", "description": "A beautiful house located in a quiet neighborhood, with a large garden and modern amenities.", "price": 1500000, "latitude": 48.866667, "longitude": 2.333333, "size": 120, "rooms": 3, "images": [ "https://example.com/image1.jpg", "https://example.com/image2.jpg" ], "energyPerformanceCertificate": "B", "isBridgeLoan": true, "leasingReason": "BANK_LOAN_REFUSAL", }}
Endpoints
Send a lead
Send a lead details to Hestia
POST
https://api.heyhestia.com/partner
/
lead
Copy
{ "firstName": "Thomas", "lastName": "Pesquet", "email": "[email protected]", "phoneNumber": "+33123456789", "additionalDetails": "Looking to purchase a house in the suburbs.", "monthlyDebt": 500, "monthlyIncome": 3000, "savingsAvailable": 20000, "postalCode": "75001", "additionalContext": { "id": "ac93af55-671b-47c9-a80d-6a7600b3e561", "url": "https://example.com/property/ac93af55", "title": "Charming 3-bedroom house", "description": "A beautiful house located in a quiet neighborhood, with a large garden and modern amenities.", "price": 1500000, "latitude": 48.866667, "longitude": 2.333333, "size": 120, "rooms": 3, "images": [ "https://example.com/image1.jpg", "https://example.com/image2.jpg" ], "energyPerformanceCertificate": "B", "isBridgeLoan": true, "leasingReason": "BANK_LOAN_REFUSAL", }}
This endpoint is used to send a lead to Hestia.
Make sure you have the user consent before sending us the lead. We will
contact it.
{ "firstName": "Thomas", "lastName": "Pesquet", "email": "[email protected]", "phoneNumber": "+33123456789", "additionalDetails": "Looking to purchase a house in the suburbs.", "monthlyDebt": 500, "monthlyIncome": 3000, "savingsAvailable": 20000, "postalCode": "75001", "additionalContext": { "id": "ac93af55-671b-47c9-a80d-6a7600b3e561", "url": "https://example.com/property/ac93af55", "title": "Charming 3-bedroom house", "description": "A beautiful house located in a quiet neighborhood, with a large garden and modern amenities.", "price": 1500000, "latitude": 48.866667, "longitude": 2.333333, "size": 120, "rooms": 3, "images": [ "https://example.com/image1.jpg", "https://example.com/image2.jpg" ], "energyPerformanceCertificate": "B", "isBridgeLoan": true, "leasingReason": "BANK_LOAN_REFUSAL", }}
The reason the user is exploring leasing options.
Possible values are BANK_LOAN_REFUSAL if the bank has denied a loan, or ANTICIPATE_LOAN_REJECTION if the user anticipates loan rejection.