The Leadpipe Identification API gives you programmatic access to resolved visitor data and full control over your tracking pixels.Documentation Index
Fetch the complete documentation index at: https://docs.leadpipe.com/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
Authentication
All requests require anX-API-Key header with your organization API key.
Pixel API
The pixel endpoints let you:- list all pixels for your organization
- create a pixel and receive the embed
codesnippet - pause or activate a pixel
- manage path filters with
includedPathsorexcludedPaths
includedPaths: allowlist mode, where the pixel fires only on matching path prefixesexcludedPaths: denylist mode, where the pixel fires everywhere except matching path prefixes
pausedReasonwhen listing pixelscodewhen creating a pixel
Errors
| Status | Description |
|---|---|
401 | Missing or invalid API key |
403 | API key revoked or organization inactive |
409 | Pixel already exists for this domain |
503 | Service unavailable |