Learn
Get learning guide by ID
Resolve a learning guide via its Wealthyhood identifier.
GET
Retrieve a learning guide and its chapters using the Wealthyhood identifier.
Authentication & headers
Bearer token issued by Auth0. Format:
Bearer YOUR_ACCESS_TOKEN and must include the wealthyhood:nbg scope.Path parameters
Content entry identifier. Use the
id field from the learning guide summary response.Example request
Example response
Response fields
Learning guide detail including all chapters. Extends
LearningGuideSummary with chapters[] containing HTML bodies.Authorizations
Auth0-issued access token that includes the wealthyhood:nbg scope.
Headers
MongoDB identifier of the Wealthyhood user. Used to determine the language preference for localized content.
Pattern:
^[a-f0-9]{24}$Path Parameters
Wealthyhood content entry identifier.
Response
Learning guide payload resolved by ID.