cURL
curl --request GET \ --url https://api.creditriskmonitor.com/v1/Portfolio/News \ --header 'Authorization: Bearer <token>'
{ "Success": true, "Data": [ { "id": 123, "title": "<string>", "link": "<string>", "description": "<string>", "pubDate": "<string>" } ], "ErrorCode": "<string>" }
Retrieves news for all businesses within the portfolio.
SessionKey
Enter the Session Key with the Bearer prefix, e.g. "Bearer abcde12345".
Bearer
OK
Show child attributes
Id of the News Story
Title of the News Story
URL to the News Story
Body of the News Story
Published Date of the News Story
Was this page helpful?