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

Tabs Catalog API

Items (GL-mapped products/services) and revenue categories.

Tabs Catalog API is one of 8 APIs that Tabs publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

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

Requests are made against a single base URL, https://api.tabsplatform.com.

2 operations 2 paths 3 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://api.tabsplatform.com
Authentication
API Key
Contact
Resource Areas
1

Authentication & Security 1

Tabs Catalog API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (apiKeyAuth). By default, every request must be authenticated.

  • apiKeyAuth — API key passed directly in the Authorization header (Authorization: YOURAPIKEY). Keys are created in the Developers section of the Tabs app and require adminis…

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.

Catalog 2

Items (GL-mapped products/services) and revenue categories.

GET
/items
List items
listItems → 200401
GET
/categories
List revenue categories
listCategories → 200401

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Item (4 properties), Error (2 properties), Category (2 properties). Each schema is shown below with its type and property counts.

Category
object
2 properties
Item
object
4 properties
Error
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tabs-platform-catalog-api-openapi.yml Raw ↑

Other APIs Tabs publishes across the network.

Tabs Contracts API
Tabs Customers API
Tabs Invoices API
Tabs Obligations API
Tabs Payments API
Tabs Revenue Recognition API
Tabs Usage Events API