Base URL
All V1 API endpoints are served at:Authentication
Most public content endpoints (changelogs, blogs, KB articles) do not require authentication. The/me endpoint requires a Bearer token.
Endpoints
Public Content (No Auth Required)
These endpoints serve published content and are freely accessible:Changelogs
List and retrieve published changelogs with RSS feeds
Blog Posts
List and retrieve published blog posts with RSS feeds
Knowledge Base
List and retrieve published KB article sets
Health Check
Check API availability
Authenticated
Get Current User
Verify your API token and retrieve your user profile
Response Format
All endpoints return JSON responses. Public content endpoints return the generated content directly. Error responses follow this format:Validation Errors (422)
Validation errors include location and message details:RSS Feeds
Published changelogs and blog posts include RSS 2.0 feeds. Append/feed to any changelog or blog post URL:
GET /changelog/{slug}/feed— RSS feed for a single changelogGET /blog/{slug}/feed— RSS feed for a single blog postGET /blogs/feed— RSS feed of all published blog posts
Rate Limits
| Endpoint Category | Limit |
|---|---|
| Public content | 100 requests/minute |
| Authenticated endpoints | 100 requests/minute |