Skip to main content
GET
Fetch News Details

Overview

Fetch full content and metadata for a specific news article by URL or article ID. Use after get_company_news to read a complete article beyond the summary.

Endpoint Details

  • Method: GET
  • Endpoint: /api/enterprise/company/news/detail/

Authentication requirements

  • Include a valid JWT token in your request header
  • If you don’t have a token yet, you can get one from the /auth/token/ endpoint first.

Request

Request Parameters

Header Parameters

Authorization
string
required
JWT token obtained from the Authentication request
Content-Type
string
required
Must be application/json

URL Parameters

url
string
required
Complete URL of the news article.
id
string
required
News ID. Note: Either of url or id is required.

Response

Successful response will return the data in the HTTL response.