This endpoint is used to create leads for a specific real estate agency.
Sandbox
POST https://sandbox.lastro.services/api/public/v1/leads/webhook/{{realEstateAgencyID}}
Production
POST
https://prod.lastro.services/api/public/v1/leads/webhook/{{realEstateAgencyID}}
URL Parameters
The endpoint must be complemented with a single URL parameter:
realEstateAgencyID
(required): The unique identifier of the real estate agency (to be provided by Lastro).Content Type
The API expects a body in JSON format. The Content-Type header of the request should be set to application/json
.
Authorization
Not needed.