Leitfäden und Referenz für die ElefyMove Open API.
Diese Leitfäden sind derzeit nur auf Englisch verfügbar.
| Methode | Endpunkt | Scope | Funktion |
|---|---|---|---|
| GET | /api/public/v1/listings/{id}/calendar.ics | Signierte URL, kein Key | Den 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-sources | availability:write | Den eingehenden iCal-Feed registrieren oder ersetzen, den ElefyMove für eines Ihrer Inserate abruft. |
| GET | /api/public/v1/listings/{id}/ical-sources | availability:read | Den registrierten Feed eines Inserats samt Abrufstatus und letztem Fehler abrufen. |
| DELETE | /api/public/v1/listings/{id}/ical-sources | availability:write | Den Abruf beenden und den registrierten Feed eines Inserats löschen. |
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.