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

Query freight rates from your Query Bank

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

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

This API exposes 1 operation across 1 path, and defines 10 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.

1 operations 1 paths 10 schemas 1 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 Rates 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 1

Across 1 path, the API surfaces 1 operation — 1 POST. Each is listed below with its method, path, parameters, and response codes.

Rates 1

Query freight rates from your Query Bank

POST
/api/v1/external/rates/query
Query freight rates
body → 200400401403

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are CombinedRate (17 properties), QueryBankRateQueryRequest (12 properties), RateSurcharge (11 properties), CombinedContainerRate (5 properties). Each schema is shown below with its type and property counts.

QueryBankRateQueryResponse
object
2 properties
CombinedContainerRate
object
5 properties 4 required
SurchargeContainerRate
object
4 properties 3 required
LegContainerRate
object
4 properties 4 required
CombinedRate
object
17 properties 7 required
QueryBankRateQueryRequest
object
12 properties
LocationInfo
object
3 properties 2 required
RateSurcharge
object
11 properties 3 required
ErrorResponse
object
2 properties 2 required
RateLeg
object
5 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wove-rates-api-openapi.yml Raw ↑

Other APIs Wove publishes across the network.

Wove Authentication API
Wove Documents API
Wove Query Bank API
Wove Shipments API
Wove Sources API
Wove Tariffs API
Wove Testing API
Wove TMS Organizations API
Wove Webhooks API