Retrieve the learning guide catalogue for the Learn carousel.
curl -X GET 'https://api.wealthyhood.com/learn/learning-guides' \ -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 } ] }
Bearer YOUR_ACCESS_TOKEN
wealthyhood:nbg
Show LearningGuideSummary
GET /learning-guides/{id}
Auth0-issued access token that includes the wealthyhood:nbg scope.
Catalogue of learning guides.
Show child attributes
"investing-basics"
MongoDB document identifier (24-hex). Use this ID to fetch the full guide via GET /learning-guides/{id}.
"64f0c51e7fb3fc001234abcd"