curl --request GET \
--url https://api.responsibly.tech/v1/suppliers/{id}/news-events \
--header 'x-api-key: <api-key>'{
"items": [
{
"id": "12h43XyZhc4rak2670e37xv[...]",
"articles": [
{
"id": "27h43XyXhc8rym367ze57ba[...]",
"url": "https://news.com/article",
"title": "News Article Title",
"summary": "News Article Summary",
"publishedAt": "2024-01-01"
}
],
"name": "News Event Name",
"summary": "News Event Summary"
}
],
"pagination": {
"pageSize": 100,
"nextPage": 2
}
}Was this page helpful?
curl --request GET \
--url https://api.responsibly.tech/v1/suppliers/{id}/news-events \
--header 'x-api-key: <api-key>'{
"items": [
{
"id": "12h43XyZhc4rak2670e37xv[...]",
"articles": [
{
"id": "27h43XyXhc8rym367ze57ba[...]",
"url": "https://news.com/article",
"title": "News Article Title",
"summary": "News Article Summary",
"publishedAt": "2024-01-01"
}
],
"name": "News Event Name",
"summary": "News Event Summary"
}
],
"pagination": {
"pageSize": 100,
"nextPage": 2
}
}