GET
/
v1
/
Industries
/
News
curl --request GET \
  --url https://api.creditriskmonitor.com/v1/Industries/News \
  --header 'Authorization: <api-key>'
{
  "Success": true,
  "Data": [
    {
      "id": 123,
      "title": "<string>",
      "link": "<string>",
      "description": "<string>",
      "pubDate": "<string>"
    }
  ],
  "ErrorCode": "<string>"
}

Use the Login endpoint to retrieve the SessionKey, then include it in the Authorization field for authentication.

Authorizations

Authorization
string
header
required

Enter the Session Key with the Bearer prefix, e.g. "Bearer abcde12345".

Query Parameters

id
integer
required

Industry Id to get News for

Response

200
application/json
OK
Success
boolean
Data
object[]
ErrorCode
string