API Reference
Introduction
Explore the API endpoints and data types
Welcome
The API reference is generated from the project's OpenAPI specification. Browse the endpoint and data type pages, or use the API explorer to try requests.
Authentication
All API endpoints are authenticated using Bearer tokens and picked up from the specification file.
"security": [
{
"bearerAuth": []
}
]