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.0REST API for partners to create, manage, and cancel ride/vehicle bookings programmatically. Supports real-time vehicle availability search, fare estimation, and webhook event notifications.
Production: https://api.playmobility.dev/v2
Sandbox: https://sandbox-api.playmobility.dev/v2
Fleet Management API
v1.4.0API for fleet operators to register vehicles, onboard drivers, manage operational zones, and pull utilization analytics.
Production: https://api.playmobility.dev/fleet/v1
Sandbox: https://sandbox-api.playmobility.dev/fleet/v1
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.
Partner access tiers
API access is configured per partner. Contact sales to discuss your tier.
| Feature | Standard | Premium |
|---|---|---|
| Booking API | Yes | Yes |
| Vehicle Search | Yes | Yes |
| Pricing Estimates | Yes | Yes |
| Webhooks | Yes | Yes |
| Fleet Vehicles & Drivers | Yes | Yes |
| Operational Zones | Yes | Yes |
| Fleet Analytics | — | Yes |
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