GET
/
v2
/
impact
/
companies
/
{identifier}
/
news
Get news for a company
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>"
  }
]

Authorizations

x-api-key
string
header
required

Pass a static API key for every request, provided by your customer support.

Path Parameters

identifier
string
required

Unique identifier of the company.

Minimum length: 1

Response

200 - application/json

Get news for a specific company response

List of news articles related to the company.