v48

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-208342528.4 KB
Containers

Get a container

Retrieves the details of a container.

get/containers/{id}

Query parameters

includestring

Comma delimited list of relations to include

Response

OK

Example response

{
  "data": {
    "attributes": {
      "fees_at_pod_terminal": [
        {
          "currency_code": "USD"
        }
      ]
    }
  },
  "included": [
    {
      "attributes": {
        "data_source": "shipping_line"
      }
    }
  ]
}