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"
}
}
]
}