Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Quaderno Invoices API

Sales invoices issued to customers.

Quaderno Invoices API is one of 14 APIs that Quaderno publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Invoices. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 6 operations across 3 paths, and defines 7 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://{account}.quadernoapp.com/api.

6 operations 3 paths 7 schemas 1 DELETE3 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://ACCOUNT_NAME.quadernoapp.com/api
Authentication
HTTP Basic
Contact
Resource Areas
1

Authentication & Security 1

Quaderno Invoices API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (basicAuth). By default, every request must be authenticated.

  • basicAuth — HTTP Basic Authentication. Use your private API key as the username; the password can be any value. API keys are managed in the Quaderno account settings.

Paths & Operations 6

Across 3 paths, the API surfaces 6 operations — 1 DELETE, 3 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Invoices 6

Sales invoices issued to customers.

GET
/invoices.json
List invoices
listInvoices 3 params → 200401
POST
/invoices.json
Create an invoice
createInvoice body → 201422
GET
/invoices/{id}.json
Retrieve an invoice
getInvoice 1 param → 200404
PUT
/invoices/{id}.json
Update an invoice
updateInvoice 1 param body → 200404
DELETE
/invoices/{id}.json
Delete an invoice
deleteInvoice 1 param → 204404
GET
/invoices/{id}/deliver.json
Deliver an invoice by email
deliverInvoice 1 param → 200404

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are ContactInput (11 properties), DocumentItem (8 properties), InvoiceInput (8 properties), PaymentInput (3 properties). Each schema is shown below with its type and property counts.

Invoice
InvoiceInput
object
8 properties 1 required
ContactInput
object
11 properties 1 required
DocumentItem
object
A line item on a document.
8 properties
Payment
PaymentInput
object
3 properties 1 required
Error
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

quaderno-invoices-api-openapi.yml Raw ↑

Other APIs Quaderno publishes across the network.

Quaderno Authentication API
Quaderno Checkout API
Quaderno Contacts API
Quaderno Credits API
Quaderno Estimates API
Quaderno Evidences API
Quaderno Expenses API
Quaderno Items API
Quaderno Payments API
Quaderno Recurring API
Quaderno Taxes API
Quaderno Transactions API