Jentic publishes the only available OpenAPI specification for ClickMeter API, keeping it validated and agent-ready. ClickMeter is a link tracking and conversion measurement platform for digital marketers, exposing endpoints to create trackable short links, organise them into groups, attach custom domains, and capture downstream conversions. The API covers account configuration, link CRUD with click counters, group and tag management, custom domain registration, and conversion logging. Reports endpoints surface aggregated click and conversion data so agents can attribute traffic across campaigns without scraping a dashboard.
20 endpointsJentic publishes the only available OpenAPI specification for ClickMeter API, keeping it validated and agent-ready. This is the full v2 surface of the ClickMeter link tracking platform, exposing 104 endpoints across account management, datapoints (trackable links), groups, conversions, domains, IP blacklists, guest permissions, and aggregated reporting. Endpoints under /aggregated and /clickstream return time-series and event-level data suitable for campaign analysis, while /conversions and /datapoints provide CRUD plus relationship management between conversions and the links that drove them.
104 endpointsStep 1: Jentic One Host machine
# On the machine that will host your Jentic One instance:
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | shStep 2: Agent machine
# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
jentic register # connects your agent to your Jentic One instanceJentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.