Skip to main content
POST
/
rates
/
ltl
/
stream
Stream LTL rates (SSE)
curl --request POST \
  --url https://api.shippeek.dev/rates/ltl/stream \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "originPostalCode": "<string>",
  "destPostalCode": "<string>",
  "items": [
    {
      "weight": 123,
      "freightClass": 50,
      "length": 123,
      "width": 123,
      "height": 123,
      "quantity": 1,
      "description": "<string>",
      "package": "<string>",
      "hazardous": false,
      "nmfc": "<string>"
    }
  ]
}
'
"<string>"

Authorizations

Authorization
string
header
required

Your ShipPeek API token in the format client_id.client_secret.

Body

application/json
originPostalCode
string
required
destPostalCode
string
required
items
object[]
required

Response

200 - text/event-stream

SSE stream of rate events

Each event is a JSON-encoded rate object