Use the Leadey API

The Leadey API gives you programmatic access to your workspace: the leads, companies, contacts, and campaigns behind the product. You can pull data into your own systems, sync your pipeline, and push leads in from external tools. The full documentation, with an interactive playground, lives at api.leadey.ai.

Create an API key

  1. Go to Settings, then API Keys.
  2. Select Create key and give it a name.
  3. Copy the key. It starts with leadey_sk_live_ and is shown only once, so store it somewhere safe.

Your key carries the access of your whole workspace, so never share it publicly or put it in client-side code. If a key is ever exposed, revoke it from the same screen and create a new one.

Make your first request

Send your key as a Bearer token in the Authorization header. To check it works, read your organization with a GET request to https://backend.leadey.ai/v1/me and the header Authorization: Bearer your_key.

A successful response returns your organization, plan, and credit balance. From there you can list leads, companies, contacts, and campaigns. Results are paginated using page and pageSize, up to 100 per page.

Push leads in with webhooks

You can also send leads into a Leadey campaign from external tools and forms using webhooks. See the Webhooks guide for the payload and setup.

Full documentation

The complete reference, plus guides for authentication, pagination, rate limits, and errors, is at api.leadey.ai. The Quickstart takes you from a new key to your first request in a few minutes.

Explore

Pages
Buy