Changelog
All notable changes to the Demoboost Public API. Newest first.
2026-08-25 — v1 Launch
Initial release of the Demoboost Public API.
- GET
/v1/ping— Health check endpoint, no auth required. - GET
/v1/organization— Retrieve your organization's public info. - GET
/v1/users— Paginated list of organization users with role and archived filters. - GET
/v1/users/{userId}— Retrieve a single user by ID. - POST
/v1/auth/api-keys— Create a new API key (Cognito admin auth). - GET
/v1/auth/api-keys— List all API keys for the organization. - DELETE
/v1/auth/api-keys/{id}— Revoke an API key immediately.
Authentication uses X-Api-Key header (or Authorization: Bearer). Rate limits: 60 req/min, 5,000 req/day per key. All error responses follow RFC 7807.