Integrate valet operations into your stack
REST API, webhooks, and tenant-scoped credentials for enterprise deployments — documentation ships with Phase 1 platform delivery.
API documentation is in preview — endpoints and auth flows ship with the Phase 1 platform release. Contact sales for early access.
Integration capabilities
REST API
Sessions, reservations, payments, and occupancy endpoints with OAuth2-style tenant tokens.
Webhooks
Subscribe to check-in, payment, retrieval, and session-closed events for your ERP or PMS.
Sandbox
Isolated test tenants with sample data for integration QA before go-live.
Representative endpoints
Tenant-scoped REST API with standard JSON request and response bodies.
| Method | Path | Description |
|---|---|---|
| POST | /api/v1/sessions | Create a valet check-in session |
| GET | /api/v1/sessions/{id} | Retrieve session status & timeline |
| POST | /api/v1/sessions/{id}/retrieve | Queue vehicle retrieval |
| GET | /api/v1/locations/{id}/occupancy | Live slot occupancy by zone |
| POST | /api/v1/reservations | Create advance reservation |
| POST | /api/v1/webhooks | Register event subscription URL |