API Introduction
The linkutm REST API lets you create and manage short links, domains, tags, folders, and analytics programmatically.Base URL
Authentication
Every request must include anAuthorization header. Two auth methods are supported:
API Key (recommended for integrations)
Generate an API key from Dashboard → Settings → Developer → API Keys.x-workspace-id header is not required when using an API key — the workspace is resolved automatically from the key.
JWT Token
Obtained fromPOST /auth/login. When using a JWT, you must include the workspace you want to operate in:
Workspace Header
| Auth method | x-workspace-id header |
|---|---|
API Key (lk_live_...) | Optional — auto-resolved from the key |
| JWT token | Required |