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

Red Hat 3scale Invoices API

Manage billing invoices for developer accounts

Red Hat 3scale Invoices API is one of 15 APIs that Red Hat 3scale 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 3 operations across 3 paths, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 1.

Requests are made against a single base URL, https://{domain}-admin.3scale.net/admin/api.

3 operations 3 paths 3 schemas 3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1
Base URL
https://su1.3scale.net
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Red Hat 3scale Invoices API declares 1 security scheme for authenticating requests. An API key is passed in the query as access_token (provider_key). By default, every request must be authenticated.

Paths & Operations 3

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

Invoices 3

Manage billing invoices for developer accounts

GET
/accounts/{account_id}/invoices.json
List Account Invoices
listAccountInvoices 4 params → 200
GET
/accounts/{account_id}/invoices/{id}.json
Get Account Invoice
getAccountInvoice 3 params → 200404
GET
/invoices.json
List All Invoices
listAllInvoices 5 params → 200

Schemas 3

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

InvoiceList
object
1 property
Invoice
object
11 properties
InvoiceLineItem
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

red-hat-3scale-invoices-api-openapi.yml Raw ↑

Other APIs Red Hat 3scale publishes across the network.

Red Hat 3scale Webhooks
Red Hat 3scale Toolbox CLI
Red Hat 3scale Accounts API
Red Hat 3scale Applications API
Red Hat 3scale Authorization API
Red Hat 3scale Configuration API
Red Hat 3scale DNS API
Red Hat 3scale Health API
Red Hat 3scale Initialization API
Red Hat 3scale OAuth API
Red Hat 3scale Payment Transactions API
Red Hat 3scale Plans API