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

Wove Query Bank API

Query Bank management - add/remove sources from your rate query pool

Wove Query Bank API is one of 10 APIs that Wove publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

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

Requests are made against 3 base URLs: https://api.wove.com, https://staging-api.wove.com, http://localhost:4000.

3 operations 2 paths 5 schemas 1 DELETE1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Servers
https://api.wove.com
https://staging-api.wove.com
http://localhost:4000
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Wove Query Bank API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — OAuth 2.0 Bearer token obtained from /auth/token endpoint

Paths & Operations 3

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

Query Bank 3

Query Bank management - add/remove sources from your rate query pool

GET
/api/v1/external/query-bank/sources
List Query Bank sources
→ 200401
POST
/api/v1/external/query-bank/sources
Add source to Query Bank
body → 201400404
DELETE
/api/v1/external/query-bank/sources/{sourceId}
Remove source from Query Bank
1 param → 200404

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are ExternalQueryBankSource (10 properties), RemoveSourceFromQueryBankResponse (2 properties), AddSourceToQueryBankResponse (2 properties), ErrorResponse (2 properties). Each schema is shown below with its type and property counts.

ErrorResponse
object
2 properties 2 required
AddSourceToQueryBankRequest
object
1 property 1 required
AddSourceToQueryBankResponse
object
2 properties 2 required
ExternalQueryBankSource
object
10 properties
RemoveSourceFromQueryBankResponse
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wove-query-bank-api-openapi.yml Raw ↑

Other APIs Wove publishes across the network.

Wove Authentication API
Wove Documents API
Wove Rates API
Wove Shipments API
Wove Sources API
Wove Tariffs API
Wove Testing API
Wove TMS Organizations API
Wove Webhooks API