Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 341 Bytes

File metadata and controls

17 lines (13 loc) · 341 Bytes

API

REST under /api/v1. Organisation access derived from authenticated context — never trust client-supplied organization_id without authorization.

Error format:

{
  "error": {
    "code": "INVOICE_ALREADY_ISSUED",
    "message": "This invoice has already been issued.",
    "details": {}
  }
}

See SPEC §81–§82.