K Klovex Request access
Documentation

Get up and running in 10 minutes.

The docs below cover the most common Klovex flows. The full step-by-step manual is available inside the product under Help → Docs once you're signed in.

Getting started

Create your first workspace, invite teammates, configure preferences.

Connect a TikTok account

Run the official OAuth flow, choose scopes, and start syncing.

Managing campaigns

Pause, resume, update budgets, and run bulk operations across accounts.

Reports & exports

Build dashboards, schedule emails, and export to CSV or JSON.

Roles & permissions

Owners, admins, analysts, viewers — and how to map them to teams.

Klovex API (early access)

Read-only API to pull your unified data into your own warehouse.

Getting started

When you accept your invite, Klovex prompts you to name your workspace and pick a default timezone. You don't need to connect anything immediately — you can explore the demo workspace first if you want a feel for the product.

Invite teammates

From Settings → Members, add an email address and choose a role. Invites are valid for 7 days and re-sendable.

Connect a TikTok account

  1. From Settings → Connected accounts click Connect TikTok.
  2. Klovex redirects you to TikTok For Business to sign in and review the scopes Klovex is requesting (see /tiktok-integration for the full list).
  3. Approve. TikTok redirects back to Klovex with an authorization code; we exchange it for a refresh token and store it encrypted.
  4. Klovex performs the first sync (campaign metadata + last 30 days of reporting). Larger histories backfill in the background.

You can revoke access at any time from either side — see Data deletion.

Managing campaigns

The Campaigns view supports single-account and multi-account modes. From a multi-account selection you can:

Reports & exports

Build a report by picking dimensions, metrics, and a date range. Schedule it to email itself to anyone you specify. CSV and JSON exports are available on demand and as a scheduled drop.

Roles & permissions

Klovex API (early access)

The Klovex API lets you pull your unified reporting into a warehouse. Today it is read-only. Authentication uses a workspace-scoped API key from Settings → API.

curl -H "Authorization: Bearer klv_live_..." \
     "https://api.klovex.xyz/v1/reports/campaigns?from=2026-05-01&to=2026-05-22"