cURL
curl --request GET \ --url https://api.creditriskmonitor.com/v1/Industries/News \ --header 'Authorization: Bearer <token>'
{ "Success": true, "Data": [ { "id": 123, "title": "<string>", "link": "<string>", "description": "<string>", "pubDate": "<string>" } ], "ErrorCode": "<string>" }
Retrieves latest news stories specific to an industry sector.
SessionKey
Enter the Session Key with the Bearer prefix, e.g. "Bearer abcde12345".
Bearer
Industry Id to get News for
OK
Was this page helpful?