Content
Endpoints for docs, lessons, and data retrieval.
GET /api/content/docs
Returns a list of all available documentation pages.
Everything you need to integrate with HouseLearning’s ecosystem — fully documented, typed, and ready to use.
Endpoints for signing in, managing tokens, and validating sessions.
Login using email and password.
{
"email": "user@example.com",
"password": "mypassword123"
}
Returns:
{
"token": "abcdef123456",
"expiresIn": 3600
}
Endpoints related to user info, profiles, accounts, and preferences.
Gets public data about the specified user.
{
"id": "6741",
"name": "Neil Narwhal",
"joined": "2025-03-09"
}
Endpoints for docs, lessons, and data retrieval.
Returns a list of all available documentation pages.
Track usage, impressions, and performance.
Gets total page views for your project.