Getting started
Create a workspace, your first project, and a branded /go/ link in under five minutes.
- Create a workspace
- Add a project
- Publish your first /go/ link
Create a workspace, your first project, and a branded /go/ link in under five minutes.
How slugs, offers, fallbacks and disclosure labels work together.
Geo, device and campaign routing with priority ordering.
Drop-in code for React, plain HTML, JS, Webflow, WordPress and YouTube descriptions.
REST endpoints for links, clicks and offer sync. Webhooks for broken-link alerts.
Workspace roles, per-project collaborators, SSO and audit trail.
REST endpoints for links, clicks and offers. Personal access tokens scoped to a workspace.
curl https://api.tracklume.com/v1/links \ -H "Authorization: Bearer $TRACKLUME_TOKEN"
Receive events when a link breaks, a routing rule fires or a click comes from a new country.
POST /your-endpoint
{
"event": "link.broken",
"link_id": "lnk_...",
"status": 404
}