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 Customers API

The Customers API from Tabs — 5 operation(s) for customers.

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

Tagged areas include Customers. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 8 operations across 5 paths. It is described by OpenAPI 3.1.0, at version 3.

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

8 operations 5 paths 0 schemas 1 DELETE3 GET2 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
3
Server
https://api.tabsplatform.com
Authentication
API Key
Contact
Resource Areas
1

Authentication & Security 1

Tabs Customers 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 — Server-side API key issued from the Tabs dashboard for backend integrations.

Paths & Operations 8

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

Customers 8
GET
/customers
List customers
listCustomers → 200
POST
/customers
Create customer
createCustomer → 201
GET
/customers/{id}
Get customer by ID
getCustomer 1 param → 200
DELETE
/customers/{id}
Delete customer
deleteCustomer 1 param → 204
PATCH
/customers/{id}/name
Update customer name
updateCustomerName 1 param → 200
GET
/customers/{id}/contacts
List contacts
listCustomerContacts 1 param → 200
POST
/customers/{id}/contacts
Create contacts
createCustomerContacts 1 param → 201
PATCH
/customers/{id}/contacts/{contactId}
Update contact
updateCustomerContact 2 params → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

tabs-fi-customers-api-openapi.yml Raw ↑

Other APIs Tabs publishes across the network.

Tabs Platform API
Tabs BillingTerms API
Tabs Categories API
Tabs Commitments API
Tabs Contracts API
Tabs CreditMemos API
Tabs CustomFields API
Tabs Events API
Tabs EventTypes API
Tabs Invoices API
Tabs Items API
Tabs Jobs API