Skip to main content
Get emission reports by supplier ID
curl --request GET \
  --url https://api.responsibly.tech/v1/suppliers/{id}/emission-reports \
  --header 'x-api-key: <api-key>'
{
  "items": [
    {
      "id": "12h43XyZhc4rak2670e37xv[...]",
      "scope": "1",
      "fromDate": "2022-05-31T22:00:00.000Z",
      "toDate": "2023-05-30T22:00:00.000Z",
      "reportedOn": "2023-05-31T22:00:00.000Z",
      "verifier": "EY",
      "dataType": "Group data",
      "value": 6927653,
      "unit": "tCO2e"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

Returns emission reports by supplier ID.

items
object[]
required