1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-24 18:27:10 +02:00
invoiceninja/openapi/info.yaml

24 lines
892 B
YAML
Raw Normal View History

openapi: 3.0.0
info:
2023-02-12 09:01:45 +01:00
title: 'Invoice Ninja API Reference - Where self host invoicing lives.'
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>
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
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