# EasyBroker Documentation > Guías y referencias oficiales de la API de EasyBroker. Append .md to any documentation page URL to get its markdown version. ## Guides - [Introducción a la API de EasyBroker](https://dev.easybroker.com/docs/api-de-easybroker.md) - [Autenticación (API Key)](https://dev.easybroker.com/docs/autenticación.md) - [Propiedades](https://dev.easybroker.com/docs/propiedades.md) - [Contactos](https://dev.easybroker.com/docs/contactos.md) - [Solicitudes de Contacto](https://dev.easybroker.com/docs/solicitudes-de-contacto.md) - [Ubicaciones](https://dev.easybroker.com/docs/ubicaciones.md) - [Catálogos y usuarios](https://dev.easybroker.com/docs/catalogos-y-usuarios.md) - [Errores de la API](https://dev.easybroker.com/docs/errores-de-la-api.md) - [Introducción](https://dev.easybroker.com/docs/introducción.md): En este documento te explicamos de forma rápida cómo puedes usar nuestra API y algunas recomendaciones del flujo que debería tener tu integración. - [Listing Statuses](https://dev.easybroker.com/docs/listing-statuses.md) - [Properties](https://dev.easybroker.com/docs/properties-2.md) - [Agencies](https://dev.easybroker.com/docs/agencies-1.md) - [Agents](https://dev.easybroker.com/docs/agents-1.md) - [Property Integration](https://dev.easybroker.com/docs/property-integration-1.md) - [Contact Request](https://dev.easybroker.com/docs/contact-request.md) - [Errores](https://dev.easybroker.com/docs/errores-de-la-api-partners.md) - [Zapier](https://dev.easybroker.com/docs/zapier.md): En esta guía te explicamos cómo puedes usar tu cuenta de EasyBroker con Zapier - [Integraciones con otras aplicaciones](https://dev.easybroker.com/docs/integraciones-con-otras-aplicaciones.md) ## API Reference - [List all collaborations](https://dev.easybroker.com/reference/get_collaborations.md): Returns a list of collaborations from your organization. - [List all contact requests](https://dev.easybroker.com/reference/get_contact-requests.md): Returns a list of the contact requests in a given period or for a specific property, if no parameters are provided all the contact requests will be returned - [Create a contact request](https://dev.easybroker.com/reference/post_contact-requests.md): Creates or updates a new lead in EasyBroker that is interested in the provided property. - [List all contacts](https://dev.easybroker.com/reference/get_contacts.md): Returns a list of contacts from your organization. - [Retrieve a contact](https://dev.easybroker.com/reference/get_contacts-contact-id.md): Returns the detailed information of a contact from your EasyBroker account. - [Update a contact (Beta)](https://dev.easybroker.com/reference/patch_contacts-contact-id.md): Updates an existing contact in your EasyBroker account. Only the fields you send are modified. For `emails`, `phones`, `addresses` and `tags`, the value you send fully replaces the current list — matching entries are preserved, missing entries are removed and new entries are appended (order is ignored). This endpoint is still in beta, please contact our support team if you have any problem or want to share any feedback. - [List all property features](https://dev.easybroker.com/reference/get_features.md): Returns a list of the property features available in your organization's country. You can also provide a `locale` parameter to define the language you want the name of the features to be in. - [List all property listing statuses](https://dev.easybroker.com/reference/get_listing-statuses.md): Returns a list of property listing statuses from your organization. - [Retrieve a location](https://dev.easybroker.com/reference/get_locations.md): Retrieve a location name and the childs of a given location . If no parameter provided, the states from the country registered in your account will be returned. - [List all properties](https://dev.easybroker.com/reference/get_properties.md): Returns a list of properties from your organization. - [Create a property (Beta)](https://dev.easybroker.com/reference/post_properties.md): Creates a new property in your EasyBroker account, which will be published to all your connected apps. This endpoint is still in beta, please contact our support team if you have any problem or want to share any feedback. - [Retrieve a property](https://dev.easybroker.com/reference/get_properties-property-id.md): Returns the detailed information of a property from your EasyBroker account. - [Update a property (Beta)](https://dev.easybroker.com/reference/patch_properties-property-id.md): Updates an existing property in your EasyBroker account. This endpoint is still in beta, please contact our support team if you have any problem or want to share any feedback. - [List property integrations](https://dev.easybroker.com/reference/get_property-integrations.md): Returns, for every property in your organization connected to at least one portal, its publication status across all connected portals. Results are paginated by property, so `limit` counts properties rather than portal listings. - [List all property types](https://dev.easybroker.com/reference/get_property-types.md): Returns a list of the property types from your organization's country. You can also provide a `locale` parameter to define the language you want the name of the property types to be in. - [List all users](https://dev.easybroker.com/reference/get_users.md): Returns a list of active users from your organization. - [Create a contact request](https://dev.easybroker.com/reference/post_contact-requests-1.md): Creates a new lead in EasyBroker interested in the provided property. ## Changelog - [App Integration API: Solicitudes de contacto](https://dev.easybroker.com/changelog/app-integration-api-solicitudes-de-contacto.md) - [Características de Propiedades: Añadimos un nuevo endpoint para listarlas](https://dev.easybroker.com/changelog/características-de-propiedades-añadimos-un-nuevo-endpoint-para-listarlas.md) - [Tipos de Propiedades: Añadimos un nuevo endpoint para listarlas](https://dev.easybroker.com/changelog/tipos-de-propiedades-añadimos-un-nuevo-endpoint-para-listarlas.md) - [Propiedades: Nuevos campos de exclusividad y porcentaje de comisión compartida](https://dev.easybroker.com/changelog/propiedades-nuevos-campos-de-exclusividad-y-porcentaje-de-comisión-compartida.md) - [Propiedades: Agrega la comisión a tu propiedad](https://dev.easybroker.com/changelog/propiedades-agrega-la-comisión-a-tu-propiedad.md) - [Contactos: Nuevos estatus personalizados](https://dev.easybroker.com/changelog/contactos-nuevos-estatus-personalizados.md) - [Propiedades: Cambios en la forma que recibes la ubicación](https://dev.easybroker.com/changelog/propiedades-cambios-en-la-forma-que-recibes-la-ubicación.md) - [Agencias: Eliminamos el campo partner_id](https://dev.easybroker.com/changelog/agencias-eliminamos-el-campo-partner_id.md) - [Propiedades: La calle de tu propiedad ahora es un dato obligatorio](https://dev.easybroker.com/changelog/propiedades-la-calle-de-tu-propiedad-ahora-es-un-dato-obligatorio.md) - [Propiedades: Agrega las etiquetas al momento de crear tu propiedad](https://dev.easybroker.com/changelog/propiedades-agrega-las-etiquetas-al-momento-de-crear-tu-propiedad.md)