Integration-ready platform
Build secure rental connections with the Easy Web Rent API.
Use authenticated staff endpoints, managed API clients, public booking routes, partner scopes, webhooks, imports, exports, and accounting feeds.
API request
GET /api/v1/availability Authorization: Bearer <token> Accept: application/json { "pickup_at": "2026-08-10T09:00:00", "return_at": "2026-08-15T09:00:00", "location_id": 1 }
Designed for controlled integration
Expose business capabilities without exposing the back office
External systems can interact with validated rental workflows while server-side authorization, availability, pricing, balance, and lifecycle rules remain in control.
- Laravel Sanctum bearer-token authentication
- Managed API clients with active status, expiration, location restrictions, IP allowlists, and rate limits
- Permission and token-ability enforcement
- Idempotency keys for protected write operations
- Public reservation reference tokens instead of staff credentials
- Transactional writes and server-side recalculation

API capability groups
Cover the rental business model end to end
The platform exposes operational, financial, customer, fleet, public booking, partner, and administration capabilities.
Webhook event
event: reservation.confirmed { "event_id": "evt_...", "occurred_at": "2026-08-01T13:20:10Z", "data": { "reservation_id": 9841, "status": "confirmed" } }
Webhooks & developer operations
React to changes without constant polling
Subscribe to important business events and review delivery outcomes through API Management.
- Webhook subscriptions and event selection
- Delivery history and failure visibility
- Test delivery and retry operations
- Import, export, notification, and accounting integration workflows
- OpenAPI and collection-based developer documentation support
Planning an integration?
Share the source system, required data, workflow direction, expected volume, authentication needs, and event requirements.