Skip to main content
Get emission targets by supplier ID
curl --request GET \
  --url https://api.responsibly.tech/v1/suppliers/{id}/emission-targets \
  --header 'x-api-key: <api-key>'
{
  "items": [
    {
      "id": "12h43XyZhc4rak2670e37xv[...]",
      "scope": "1",
      "reductionValue": 10,
      "reductionUnit": "percentage",
      "baseYear": 2022,
      "targetYear": 2023,
      "setOn": "2023-05-31T22:00:00.000Z",
      "verifier": "EY",
      "dataType": "Group data"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

Returns emission targets by supplier ID.

items
object[]
required