Skip to main content
Get scorecards
curl --request GET \
  --url https://api.responsibly.tech/v1/scorecards \
  --header 'x-api-key: <api-key>'
{
  "items": [
    {
      "id": "12h43XyZhc4rak2670e37xv[...]",
      "name": "Climate",
      "groupName": "My Group",
      "organizationId": "12h43XyZhc4rak2670e37xv[...]",
      "createdAt": "2024-01-01T00:00:00.000Z",
      "createdBy": "12h43XyZhc4rak2670e37xv[...]",
      "score": 85.5,
      "weight": 1,
      "items": [
        {
          "type": "policy_parameter_item",
          "policyParameter": {
            "id": "12h43XyZhc4rak2670e37xv[...]",
            "name": "Air pollution",
            "policyCategoryName": "Environmental impact"
          },
          "weight": 1
        }
      ]
    }
  ],
  "pagination": {
    "pageSize": 100,
    "nextPage": 2
  }
}

Authorizations

x-api-key
string
header
required

Query Parameters

page
number
default:1
Required range: x >= 1
perPage
number
default:100
Required range: 1 <= x <= 100
supplierId
string

An optional supplierId to filter by

Response

Returns a list of scorecards.

items
object[]
required
pagination
object
required