v1
latestOpenAPI 3.0.02026-07-26155147.1 KBContact Requests
Create a contact request
Creates a new lead in EasyBroker interested in the provided property.
post/contact_requests
Headers
Country-Code'MX' | 'CL' | 'DO' | 'AR' | 'CR' | 'PE' required
Example:MX
This header is mandatory and will be used to filter the resources
Request body
Example request
{
"property_id": "EB-XXXX01",
"name": "John Smith",
"email": "mail@example.com",
"phone": "5559090909",
"message": "I'm interested in this property. Please contact me.",
"remote_id": 123456
}Response
A contact request was created
Example response
{
"status": "successful"
}