Skip to main content
v1.0.0 · Standard contract

Spot2 Integrations

Technical documentation for integrating your CRM with the Spot2 commercial real estate marketplace.

GET /api/v1/spot2/properties?updated_since=2026-07-01T00:00:00Z&offset=0&limit=200
{
  "data": [
    {
      "external_id": "prop-001",
      "property_type": "oficina",
      "modality": "rent",
      "updated_at": "2026-07-01T10:00:00Z",
      "price": {
        "rent_price": 45000,
        "currency": "MXN"
      },
      "location": {
        "city": "Ciudad de México",
        "state": "Ciudad de México",
        "postal_code": "11560"
      },
      "amenities": ["air_conditioning", "parking"],
      "description": "Oficina en planta baja con acceso 24/7"
    }
  ],
  "meta": {
    "next": "https://su-crm.com/api/v1/spot2/properties?offset=200&limit=200",
    "total_count": 1234
  }
}

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.