Overview
HitKeep API (1.2.0)
Section titled “HitKeep API (1.2.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 ”cookieAuth
Section titled “cookieAuth ”JWT token stored in an HTTP-Only cookie.
Security scheme type: apiKey
Cookie parameter name: hk_token