## Welcome

The API reference is generated from the project's OpenAPI specification. Browse the endpoint and data type pages, or use the [API explorer](/api-explorer) to try requests.

## Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.

```json
"security": [
  {
    "bearerAuth": []
  }
]
```
