Query parameters
-
The ID of the yard for which to retrieve the dashboard summary
-
The ID of the yard for which to retrieve the dashboard summary
GET
/api/billing/dashboard/summary/stream
curl \
--request GET 'https://api-dev.gatego.io/api/billing/dashboard/summary/stream' \
--header "Content-Type: application/json" \
--data '{"closed":true}'
Request examples
{
"closed": true
}