Browse documentation

Cargo

2 endpoints.

Paths are relative to the base URL for your environment. Unless marked otherwise, every request needs an Authorization: Bearer header.

POST/fleet/cargo

Create Cargo

Request body

json
{
  "description": "General Freight",
  "weight": 40000,
  "dimensions": "53ft"
}

Response fields

Asserted by the API’s own test suite.

record
GET/fleet/cargo

Get Cargo

Response fields

Asserted by the API’s own test suite.

cargo