Skip to main content
The Breezee API is organized around REST. Our Infrastructure has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Authentication

All API requests must include the X-API-Key header.
curl -H "X-API-Key: your_api_key" https://<INFRASTRUCTURE_URL>/v1/health