mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
24 lines
858 B
YAML
24 lines
858 B
YAML
openapi: 3.0.0
|
|
info:
|
|
title: 'Invoice Ninja API Reference.'
|
|
description: |
|
|
---
|
|
<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>
|
|
|
|
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'
|
|
version: 5.8.34
|
|
servers:
|
|
-
|
|
url: 'https://demo.invoiceninja.com'
|
|
description: |
|
|
## Demo API Server InvoiceNinja.
|
|
You can use the demo API key `TOKEN` to test the endpoints from within this API spec |