Guías y referencia de la Open API de ElefyMove.
Estas guías están disponibles actualmente solo en inglés.
| Método | Endpoint | Ámbito | Qué hace |
|---|---|---|---|
| GET | /api/public/v1/listings/{id}/calendar.ics | URL firmada, sin clave | Descarga el calendario de un anuncio como feed iCal. El token firmado de la URL es la autenticación, así que cualquier app de calendario puede suscribirse directamente. |
| PUT | /api/public/v1/listings/{id}/ical-sources | availability:write | Registra o sustituye el feed iCal entrante que ElefyMove consulta para uno de tus anuncios. |
| GET | /api/public/v1/listings/{id}/ical-sources | availability:read | Consulta el feed registrado de un anuncio, con su estado de sincronización y el último error. |
| DELETE | /api/public/v1/listings/{id}/ical-sources | availability:write | Deja de consultar y elimina el feed registrado de un anuncio. |
Every listing exports an iCal feed at /calendar.ics. The signed token in the URL is the authentication, so standard calendar applications can subscribe directly — treat the URL itself as a secret.
Register your own iCal feed URL per listing and ElefyMove polls it, reflecting external blocks on the master calendar. The registration endpoint reports polling status and the last error, so a broken feed is visible rather than silent. iCal sync is polled and coarser than the write API — prefer blocks and holds when you can call the API directly.