How it works
Three steps. Fully automatic.
1
You expose your API
A GET endpoint with your properties and another with deleted ones. We query them on scheduled cycles.
→
2
We validate
Each property goes through quality rules. Those that pass are published, those that don’t are rejected with a reason.
→
3
We publish on Spot2
Valid properties appear on the marketplace. You receive the result via webhook in real time.
Integration contract
The pieces you need to expose to integrate.
GET/api/v1/spot2/properties
Active properties feed. Paginated with `updated_since`.
API Key (header)
Ver protocolo GET/api/v1/spot2/properties/deleted
Deleted IDs feed. With `since` parameter.
API Key (header)
Ver protocolo 19 reglas BLOCK
Automatic validation of each property. Those that pass are published.
Resultado vía webhook
Ver reglas POST/api/webhooks/spot2/feedback
Optional webhook for publication or rejection notifications.
HMAC-SHA256
Ver webhook Where to start
Three paths depending on what you need.