elefymove

개발자 문서

ElefyMove Open API 가이드와 레퍼런스.

이 가이드는 현재 영어로만 제공됩니다.

Endpoints

메서드엔드포인트스코프설명
GET/api/public/v1/listings/{id}/calendar.ics서명된 URL, 키 불필요매물 캘린더를 iCal 피드로 내려받습니다. URL의 서명 토큰이 인증 역할을 하므로 캘린더 앱에서 바로 구독할 수 있습니다.
PUT/api/public/v1/listings/{id}/ical-sourcesavailability:writeElefyMove가 본인 매물을 위해 가져올 인바운드 iCal 피드를 등록하거나 교체합니다.
GET/api/public/v1/listings/{id}/ical-sourcesavailability:read매물에 등록된 피드를 가져오기 상태 및 최근 오류와 함께 확인합니다.
DELETE/api/public/v1/listings/{id}/ical-sourcesavailability:write가져오기를 중단하고 매물에 등록된 피드를 삭제합니다.

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.