Developers

Everything the dashboard does, the API does first.

The console is a client of the same public API you get. There is no privileged internal endpoint, which means anything you see, you can build against.

Interfaces
3
REST, WebSocket, webhooks
Latency
Real time
Event to webhook
Rate limit
Per plan
Raisable on request
Versioning
Dated
No breaking changes in place

01

Interfaces

01

REST

Spaces, sessions, events, violations, and payments. Cursor pagination, idempotency keys, and typed errors throughout.

02

WebSocket

Subscribe to occupancy changes by zone or by space. Used for live maps and wayfinding signage.

03

Webhooks

Signed, retried with exponential backoff, replayable for seven days from the console.

04

SDKs

TypeScript, Python, and Go, generated from the same OpenAPI spec that documents the API.

05

Sandbox

A full simulated deployment with synthetic occupancy traffic. Build the integration before hardware ships.

02

Built to be integrated, not replaced

Most deployments keep an existing permit system, an existing GIS layer, and an existing finance stack. Parkeze is designed to sit between them rather than ask them to move.

Built to be integrated, not replaced — specification
SpecOpenAPI 3.1
AuthAPI key, OAuth 2
PaginationCursor
IdempotencySupported
Webhook retries24 h, backoff
Replay window7 days
GISGeoJSON, Esri
SandboxFree, unlimited

03

Read the spec before you talk to anyone.

Request API access