Books
Accounting books.
- Base URL:
https://api.aikount.com - Every call requires the header
Authorization: Bearer <token>(Authentication and API keys).
| Method | Path | What for | Parameters |
|---|---|---|---|
GET | /books | List Books Endpoint | — |
GET | /books/{book_id}/export | Export Book Endpoint | book_id*, from_date, to_date |
GET | /books/{book_id}/preview | Preview Book Endpoint | book_id*, from_date, to_date |
GET | /books/export-all | Export All Books Endpoint | from_date, to_date |
Full detail (parameters, bodies and schemas) lives in OpenAPI/Swagger. Parameters marked
*are required.