cURL
curl --request GET \ --url https://rest.forestreet.com/v2/impact/companies/{identifier}/news \ --header 'x-api-key: <api-key>'
[ { "name": "<string>", "pageUrl": "<string>", "summary": "<string>", "sentiment": 123, "estimatedDate": { "str": "<string>", "precision": 123, "timestamp": 123 }, "image": "<string>" } ]
Get news for a specific company
Pass a static API key for every request, provided by your customer support.
Unique identifier of the company.
1
Get news for a specific company response
List of news articles related to the company.