How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

LeadIQ Prospector REST API

REST API for LeadIQ's saved prospecting workspace — create and read prospect lists, create prospects singly or in batches of up to 100, search saved prospects, verify email deliverability, and export a saved prospect into the caller's Salesforce as a Lead or Contact with duplicate detection. Fourteen operations under /v1, described by an OpenAPI 3.1.0 document LeadIQ serves publicly at https://prospector.leadiq.com/openapi.json. Authenticates with the base64-DECODED LeadIQ API key in an X-API-Key header (the GraphQL Data API takes the same key in its encoded form), or with a bearer JWT. This is the surface LeadIQ's own MCP tools AttachProspectToList, CreateProspect, SearchProspects, VerifyEmail, VerifyProspectEmail and ExportProspectToSalesforce are built on.

LeadIQ Prospector REST API is one of 3 APIs that LeadIQ publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include REST, Prospecting, Contact Data, and CRM Enrichment. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 14 operations across 11 paths, organized into 3 resource areas, and defines 21 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://prospector.leadiq.com.

14 operations 11 paths 21 schemas 7 GET7 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://prospector.leadiq.com
Authentication
API Key, HTTP Bearer
Resource Areas
3

Authentication & Security 2

LeadIQ Prospector REST API declares 2 security schemes for authenticating requests. An API key is passed in the header as X-API-Key (apiKeyAuth). It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • apiKeyAuth — Send your LeadIQ API key as the X-API-Key header value — no prefix, no encoding.
  • bearerAuth — OAuth2 access token (JWT) issued for an audience accepted by this service.

Paths & Operations 14

Across 11 paths, the API surfaces 14 operations — 7 GET, 7 POST. They span 3 resource areas: lists, prospects, account. Each is listed below with its method, path, parameters, and response codes.

lists 7
POST
/v1/lists
body → 201400401409413429
GET
/v1/lists
3 params → 200401429
GET
/v1/lists/{listId}
1 param → 200401404429
GET
/v1/lists/{listId}/prospects
3 params → 200401404429
POST
/v1/lists/{listId}/prospects
Create a prospect in a list
1 param body → 201401404422429502
POST
/v1/lists/{listId}/prospects/batch
Create multiple prospects in a list (batch)
1 param body → 200400401404413429
POST
/v1/lists/{listId}/prospects/{prospectId}
Attach an existing prospect to a list
2 params → 200400401404429
prospects 6
GET
/v1/prospects
List or search prospects
5 params → 200400401429
POST
/v1/prospects
Create a prospect (no list)
body → 201400401413429502
GET
/v1/verify-email
Verify a standalone email address
1 param → 200400401429502
GET
/v1/prospects/{prospectId}
1 param → 200400401404429
POST
/v1/prospects/{prospectId}/verify-email
Verify the email on an existing prospect
1 param → 200400401404409429502
POST
/v1/prospects/{prospectId}/export/salesforce
Export a prospect into the caller's Salesforce
1 param body → 200202400401403404409413
account 1
GET
/v1/whoami
Identify the caller
→ 200401429502

Schemas 21

The contract defines 21 schemas that model the data the API accepts and returns. The most detailed are Prospect (21 properties), ProspectInput (16 properties), List (10 properties), Location (7 properties). Each schema is shown below with its type and property counts.

List
object
10 properties 5 required
ListRole
string
Caller's relationship to the list. owner means the caller created it; collaborator means another member granted them edit access.
ErrorResponse
object
3 properties 2 required
ListInput
object
2 properties 1 required
PaginatedLists
object
2 properties 2 required
PaginatedProspects
object
2 properties 2 required
Prospect
object
21 properties 4 required
Location
object
7 properties
Company
object
7 properties
CompanyLocation
object
7 properties
ProspectInput
object
16 properties 2 required
BulkSaveResult
object
2 properties 2 required
BulkSaveFailure
object
2 properties 2 required
BulkProspectInput
array
VerifyStandaloneEmailResponse
object
1 property 1 required
VerifyEmailResponse
object
2 properties 2 required
SalesforceExportResult
object
6 properties 1 required
SalesforceDuplicate
object
5 properties 2 required
SalesforceExportAccepted
object
4 properties 2 required
SalesforceExportRequest
object
1 property
WhoAmI
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

leadiq-prospector-api-openapi.yml Raw ↑

Other APIs LeadIQ publishes across the network.

LeadIQ MCP Server
LeadIQ GraphQL API
Where this information came from

This is an independent, third-party profile of LeadIQ Prospector REST API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.