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 AutomationapiKey20 EndpointsREST

For Agents

Create and track marketing short links, attach conversions, and pull click counts so agents can attribute campaign traffic and report on link performance.

Use for: I need to create a trackable short link for a new campaign, Get the click count for a specific ClickMeter link, List all conversions recorded against a link in the last week, Set up a custom branded domain for short links

Not supported: Does not handle email or SMS delivery, advertising spend, or website analytics — use for marketing link tracking and conversion logging only.

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.

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 trackable short links pointing to destination URLs and assign them to campaign groups

Retrieve aggregated click counts for a specific link via /links/{linkId}/count

Register a conversion event tied to a link to measure downstream goals

Organise links into groups and tag them for segmented reporting

Add a custom branded domain so short links resolve under the marketer's own hostname

Update or delete existing links, groups, and conversions when campaigns change

Use Cases

Patterns agents use ClickMeter API for, with concrete tasks.

★ Campaign Link Attribution

Marketing teams generate one trackable ClickMeter link per campaign channel (email, paid social, affiliate) so click volume can be attributed back to source. The API creates the link with POST /links, returns the short URL, and exposes click totals via GET /links/{linkId}/count. Setup for a multi-channel campaign typically takes minutes once the group structure is in place.

Create a ClickMeter link pointing to https://example.com/spring-sale inside the 'Spring 2026' group and return the resulting short URL

Conversion Tracking Across Channels

After a click, marketers want to know whether the visitor completed a goal — a signup, a purchase, a download. The ClickMeter API logs conversions via POST /conversions, ties them to the originating link, and lists them through GET /conversions for downstream reporting. This closes the loop between click and outcome without standing up separate analytics infrastructure.

Record a conversion of value 49.00 for link ID abc123 and confirm the event appears in the conversions list

Branded Short Link Domains

Brands want short links that reinforce identity rather than a generic shortener domain. The API registers a custom domain via POST /domains; once verified, new links can be issued under that hostname. This typically takes under an hour including DNS propagation, versus several days of custom CNAME and SSL configuration on a self-hosted shortener.

Add the custom domain go.brand.example as a branded short-link host and list the existing custom domains on the account

Agent-Driven Campaign Reporting

An AI agent embedded in a marketing tool fetches click and conversion totals for every active campaign, summarises the top performers, and recommends budget shifts. Through Jentic, the agent searches for 'track clicks on a marketing link', loads the relevant ClickMeter operations, and executes them with credentials held in the Jentic vault. End-to-end integration is under an hour.

List every link in the 'Q2 Campaigns' group, fetch click counts for each, and return the three links with the highest click volume

Key Endpoints

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

METHOD

PATH

DESCRIPTION

POST

/links

Create a new trackable link

GET

/links/{linkId}/count

Get click count for a link

POST

/conversions

Record a conversion event

GET

/conversions

List conversion events

POST

/groups

Create a campaign group

POST

/domains

Add a custom branded domain

POST

/links

Create a new trackable link

GET

/links/{linkId}/count

Get click count for a link

POST

/conversions

Record a conversion event

GET

/conversions

List conversion events

POST

/groups

Create a campaign group

POST

/domains

Add a custom branded domain

Why Jentic?

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

Credential management

Credential isolation

ClickMeter 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 'track clicks on a marketing link' or 'log a conversion event' and Jentic returns the matching ClickMeter operations with their input schemas.

Time to first call

Time to first call

Direct ClickMeter integration: 1-2 days for auth, link creation, and conversion polling. Through Jentic: under 1 hour — search, load schema, execute.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Complementary

ClickSend

→

ClickSend handles SMS and email delivery; ClickMeter tracks clicks on the links inside those messages.

Use ClickSend when the agent needs to dispatch the marketing message itself, then use ClickMeter to track which recipients clicked through.

Complementary

Clicksign

→

Clicksign captures e-signature events; ClickMeter measures pre-signature link engagement.

Pair with Clicksign when an agent needs to first track campaign click-throughs, then escalate engaged contacts into a signature flow.

Alternative

ClickMeter (v2 API)

→

Sister specification for the same vendor exposing the v2 endpoint surface.

Choose this v2 spec when agents need access to additional reporting endpoints not present in the 1.0.0 surface.

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 API use?

The ClickMeter API uses API key authentication. The key is passed in the X-Clickmeter-Authkey header on every request. Through Jentic, the key is stored encrypted in the vault — agents receive scoped access and never see the raw key.

Can I track conversions tied to a specific link with the ClickMeter API?

Yes. POST /conversions records a conversion event against a link, and GET /conversions lists recorded events. You can attach a conversion value so downstream reporting can sum revenue by source link.

What are the rate limits for the ClickMeter API?

Rate limits are not declared in the OpenAPI spec. ClickMeter applies plan-based throttling on its hosted service, so check your plan in the ClickMeter dashboard before issuing high-volume click-count polls. Through Jentic, rate-limit responses surface as standard error objects an agent can retry against.

How do I create a branded short link with the ClickMeter API through Jentic?

Run pip install jentic, then search Jentic for 'create a trackable marketing link' to find POST /links. Load the operation schema, supply the destination URL, group ID, and optional custom domain, and execute. Jentic injects the X-Clickmeter-Authkey header from the vault.

Can the ClickMeter API attach a custom domain to short links?

Yes. POST /domains registers a custom hostname; once DNS is configured the domain appears in GET /domains and can be used as the host for newly created links.

GET STARTED

Start building with ClickMeter API

Explore with Jentic
View OpenAPI Document