For Developers

Build on PlayMobility APIs

Two REST APIs for partners and fleet operators. OpenAPI 3.x specs, sandbox environments, and webhook integrations.

Our APIs

Partner Booking API

v2.1.0

REST API for partners to create, manage, and cancel ride/vehicle bookings programmatically. Supports real-time vehicle availability search, fare estimation, and webhook event notifications.

GET/bookings
POST/bookings
GET/bookings/{bookingId}
PATCH/bookings/{bookingId}
POST/bookings/{bookingId}/cancel
GET/vehicles/available
GET/vehicles/{vehicleId}
POST/pricing/estimate
GET/webhooks
POST/webhooks

Production: https://api.playmobility.dev/v2

Sandbox: https://sandbox-api.playmobility.dev/v2

Fleet Management API

v1.4.0

API for fleet operators to register vehicles, onboard drivers, manage operational zones, and pull utilization analytics.

GET/fleet/vehicles
POST/fleet/vehicles
PUT/fleet/vehicles/{vehicleId}/status
GET/fleet/drivers
POST/fleet/drivers
GET/fleet/zones
GET/fleet/analytics/utilization

Production: https://api.playmobility.dev/fleet/v1

Sandbox: https://sandbox-api.playmobility.dev/fleet/v1

Security

Authentication

Bearer JWT

Primary authentication for all API calls. Include your token in the Authorization header.

API Key

Alternative auth for the Booking API via the X-API-Key header.

Idempotency

X-Idempotency-Key header required on all write operations.

Access

Partner access tiers

API access is configured per partner. Contact sales to discuss your tier.

FeatureStandardPremium
Booking APIYesYes
Vehicle SearchYesYes
Pricing EstimatesYesYes
WebhooksYesYes
Fleet Vehicles & DriversYesYes
Operational ZonesYesYes
Fleet AnalyticsYes

Ready to integrate?

Full API documentation, code examples, and webhook guides are available in our developer portal. Contact api-support@playmobility.dev for API credentials.

View Full Documentation