Get help center article content
Fetches the Markdown source of a Leadtime documentation article.
How to use this endpoint:
- Call
GET /help-center/searchto find a matching article - Pass the returned
slugto this endpoint - Optionally set
languagetodeoren
What is returned:
- Stable slug
- Selected language
- Complete article Markdown
- Breadcrumb and sibling articles
- A fallback flag when the requested locale was unavailable
GET
/help-center/articleAuthorization
AuthorizationOAuth2 access token · headerrequiredScopes:
api:reador
AuthorizationBearer token (JWT) · headerrequiredQuery parameters
slugstringrequiredDocumentation slug from the search response.
languagestringPreferred response language. Defaults to de.
Allowed:
deenResponses
200
Full help center article content
breadcrumbstring[]requiredcontentstringrequiredThe complete article Markdown for the selected language.
fallbackbooleanrequiredWhether the requested language was unavailable and the other locale was returned.
languagestringrequiredAllowed:
deensiblingsHelpCenterSiblingDto[]requiredShow propertiesHide properties
Array of
HelpCenterSiblingDtoslugstringrequiredtitlestringrequiredslugstringrequired401
Unauthorized - Invalid or missing authentication token
403
Forbidden - Insufficient API scopes or permissions
500
Unexpected help center integration response
502
Documentation article request failed upstream
503
Help center integration is not configured on this server