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

Chargebee Invoices API

The Invoices API from Chargebee — 2 operation(s) for invoices.

Chargebee Invoices API is one of 8 APIs that Chargebee publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Invoices. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an AsyncAPI specification, and a getting-started guide.

This API exposes 2 operations across 2 paths, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 2.

Requests are made against a single base URL, https://{site}.chargebee.com/api/v2.

2 operations 2 paths 3 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2
Base URL
https://{site}.chargebee.com/api/v2
Authentication
HTTP Basic
Resource Areas
1

Authentication & Security 1

Chargebee 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 Auth. Username is your Chargebee site API key; password is empty.

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

Invoices 2
GET
/invoices
List invoices
listInvoices → 200
GET
/invoices/{invoice_id}
Retrieve an invoice
retrieveInvoice 1 param → 200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Invoice (5 properties), InvoiceList (2 properties), InvoiceEnvelope (1 property). Each schema is shown below with its type and property counts.

Invoice
object
5 properties
InvoiceEnvelope
object
1 property
InvoiceList
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

chargebee-invoices-api-openapi.yml Raw ↑

Other APIs Chargebee publishes across the network.

Chargebee Customers API
Chargebee Items API
Chargebee Orders API
Chargebee Payments API
Chargebee Plans API
Chargebee Quotes API
Chargebee Subscriptions API