API reference
Three of our endpoints are public and unauthenticated by design — they exist so anyone can independently verify the integrity of any delivery. The rest of the API is buyer-scoped behind a session cookie or signed download token.
/api/audit/[lead_id]
Returns the public exclusivity record for any lead. No authentication required. Buyer IDs are hashed — you can verify your own delivery without exposing other buyers.
/api/audit/verify
Submit a delivery receipt and signature for HMAC verification. Confirms the receipt you hold matches our on-file record and has not been tampered with.
/api/audit/sample
Returns a sample receipt with synthetic data for testing your integration. The sample rotates daily but always returns a structurally valid payload.
/api/v1/leads/intake
Affiliate revshare endpoint. Submit leads programmatically and earn per-funded conversion. Requires a valid x-affiliate-key header.
Webhook delivery
When a lead is matched and sold, we POST the full payload to your configured webhook URL. The delivery includes the lead data, receipt, and HMAC signature for independent verification.
Create an account to get your session credentials, or review the trust framework behind every receipt.