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

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

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

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

This API exposes 3 operations across 3 paths, and defines 6 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.

3 operations 3 paths 6 schemas 3 GET

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 accounts 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 3

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

accounts 3
GET
/accounts/{id}/companies
Retrieve companies for an account
get-accounts-id-companies 7 params → 200
GET
/accounts/{id}/locations
Retrieve locations for an account
get-accounts-id-locations 7 params → 200
GET
/accounts
Retrieve accounts for the authenticated user
get-accounts-root 6 params → 200

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are AccountObject (6 properties), LocationObject (5 properties), Accounts_get_accounts_id_companies_Response_200 (4 properties), CompanyObject (4 properties). Each schema is shown below with its type and property counts.

LocationObject
object
5 properties 2 required
Accounts_get_accounts_root_Response_200
object
4 properties
Accounts_get_accounts_id_locations_Response_200
object
4 properties
CompanyObject
object
4 properties 2 required
AccountObject
object
6 properties 2 required
Accounts_get_accounts_id_companies_Response_200
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

qubiqle-accounts-api-openapi.yml Raw ↑

Other APIs Qubiqle publishes across the network.

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