1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 09:21:34 +02:00
invoiceninja/openapi/info.yaml

24 lines
858 B
YAML
Raw Normal View History

openapi: 3.0.0
info:
2024-03-09 07:57:16 +01:00
title: 'Invoice Ninja API Reference.'
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'
2024-03-09 07:57:16 +01:00
version: 5.8.34
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