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

Qubiqle vendors API

The vendors API from Qubiqle — 3 operation(s) for vendors.

Qubiqle vendors API is one of 9 APIs that Qubiqle publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

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

Requests are made against 2 base URLs: https://api.ottimate.com/v1, https://sandbox-api.ottimate.com/v1.

4 operations 3 paths 20 schemas 2 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.ottimate.com/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Qubiqle vendors API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (OAuth2).

  • OAuth2 — OAuth2 authentication flows. Auth server URLs will vary by environment

Paths & Operations 4

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

vendors 4
GET
/vendors
Retrieve a paginated list of accounting vendors
get-vendors-root 11 params → 200400401
POST
/vendors
Create a single new accounting vendor
post-vendors-root 4 params body → 201400
GET
/vendors/{id}
Retrieve a specific vendor by ID
get-vendors-id 4 params → 200404
POST
/vendors/bulk
Create or update multiple accounting vendors
post-vendors-bulk 4 params body → 201400

Schemas 20

The contract defines 20 schemas that model the data the API accepts and returns. The most detailed are VendorsGetResponsesContentApplicationJsonSchemaVendorsItems (16 properties), VendorsIdGetResponsesContentApplicationJsonSchemaVendor (14 properties), VendorsBulkPostResponsesContentApplicationJsonSchemaCreatedItems (13 properties), VendorsBulkPostResponsesContentApplicationJsonSchemaUpdatedItems (13 properties). Each schema is shown below with its type and property counts.

VendorsPostResponsesContentApplicationJsonSchemaVendorPaymentMethod
string
Vendors_get_vendors_root_Response_200
object
5 properties 5 required
VendorsIdGetResponsesContentApplicationJsonSchemaVendorPaymentMethod
string
VendorsBulkPostResponsesContentApplicationJsonSchemaErrorsItems
object
4 properties
VendorsPostRequestBodyContentApplicationJsonSchemaPaymentMethod
string
(Optional) Vendor payment method
Vendors_get_vendors_id_Response_200
object
2 properties 2 required
VendorsBulkPostResponsesContentApplicationJsonSchemaCreatedItemsPaymentMethod
string
VendorsBulkPostResponsesContentApplicationJsonSchemaUpdatedItems
object
13 properties
Vendors_post_vendors_bulk_Response_201
object
8 properties
VendorsBulkPostRequestBodyContentApplicationJsonSchemaVendorsItems
object
11 properties 1 required
Vendors_post_vendors_root_Response_201
object
2 properties 2 required
VendorsGetParametersDetail
string
VendorsIdGetResponsesContentApplicationJsonSchemaVendor
object
14 properties 4 required
VendorsGetResponsesContentApplicationJsonSchemaVendorsItemsPaymentMethod
string
VendorsGetResponsesContentApplicationJsonSchemaVendorsItems
object
16 properties 2 required
ErrorResponse
object
4 properties 2 required
VendorsPostResponsesContentApplicationJsonSchemaVendor
object
13 properties 2 required
VendorsBulkPostResponsesContentApplicationJsonSchemaUpdatedItemsPaymentMethod
string
VendorsBulkPostRequestBodyContentApplicationJsonSchemaVendorsItemsPaymentMethod
string
(Optional) Vendor payment method
VendorsBulkPostResponsesContentApplicationJsonSchemaCreatedItems
object
13 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

qubiqle-vendors-api-openapi.yml Raw ↑

Other APIs Qubiqle publishes across the network.

Qubiqle accounts API
Qubiqle batch API
Qubiqle catalog API
Qubiqle dimensions API
Qubiqle invoices API
Qubiqle oauth API
Qubiqle purchaseOrders API
Qubiqle receipts API