Endpoint

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}}

Request Header

URL Parameters

The endpoint must be complemented with a single URL parameter:

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.