elefymove

Entwicklerdokumentation

Leitfäden und Referenz für die ElefyMove Open API.

Diese Leitfäden sind derzeit nur auf Englisch verfügbar.

Endpoints

MethodeEndpunktScopeFunktion
GET/api/public/v1/listings/{id}/calendar.icsSignierte URL, kein KeyDen Kalender eines Inserats als iCal-Feed abrufen. Das signierte Token in der URL ist die Authentifizierung, sodass Kalender-Apps direkt abonnieren können.
PUT/api/public/v1/listings/{id}/ical-sourcesavailability:writeDen eingehenden iCal-Feed registrieren oder ersetzen, den ElefyMove für eines Ihrer Inserate abruft.
GET/api/public/v1/listings/{id}/ical-sourcesavailability:readDen registrierten Feed eines Inserats samt Abrufstatus und letztem Fehler abrufen.
DELETE/api/public/v1/listings/{id}/ical-sourcesavailability:writeDen Abruf beenden und den registrierten Feed eines Inserats löschen.

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.