Skip to content
GETAPI key

Portfolio summary

GETapi.trackingmcp.com/v1/containers/summary

One roll-up of your whole book: how many are active, how many in exception, how many arriving soon, and demurrage risk.

Response fields

Derived from the example response.

okboolean
activenumber
exceptionsnumber
arriving_soonnumber
demurrage_at_risknumber
curl https://api.trackingmcp.com/v1/containers/summary \
  -H "Authorization: Bearer tmcp_YOUR_API_KEY"
Response
{
  "ok": true,
  "active": 128,
  "exceptions": 6,
  "arriving_soon": 14,
  "demurrage_at_risk": 3
}