DocsBookingAPIBookingAPI

BookingAPI Documentation

The MoovLogic BookingAPI lets you request ride prices, create bookings, and manage journeys programmatically. One API. All consumers. Available at https://api.moovlogic.com.

ℹ️
New here? Start with Overview to understand the API structure, then follow Authentication to get your first token.

Documentation pages

Quick reference

MethodEndpointPurpose
POST /api/v1/auth/token Get a JWT token
GET /api/v1/pricing/service-types List vehicle categories
POST /api/v1/pricing/quotes Quote all service types
POST /api/v1/pricing/quotes/{serviceTypeId} Quote one service type
POST /api/v1/bookings Create a booking
GET /api/v1/bookings/{tagName} Get booking details
PUT /api/v1/bookings/{tagName} Update a booking
DELETE /api/v1/bookings/{tagName} Cancel a booking
POST /api/v1/bookings/{tagName}/status Update ride status
GET /api/ping Health check