Skip to main content
GET
Retrieve a learning guide and its chapters using the Wealthyhood identifier.

Authentication & headers

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

Path parameters

string
required
Content entry identifier. Use the id field from the learning guide summary response.

Example request

Example response

Response fields

LearningGuideDetail
required
Learning guide detail including all chapters. Extends LearningGuideSummary with chapters[] containing HTML bodies.

Authorizations

Authorization
string
header
required

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

Headers

x-user-id
string
required

MongoDB identifier of the Wealthyhood user. Used to determine the language preference for localized content.

Pattern: ^[a-f0-9]{24}$

Path Parameters

id
string
required

Wealthyhood content entry identifier.

Response

Learning guide payload resolved by ID.

data
object
required