Get Quotes
GET
/api/v3/shipments/{Id}/quotesRetrieve the quotes of a single Shipment by its id.
This endpoint is useful for retrieving quotes when setting waitForRates
to false on create requests.
Request
Path Params
Id
integer
required
The shipment (load) id to be canceled. Banyan supplied.
Request samples
Responses
Success(200)
Bad Request(400)
Unauthorized(401)
Forbidden(403)
Not Found(404)
Too Many Requests(429)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
$ref(#/definitions/3334578)[]
optional
#/definitions/3334578
optional
Example
Not configured
Last modified: 2 months ago