Skip to content
☁️ HitKeep Cloud is coming! Join the Early Access waitlist →

Overview

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.

API client token in X-API-Key header.

Security scheme type: apiKey

Header parameter name: X-API-Key

API client token in Authorization header.

Security scheme type: http

Bearer format: APIClientToken

Session cookie authentication.

Security scheme type: apiKey

Cookie parameter name: hk_token