Resolve a learning guide via its Wealthyhood identifier.
curl -X GET 'https://api.wealthyhood.com/learn/learning-guides/64f0c51e7fb3fc001234abcd' \ -H 'Accept: application/json' \ -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{ "data": { "key": "investing-basics", "contentType": "learningGuide", "id": "64f0c51e7fb3fc001234abcd", "title": "Investing basics", "description": "Start your investing journey with the essentials.", "backgroundColor": "#F0F4FF", "guideIconURL": "https://images.ctfassets.net/.../guide-icon.png", "mobileCoverImageURL": "https://images.ctfassets.net/.../mobile-cover.png", "webCoverImageURL": "https://images.ctfassets.net/.../web-cover.png", "slug": "investing-basics", "chapterCount": 6, "chapters": [ { "title": "Introduction to Investing", "body": "<body>...</body>", "slug": "introduction" } ] } }
Bearer YOUR_ACCESS_TOKEN
wealthyhood:nbg
id
LearningGuideSummary
chapters[]
Show LearningGuideDetail
Auth0-issued access token that includes the wealthyhood:nbg scope.
Wealthyhood content entry identifier.
Learning guide payload resolved by ID.
Show child attributes
"investing-basics"
MongoDB document identifier (24-hex). Use this ID to fetch the full guide via GET /learning-guides/{id}.
GET /learning-guides/{id}
"64f0c51e7fb3fc001234abcd"
Ordered list of chapters included in the guide.
HTML chapter content.