Inmobo Public API Documentation
Integrate tenant-scoped real estate listings with Inmobo. Requests use a bearer API key and return JSON.
Authentication
Send an active API key with every request: Authorization: Bearer YOUR_API_KEY. Rate limits are 120 requests per minute per key.
Listing endpoints
GET /v1/listingssearches the current tenant's available listings.GET /v1/listings/{identifier}returns a listing by Inmobo ID.POST /v1/listingscreates a published listing and requires anIdempotency-Key.PATCH /v1/listings/{identifier}updates a listing by Inmobo ID or tenant reference.
Download the OpenAPI 3.1 document for client generation or import into your API tool.
Catalogues
Use /v1/catalogs/cities, /v1/catalogs/property-types, and /v1/catalogs/amenities to prepare listing search and creation forms.