Sales invoices
Issue and manage sales invoices.
- Base URL:
https://api.aikount.com - Every call requires the header
Authorization: Bearer <token>(Authentication and API keys).
| Method | Path | What for | Parameters |
|---|---|---|---|
GET | /contacts/{code}/invoices | List Contact Invoices | code* |
POST | /contacts/{contact_id}/email-invoices | Email Invoices To Contact | contact_id* |
DELETE | /invoices/{doc_id}/share | Revoke Share | doc_id* |
POST | /invoices/{doc_id}/share | Create Or Get Share | doc_id* |
POST | /invoices/{doc_id}/share/rotate | Rotate Share | doc_id* |
Full detail (parameters, bodies and schemas) lives in OpenAPI/Swagger. Parameters marked
*are required.