Guides and reference for the ElefyMove Open API.
| Method | Endpoint | Scope | What it does |
|---|---|---|---|
| GET | /api/public/v1/marketplace/bookings | marketplace:read | List your own marketplace bookings, paginated and filtered. Responses carry dates and references only. |
| GET | /api/public/v1/marketplace/bookings/{id} | marketplace:read | Read one of your marketplace bookings by id. |
/api/public/v1/marketplace/bookings/{id}/decline | marketplace:write | Decline a booking that is still awaiting payment. There is no confirm route — a booking is confirmed when payment is captured, not by provider approval. |
pending means the booking is awaiting payment capture, not awaiting your approval. POST /marketplace/bookings/:id/decline only works on a booking still in that state — any other status returns a 409 (BOOKING_NOT_PENDING).