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

Cargoson Price Requests API

Retrieve live freight rate quotes across activated carriers.

Cargoson Price Requests API is one of 5 APIs that Cargoson publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Price Requests. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 1 operation across 1 path, and defines 4 schemas. It is described by OpenAPI 3.0.1, at version 1.

Requests are made against a single base URL, https://www.cargoson.com/api/v1.

1 operations 1 paths 4 schemas 1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1
Base URL
https://www.cargoson.com/api/v1
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Cargoson Price Requests API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — API key passed as a Bearer token in the Authorization header (Authorization: Bearer YOURAPIKEY). Requests must also send Accept: application/vnd.api.v1.

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.

Price Requests 1

Retrieve live freight rate quotes across activated carriers.

POST
/freightPrices/list
Get freight rate quotes
listFreightPrices body → 200401422

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are FreightPriceListRequest (7 properties), ShipmentRow (4 properties), FreightPriceListResponse (1 property). Each schema is shown below with its type and property counts.

FreightPrice
object
A single carrier rate quote. Exact fields vary by carrier.
ShipmentRow
object
A single line/row in a shipment.
4 properties
FreightPriceListResponse
object
Collection of freight price quotes.
1 property
FreightPriceListRequest
object
Request for freight rate quotes. Uses the same collection, delivery, and rowsattributes structure as a query.
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

cargoson-price-requests-api-openapi.yml Raw ↑

Other APIs Cargoson publishes across the network.

Cargoson Webhooks
Cargoson Carriers API
Cargoson Shipments API
Cargoson Transports & Tracking API