This section provides a high-level overview of how to interact with the API based on openapi.yaml.
The API currently defines the following servers:
| Header | Description |
| Authorization | Use Bearer authentication for protected endpoints: Authorization: Bearer <JWT>. |
| Accept | Use application/json. |
| Content-Type | Use application/json for request bodies. |
| X-Customer-Number | Required for many customer-scoped requests when authenticated as a subuser. |