Skip to main content
GET
Get HOCs

Get HOCs

Retrieve all active logistics HOCs (Handling and Other Costs). HOCs represent additional logistics operations — like warehousing, loading, or customs handling — that contribute to the overall emission footprint.

Request

Headers

string
required
Your API key for authenticationExample: sk_live_1234567890abcdef
string
required
Your organization UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa

Response

Returns an array of HOC objects with HTTP 200. Each item contains:
string
HOC UUID
string
HOC category (e.g. warehousing, loading, customs)
number
Emission intensity value (kgCO2e per tonne)
string
Record status: active or deleted
datetime
Creation timestamp (ISO 8601)
string | null
Last update timestamp (ISO 8601)

Example

Successful Response

string
HOC UUID.
string
HOC category describing the type of handling operation (e.g. transshipment_ambient, transshipment_mixed).
number
Emission intensity value in kg CO2e per tonne.

Common Errors

401 Unauthorized

Cause: Missing or invalid API key

403 Forbidden

Cause: The authenticated user is not a member of the organization

Get TOCs

List transport operation categories

Logistics Overview

Module overview