Alguna provides a JSON-based HTTP API to programmatically manage customers, products, subscriptions, invoices, and more.Documentation Index
Fetch the complete documentation index at: https://alguna.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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:
| Status | Description |
|---|---|
400 | Bad Request — invalid parameters |
401 | Unauthorized — missing or invalid API key |
404 | Not Found — resource does not exist |
422 | Unprocessable Entity — validation error |
500 | Internal Server Error |