2023-02-11 04:54:54 +01:00
|
|
|
openapi: 3.0.0
|
|
|
|
info:
|
2023-02-12 09:01:45 +01:00
|
|
|
title: 'Invoice Ninja API Reference - Where self host invoicing lives.'
|
2023-02-11 04:54:54 +01:00
|
|
|
description: |
|
2023-02-11 05:46:41 +01:00
|
|
|
---
|
|
|
|
<br>
|
|
|
|
<div style="color: white; background-color:SlateBlue; padding: 12px; border-radius:2px">
|
|
|
|
The Invoice Ninja API is organized around REST and returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
|
|
|
|
</div>
|
|
|
|
<br>
|
|
|
|
|
2023-02-11 04:54:54 +01:00
|
|
|
termsOfService: 'https://invoiceninja.github.io/docs/legal/terms_of_service/#page-content'
|
|
|
|
contact:
|
|
|
|
email: contact@invoiceninja.com
|
|
|
|
license:
|
|
|
|
name: 'Elastic License'
|
|
|
|
url: 'https://www.elastic.co/licensing/elastic-license'
|
2023-02-12 09:01:45 +01:00
|
|
|
version: 5.5.70
|
2023-02-11 04:54:54 +01:00
|
|
|
servers:
|
|
|
|
-
|
|
|
|
url: 'https://demo.invoiceninja.com'
|
2023-02-11 05:46:41 +01:00
|
|
|
description: |
|
|
|
|
## Demo API Server InvoiceNinja.
|
|
|
|
You can use the demo API key `TOKEN` to test the endpoints from within this API spec
|