cURL
curl --request GET \ --url https://api.creditriskmonitor.com/v1/Portfolio/Folders/{FolderId}/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 a portfolio folder.
SessionKey
Enter the Session Key with the Bearer prefix, e.g. "Bearer abcde12345".
Bearer
Id of the Folder to get News for
OK
Show child attributes
Was this page helpful?