Skip to main content
POST
/
public
/
v1
/
platforms
/
{platform}
/
validate
Validate platform filters
curl --request POST \
  --url https://api.hostreach.io/v1/public/v1/platforms/{platform}/validate \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '
{
  "operation": "rent",
  "propertyType": "homes",
  "minRooms": 2
}
'

Authorizations

X-Api-Key
string
header
required

API key (hr_live_... or hr_test_...). Generate from Settings › Workspace › Acceso API.

Path Parameters

platform
enum<string>
required
Available options:
idealista,
fotocasa,
metrocuadrado,
inmuebles24,
zonaprop

Body

application/json

Filter key/value pairs to validate (same shape as filters in POST /extractions).

The body is of type object.

Response

201 - undefined