Product

How Jentic Works

From API assessment to production deployment in four simple steps.

Product Overview

PLATFORM

Jentic OneSelf-hosted, open-source control plane between your agents and any APIAPI DirectoryBrowse 10,000+ APIs ready for AI agent integrationAPI ScorecardAssess your APIs for AI-readiness with automated scoringAgentic SandboxSafely simulate AI agents with your production APIsJenticSign in to the Jentic web app

CAPABILITIES

IntegrationConnect AI agents to your existing systemsWorkflowsDiscover and capture successful agent workflowsGovernanceDefine, observe, and enforce AI policies

TOOLS

Arazzo UIVisualize Arazzo workflows as interactive documentationArazzo EditorBuild and edit multi-step API workflows visually
Pricing
Developers

GET STARTED

DocumentationGuides and API referenceQuickstartGet up and running in minutes

COMMUNITY

GitHubOpen source projects and examples
Resources
BlogLatest articles and insightsPress & MediaBrand assets and press contactOpen StandardsBuilt on open specs. Never locked in.NewsletterAPIs, AI agents, mixed with architecture and strategy.
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Install Jentic OneBook a Demo
How Jentic WorksJentic OneAPI DirectoryAPI ScorecardAgentic SandboxJenticIntegrationWorkflowsGovernanceArazzo UIArazzo Editor
Pricing
DocumentationQuickstartGitHub
BlogPress & MediaOpen StandardsNewsletter
About UsCareersContact
Request a demoInstall Jentic One
Jentic
For Enterprises
  • Product Overview
  • Agentic Sandbox
  • Book a Demo
For Developers
  • Jentic One
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
ISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic. All rights reserved.
APIs / Marketing / Clickmeter / ClickMeter API
ClickMeter API logo

ClickMeter API

Browse all Clickmeter APIs
★ Only Publicly Available OpenAPI DocumentMarketingMarketing AutomationapiKey104 EndpointsREST

For Agents

Manage the full ClickMeter v2 surface — datapoints, conversions, groups, domains, guests, and aggregated reporting — so agents can build, attribute, and analyse marketing link campaigns end to end.

Use for: I need to create a trackable datapoint for a campaign URL, Retrieve aggregated click statistics for the last 30 days, List the most recent 100 tracking events for an account, Find all conversions associated with a specific datapoint

Not supported: Does not handle email or SMS sending, ad spend management, or web session analytics — use for link tracking, conversion logging, and aggregated reporting only.

Jentic 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.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the ClickMeter API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the ClickMeter API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 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 | sh
2

Step 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 instance

Jentic 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.

Capabilities

What an agent can do with ClickMeter API.

Create and manage datapoints (trackable links) with grouping, tagging, and custom destination rules

Log conversion events and link them to one or many datapoints via /conversions/{id}/datapoints/patch

Pull aggregated click and conversion statistics over a timeframe via /aggregated and /aggregated/list

Stream the latest 100 tracking events for an account via GET /clickstream

Manage guest users and per-object permissions for shared link reporting

Maintain IP blacklists and domain whitelists to filter and authorise tracked traffic

Use Cases

Patterns agents use ClickMeter API for, with concrete tasks.

★ End-to-End Campaign Attribution

Marketing operations teams use the v2 surface to provision datapoints per channel, register conversions for downstream goals, then pull /aggregated reports that join clicks to conversions. The endpoint surface lets a team move from raw clickstream data through to summary dashboards without exporting CSVs.

Pull aggregated statistics for the timeframe 2026-05-01 to 2026-05-31 grouped by datapoint and return the top five datapoints by conversion count

Real-Time Clickstream Monitoring

GET /clickstream returns the latest 100 tracking events. Operations teams poll this endpoint to spot anomalies — sudden spikes from a single IP, traffic from unexpected geographies, or suspected bot patterns — and react in minutes rather than waiting for nightly reports.

Fetch the latest clickstream events and flag any IP address that appears more than 10 times in the most recent 100 hits

Shared Reporting With Guest Permissions

Agencies and freelancers use guest accounts to give clients scoped visibility into their own campaign data. The API creates a guest via POST /account/guests, then grants per-object permissions through /account/guests/{id}/{type}/permissions/patch. Setup takes minutes per client versus rebuilding standalone reporting portals.

Create a guest user for client@example.com with read permissions on group ID 4421 and confirm the permission was set

Agent-Driven Campaign Optimisation

An AI agent monitors aggregated conversion rates per datapoint, identifies underperforming links, and rewrites destination URLs or pauses spend. Through Jentic, the agent searches for 'pull aggregated click and conversion stats', loads the operation, and executes against credentials held in the Jentic vault. The full optimisation loop runs without human triage of the dashboard.

Identify any datapoint with a conversion rate below 1 percent over the last 14 days and return the list with current destination URLs

Key Endpoints

104 endpoints — jentic publishes the only available openapi specification for clickmeter api, keeping it validated and agent-ready.

METHOD

PATH

DESCRIPTION

GET

/aggregated

Retrieve account statistics for a timeframe

GET

/aggregated/list

Retrieve account statistics grouped by time bucket

GET

/clickstream

Retrieve the last 100 tracking events

POST

/conversions

Create a conversion event

GET

/conversions/{conversionId}/datapoints

List datapoints linked to a conversion

POST

/account/guests

Create a guest user

POST

/account/domainwhitelist

Whitelist a redirect domain in DDU mode

GET

/aggregated

Retrieve account statistics for a timeframe

GET

/aggregated/list

Retrieve account statistics grouped by time bucket

GET

/clickstream

Retrieve the last 100 tracking events

POST

/conversions

Create a conversion event

GET

/conversions/{conversionId}/datapoints

List datapoints linked to a conversion

POST

/account/guests

Create a guest user

POST

/account/domainwhitelist

Whitelist a redirect domain in DDU mode

Why Jentic?

Three things that make agents converge on Jentic-routed access.

Credential management

Credential isolation

ClickMeter v2 API keys are stored encrypted in the Jentic vault. Agents receive scoped tokens and never see the raw X-Clickmeter-AuthKey value.

Intent-based discovery

Intent-based discovery

Agents search Jentic with intents like 'pull aggregated click stats' or 'log a conversion against a link' and Jentic returns the matching ClickMeter v2 operations with their input schemas.

Time to first call

Time to first call

Direct ClickMeter v2 integration: 3-5 days to map the 104 endpoints, handle auth, and parse aggregated response shapes. Through Jentic: under 1 hour — search, load schema, execute.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Alternative

ClickMeter (1.0.0)

→

Slimmer 1.0.0 surface from the same vendor with 20 endpoints covering core link and conversion CRUD.

Choose the 1.0.0 spec when an agent only needs basic link creation and click counting; choose v2 for aggregated reporting, clickstream, and guest permissions.

Complementary

ClickSend

→

ClickSend dispatches the SMS or email; ClickMeter v2 measures click and conversion outcomes on the links inside.

Pair with ClickSend when the agent first sends a message and then needs to attribute its click and conversion lift.

Complementary

Clientary

→

Clientary handles invoicing for client work; ClickMeter v2 supplies the campaign metrics agencies report to those same clients.

Use Clientary alongside ClickMeter v2 when an agency agent needs to attach campaign performance reports to client invoices.

FAQs

Specific to using ClickMeter API through Jentic.

Why is there no official OpenAPI spec for ClickMeter API?

ClickMeter does not publish an OpenAPI specification. Jentic generates and maintains this spec so that AI agents and developers can call ClickMeter API via structured tooling. It is validated against the live API and kept up to date. Get started at https://app.jentic.com/sign-up.

What authentication does the ClickMeter v2 API use?

The ClickMeter v2 API uses API key authentication. The key is passed in the X-Clickmeter-AuthKey header on every request. Jentic stores the key encrypted in its vault and injects it at execution time, so agents never see the raw value.

Can I pull aggregated click statistics with the ClickMeter v2 API?

Yes. GET /aggregated returns account-wide stats for a timeframe and GET /aggregated/list returns the same data grouped by time bucket. /aggregated/summary/datapoints, /aggregated/summary/groups, and /aggregated/summary/conversions provide segmented breakdowns.

What are the rate limits for the ClickMeter v2 API?

Rate limits are not declared in this OpenAPI spec. ClickMeter applies plan-based throttling on its hosted service — confirm your plan limits before issuing high-volume polls of /clickstream or /aggregated. Through Jentic, throttle responses surface as standard error objects an agent can retry against.

How do I link a conversion to multiple datapoints through Jentic?

Run pip install jentic, then search Jentic for 'log a conversion against multiple links' to find PUT /conversions/{conversionId}/datapoints/batch/patch. Load the operation, supply the conversion ID and the array of datapoint IDs, and execute. Jentic injects the X-Clickmeter-AuthKey header from the vault.

Can I share campaign reports with a client using guest permissions?

Yes. POST /account/guests creates a guest user, then POST /account/guests/{guestId}/{type}/permissions/patch grants per-object access to specific datapoints, groups, or conversions. This lets agencies share scoped reporting without exposing the full account.

GET STARTED

Start building with ClickMeter API

Explore with Jentic
View OpenAPI Document