curl --request GET \
--url https://api.responsibly.tech/v1/data-sources \
--header 'x-api-key: <api-key>'{
"items": [
{
"id": "12h43XyZhc4rak2670e37xv[...]",
"name": "Sustainalytics - ESG Risk Ratings",
"vendorName": "Sustainalytics",
"dataSourceType": "custom",
"logoUrl": "https://logo.png",
"website": "https://website.com"
}
],
"pagination": {
"pageSize": 100,
"nextPage": 2
}
}Was this page helpful?
curl --request GET \
--url https://api.responsibly.tech/v1/data-sources \
--header 'x-api-key: <api-key>'{
"items": [
{
"id": "12h43XyZhc4rak2670e37xv[...]",
"name": "Sustainalytics - ESG Risk Ratings",
"vendorName": "Sustainalytics",
"dataSourceType": "custom",
"logoUrl": "https://logo.png",
"website": "https://website.com"
}
],
"pagination": {
"pageSize": 100,
"nextPage": 2
}
}