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:list-tags endpoint.
Available filter parameters and their supported operators are documented on each endpoint.
Sorting is supported via the sort parameter in field:order format (e.g., name:asc).
List endpoints require limit and offset, and most require sort. Send them on every list request.
Errors
Error responses include astatus code and detail message: