elefymove

Documentación para desarrolladores

Guías y referencia de la Open API de ElefyMove.

Estas guías están disponibles actualmente solo en inglés.

Endpoints

MétodoEndpointÁmbitoQué hace
GET/api/public/v1/listings/{id}/calendar.icsURL firmada, sin claveDescarga 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-sourcesavailability:writeRegistra o sustituye el feed iCal entrante que ElefyMove consulta para uno de tus anuncios.
GET/api/public/v1/listings/{id}/ical-sourcesavailability:readConsulta el feed registrado de un anuncio, con su estado de sincronización y el último error.
DELETE/api/public/v1/listings/{id}/ical-sourcesavailability:writeDeja de consultar y elimina el feed registrado de un anuncio.

Exporting a calendar

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.

Inbound feeds

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.