API Keys

Programmatic access to your identified visitor data

Your new API key

Copy it now — for security it is only shown once and cannot be recovered. If you lose it, revoke it and create a new one.

Create a key

Keys inherit your account's data access — all pixels, read-only

Your keys

Revoking a key immediately blocks all requests made with it

NameKeyCreatedLast usedStatus
Loading…

Quickstart

Base URL, authentication, and your first request

Full API docs ↗
Base URL
https://www.kopimore.com/api/v1
List your 5 most recent identified visitors
curl "https://www.kopimore.com/api/v1/leads?limit=5" \ -H "Authorization: Bearer kp_live_YOUR_KEY"
Endpoints
GET /leads identified visitors — filters: limit, since, before, pixel_id, state, city, has_email GET /pixels pixels on your account GET /usage request counts for your key

Rate limit: 60 requests/minute per key. Responses include X-RateLimit-Remaining. Pagination: pass next_cursor from a response as ?before= on the next request.