Overview
HitKeep API (1.8.0)
Section titled “HitKeep API (1.8.0)”API specification for HitKeep - A self-hostable, privacy-first web analytics platform.
Authentication: HitKeep uses JWTs stored in HTTP-Only cookies (hk_token). Endpoints requiring authentication must be accessed by a client (browser) that has successfully performed the Login or Initial Setup flow.
- HitKeep Support: https://github.com/pascalebeier/hitkeep
- License: MIT
- OpenAPI version: 3.1.0
Authentication
Section titled “ Authentication ”apiKeyAuth
Section titled “apiKeyAuth ”API client token in X-API-Key header.
Security scheme type: apiKey
Header parameter name: X-API-Key
bearerAuth
Section titled “bearerAuth ”API client token in Authorization header.
Security scheme type: http
Bearer format: APIClientToken
cookieAuth
Section titled “cookieAuth ”Session cookie authentication.
Security scheme type: apiKey
Cookie parameter name: hk_token