Base URL
Versioning
The Alguna API uses date-based versioning via theAlguna-Version header. Include the header on every request to specify which version of the API you want to use.
Authentication
All requests must include an API key in theAuthorization header:
401 Unauthorized.
Filtering & Sorting
List endpoints support filtering via query parameters. Each filterable field is its own parameter:sort parameter in field:order format (e.g., name:asc).
Errors
Error responses include astatus code and detail message: