Skip to main content
An HTTP service that lets you read lead data stored in our database. You ask for what you want (with filters), and you get JSON back. This guide explains everything from scratch — no prior API experience needed.

How it works in 3 steps

1

Get an API key

We give you a secret string that looks like dd_a3f9b2c1.... This proves who you are.
2

Send an HTTP request

Use any tool (curl, Postman, your code) to send a request to our API with your key in a header.
3

Get JSON back

The API returns structured data you can use — list of leads, counts, schema, or a download link.

The mental model

You’re a client. We’re a server. You make HTTP requests with your API key. We send JSON back. That’s the whole API.