Cloud-based car rental managementMulti-language operationsSecure online booking
info@easywebrent.com
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
Public booking API experience
API capability groups

Cover the rental business model end to end

The platform exposes operational, financial, customer, fleet, public booking, partner, and administration capabilities.

AuthenticationStaff login tokens, client tokens, partner access, revocation, abilities, and permissions.
ReservationsAvailability, quotation, reservation, lifecycle actions, public references, and confirmation.
AgreementsRental agreements, check-out, vehicle changes, check-in, invoices, documents, and signatures.
FleetVehicles, classes, rates, status, locations, maintenance, expenses, images, and availability.
CustomersCustomers, drivers, documents, insurance, warnings, groups, cards, and rental history.
PaymentsPayments, deposits, methods, gateways, balances, refunds, accounting feeds, and reports.
ReportsOperational, financial, fleet, customer, collection, sales, and export-oriented reporting.
WebhooksSubscriptions, events, delivery history, test delivery, failure handling, and retry.
AdministrationUsers, roles, permissions, locations, languages, translations, settings, imports, and logs.
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.