Developer Platform
Build with OpenSpot.
Integrate physical parking enforcement into your platform with our REST API, webhooks, and SDKs. Everything you need to orchestrate access at scale.
API Capabilities
RESTful API
Simple, predictable REST endpoints for all device operations.
Webhooks
Real-time event notifications for access, status changes, and alerts.
OAuth 2.0 Auth
Industry-standard authentication with scoped API keys.
Rate Limits
Generous limits with burst capacity. Enterprise tiers available.
Quick Start
// Reserve a parking bay
const response = await fetch('https://api.openspot.io/v1/bays/BAY_123/reserve', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
start_time: '2024-01-15T10:00:00Z',
duration_minutes: 60,
vehicle_id: 'VEH_456'
})
});
// Response
{
"reservation_id": "RES_789",
"bay_id": "BAY_123",
"status": "confirmed",
"access_code": "4521"
}Support Tiers
Choose the support level that matches your operational needs.
Standard
24-hour response
- •Email support
- •Documentation access
- •Community forum
Business
4-hour response
- •Priority email
- •Slack channel
- •Quarterly reviews
- •99.5% SLA
Enterprise
1-hour response
- •Dedicated CSM
- •24/7 phone support
- •Custom integrations
- •99.9% SLA
Reliability
OpenSpot maintains a 99.9% uptime target for enterprise customers. Status page and incident communications available for all tiers.