Skip to main content
GET
/
business
/
{businessID}
/
adverse-media
Adverse Media
curl --request GET \
  --url https://api.joinworth.com/integration/api/v1/business/{businessID}/adverse-media \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "message": "Adverse Media data fetched successfully",
  "data": {
    "id": "aabbccdd-eeff-aabb-ccdd-eeffaabbccdd",
    "business_id": "aabbccdd-eeff-aabb-ccdd-eeffaabbccdd",
    "total_risk_count": 4,
    "high_risk_count": 0,
    "medium_risk_count": 0,
    "low_risk_count": 4,
    "average_risk_score": "1",
    "created_at": "2025-02-18T11:39:46.750Z",
    "updated_at": "2025-02-18T11:39:46.750Z",
    "articles": [
      {
        "id": "aabbccdd-eeff-aabb-ccdd-eeffaabbccdd",
        "title": "Genistein, a Natural Isoflavone, Alleviates Seizure-Induced Respiratory Arrest in DBA/1 Mice",
        "link": "https://www.frontiersin.org/journals/neurology/articles/10.3389/fneur.2021.761912/full",
        "date": "2021-11-03T07:00:00.000Z",
        "source": "Frontiers",
        "entity_focus_score": 1,
        "risk_level": "LOW",
        "risk_description": "The title does not contain any adverse keywords, negative sentiment, or direct mention of the business entity or individuals. It appears to be related to a scientific study rather than an adverse media event.",
        "created_at": "2025-02-18T11:39:46.750Z",
        "updated_at": "2025-02-18T11:39:46.750Z"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

businessID
string
required
Examples:

"aabbccdd-eeff-aabb-ccdd-eeffaabbccdd"

Response

OK

status
string
message
string
data
object
Examples:
{
"id": "aabbccdd-eeff-aabb-ccdd-eeffaabbccdd",
"business_id": "aabbccdd-eeff-aabb-ccdd-eeffaabbccdd",
"total_risk_count": 4,
"high_risk_count": 0,
"medium_risk_count": 0,
"low_risk_count": 4,
"average_risk_score": "1",
"created_at": "2025-02-18T11:39:46.750Z",
"updated_at": "2025-02-18T11:39:46.750Z",
"articles": [
{
"id": "aabbccdd-eeff-aabb-ccdd-eeffaabbccdd",
"title": "Genistein, a Natural Isoflavone, Alleviates Seizure-Induced Respiratory Arrest in DBA/1 Mice",
"link": "https://www.frontiersin.org/journals/neurology/articles/10.3389/fneur.2021.761912/full",
"date": "2021-11-03T07:00:00.000Z",
"source": "Frontiers",
"entity_focus_score": 1,
"risk_level": "LOW",
"risk_description": "The title does not contain any adverse keywords, negative sentiment, or direct mention of the business entity or individuals. It appears to be related to a scientific study rather than an adverse media event.",
"created_at": "2025-02-18T11:39:46.750Z",
"updated_at": "2025-02-18T11:39:46.750Z"
},
{
"id": "aabbccdd-eeff-aabb-ccdd-eeffaabbccdd",
"title": "Microbiota-dependent indole production stimulates the development of collagen-induced arthritis in mice",
"link": "https://www.jci.org/articles/view/167671",
"date": "2023-12-19T08:00:00.000Z",
"source": "JCI",
"entity_focus_score": 1,
"risk_level": "LOW",
"risk_description": "The title does not contain any high-risk keywords or negative sentiment related to the business entity or individuals mentioned. It appears to be a scientific study title unrelated to adverse media concerning the specified entities.",
"created_at": "2025-02-18T11:39:46.750Z",
"updated_at": "2025-02-18T11:39:46.750Z"
},
{
"id": "aabbccdd-eeff-aabb-ccdd-eeffaabbccdd",
"title": "A fructosylated peptide derived from a collagen II T cell epitope for long-term treatment of arthritis (FIA-CIA) in mice",
"link": "https://www.nature.com/articles/s41598-021-95193-2",
"date": "2021-08-30T07:00:00.000Z",
"source": "Nature.com",
"entity_focus_score": 1,
"risk_level": "LOW",
"risk_description": "The title does not contain any adverse keywords or negative sentiment. It appears to be related to a scientific study on arthritis treatment in mice, with no direct mention of the business entity or individuals.",
"created_at": "2025-02-18T11:39:46.750Z",
"updated_at": "2025-02-18T11:39:46.750Z"
},
{
"id": "aabbccdd-eeff-aabb-ccdd-eeffaabbccdd",
"title": "Bone formation in the interphalangeal joint of male DBA/1 hind paw as...",
"link": "https://www.researchgate.net/figure/Bone-formation-in-the-interphalangeal-joint-of-male-DBA-1-hind-paw-as-assessed-by-X-ray_fig2_233957033",
"date": "2018-06-11T23:02:00.000Z",
"source": "ResearchGate",
"entity_focus_score": 1,
"risk_level": "LOW",
"risk_description": "The title does not contain any adverse keywords, negative sentiment, or direct mention of the business entity or individuals. It appears to be related to a scientific or medical study rather than an adverse media event.",
"created_at": "2025-02-18T11:39:46.750Z",
"updated_at": "2025-02-18T11:39:46.750Z"
}
]
}