Skip to main content
GET
/
learn
/
analyst-insights
/
{id}
curl -X GET 'https://api.wealthyhood.com/learn/analyst-insights/64f0c51e7fb3fc001234abcd' \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
  "data": {
    "key": "weekly-market-roundup",
    "id": "64f0c51e7fb3fc001234abcd",
    "analystInsightType": "analysis",
    "createdAt": "2023-11-07T05:31:56Z",
    "title": "<string>",
    "contentHTML": "<string>",
    "previewImageURL": "<string>",
    "fullImageURL": "<string>",
    "readingTime": "3 min",
    "bannerImageURL": "<string>"
  }
}
Fetch the full payload for an analyst insight using its Wealthyhood identifier.

Authentication & headers

Authorization
string
required
Bearer token issued by Auth0. Format: Bearer YOUR_ACCESS_TOKEN and must include the wealthyhood:nbg scope.

Path parameters

id
string
required
Wealthyhood content entry identifier.

Example request

curl -X GET 'https://api.wealthyhood.com/learn/analyst-insights/64f0c51e7fb3fc001234abcd' \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'

Response fields

data
AnalystInsight
required
Single analyst insight payload. See the list endpoint for field descriptions.

Authorizations

Authorization
string
header
required

Auth0-issued access token that includes the wealthyhood:nbg scope.

Path Parameters

id
string
required

Wealthyhood content entry identifier.

Response

Analyst insight payload.

data
object
required