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

Leadping Leads API

Manages lead intake, records, assignment, routing, and lifecycle operations. Use these endpoints to ingest leads from trusted sources, search and update lead records, manage ownership and tags, and archive or delete leads.

Leadping Leads API is one of 29 APIs that Leadping publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Leads. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, authentication docs, and rate-limit docs.

This API exposes 13 operations across 9 paths, and defines 37 schemas. It is described by OpenAPI 3.2.0, at version v1.

Requests are made against a single base URL, https://api.leadping.ai.

13 operations 9 paths 37 schemas 2 DELETE3 GET6 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v1
Base URL
https://api.leadping.ai
Authentication
HTTP Bearer, HTTP Bearer
License
Terms of Service
Resource Areas
1

Authentication & Security 2

Leadping Leads API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT or organization API key) (Bearer). It accepts HTTP bearer tokens (Leadping source key) (SourceKey).

  • Bearer — Authorization header using the Bearer scheme. Accepted values are Leadping user JWT access tokens and WorkOS organization API keys beginning with sk.
  • SourceKey — Leadping source key for lead ingestion endpoints only using the Authorization header. Example: "Authorization: Bearer lpsrc...".

Paths & Operations 13

Across 9 paths, the API surfaces 13 operations — 2 DELETE, 3 GET, 6 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Leads 13

Manages lead intake, records, assignment, routing, and lifecycle operations. Use these endpoints to ingest leads from trusted sources, search and update lead records, manage owner…

POST
/leads
Create a lead record from an external source
Leads_CreateExternal body → 201404400401403429
POST
/leads/intake
Create a lead record from intake payload
Leads_CreateIntake body → 201400401403429
GET
/leads/intake
Create a lead record from query intake
Leads_CreateIntakeFromQuery 33 params → 201400401403429
GET
/leads/{id}
Get an organization lead record for current user
Leads_GetForCurrentUser 1 param → 200404401403429
PUT
/leads/{id}
Update an organization lead record and status
Leads_Update 1 param body → 200404400401403429
DELETE
/leads/{id}
Delete an organization lead record by ID
Leads_Delete 1 param → 204404401403429
GET
/leads/{id}/workflow-status
Get a lead automation workflow status
Leads_GetWorkflowStatusForCurrentUser 1 param → 200404401403429
POST
/leads/{id}/archive
Archive an organization lead record by ID
Leads_Archive 1 param body → 200404400401403429
POST
/leads/{id}/unarchive
Unarchive an organization lead record by ID
Leads_Unarchive 1 param → 200404401403429
POST
/leads/all/my
List organization lead records for current user
Leads_GetAllForCurrentUser 4 params body → 200401403429
POST
/leads/{id}/tags
Add organization tags to a lead record by ID
Leads_AddTags 1 param body → 200404400401403429
PUT
/leads/{id}/tags
Replace organization tags on a lead record
Leads_ReplaceTags 1 param body → 200404400401403429
DELETE
/leads/{id}/tags/{tagId}
Remove an organization tag from a lead record
Leads_RemoveTag 2 params → 200404401403429

Schemas 37

The contract defines 37 schemas that model the data the API accepts and returns. The most detailed are LeadMetadata (35 properties), LeadIntakeRequest (33 properties), AutomationWorkflowRunResponse (27 properties), LeadTableRow (22 properties). Each schema is shown below with its type and property counts.

TagSummary
object
Summary schema for Leadping API tag summary data used in dashboards and reports.
4 properties
AutomationWorkflowEventResponse
object
User-safe workflow history event returned for lead automation status.
9 properties
Coordinate
object
Latitude and longitude coordinate for this lead contact profile.
2 properties 2 required
PagedResultOfLeadTableRow
object
Returns one page of query results together with page-size, optional total-count, and opaque continuation-cursor metadata.
4 properties
OrderByOption
object
Defines one field and direction used to order an API query result set.
2 properties
LeadMetadata
object
Public Leadping API schema for lead attribution metadata data.
35 properties 1 required
LeadTableRow
object
Summarizes lead data in paginated and searchable results.
22 properties
ProblemDetails
object
Standard problem-details response containing machine-readable and human-readable information about an HTTP API error.
5 properties
PhoneIdentityLookupAction
object
An auditable lookup, enrichment, or reputation check performed for a phone identity.
7 properties
LeadContact
object
Public Leadping API schema for lead contact profile data.
8 properties
RequestDataOptions
object
Defines cursor pagination, sorting, search, exact-match filters, and range filters for a structured API query.
8 properties
PhoneLookup
object
Public Leadping API schema for phone lookup result data.
13 properties
CurrentLeadStatusSummary
object
Summary schema for Leadping API current lead status change summary data used in dashboards and reports.
8 properties
PhoneIdentityResponse
object
Describes Leadping's canonical identity for a phone number, including normalization, carrier, line type, reputation, and lookup history.
9 properties
LeadIntakeRequest
object
Defines the fields clients can send when working with lead intake.
33 properties
LeadProfile
object
Public Leadping API schema for lead demographic profile data.
13 properties
PhoneIdentityLookupActionType
string
Identifies the kind of lookup action performed for a phone identity.
LeadTagsRequest
object
Defines the fields clients can send when working with lead tag update.
3 properties 2 required
RangeFilter
object
Selects records by applying inclusive or exclusive lower and upper bounds to a named comparable field.
5 properties
StreetAddress
object
Describes a physical or mailing address using international locality, administrative-area, postal-code, and country fields.
9 properties
PhoneNumberLocation
object
Public Leadping API schema for phone number location data.
9 properties
AutomationWorkflowActionResponse
object
User-safe action status returned for lead automation workflow visibility.
18 properties
PhoneLookupPortability
object
Number-portability and routing data returned by Telnyx.
13 properties
LeadArchiveRequest
object
Defines the fields clients can send when working with lead archive.
2 properties
LeadRequest
object
Defines the fields clients can send when working with lead.
7 properties 5 required
PhoneLookupProviderSnapshot
object
Lossless provider snapshot retained with a phone identity for replay, audits, and fields added by providers later.
5 properties
PhoneIdentityLookupActionStatus
string
Identifies the outcome of a phone identity lookup action.
PhoneLookupCarrier
object
Complete carrier metadata returned by a phone number lookup provider.
6 properties
PhoneLookupCallerName
object
Caller-name data returned by the phone lookup provider.
2 properties
ExactMatchFilter
object
Selects records whose named field equals a supplied scalar value.
2 properties
PhoneLocationSource
object
Describes how a phone location value was resolved.
2 properties
AutomationWorkflowStatusResponse
object
Automation workflow status collection for a lead.
2 properties
Phone
object
Public Leadping API schema for lead phone number data.
3 properties
LeadArchiveReason
integer
Defines why a lead was removed from the active working pipeline.
IdNamePair
object
Provides a compact API reference to another resource using its stable identifier and human-readable display name.
2 properties 2 required
AutomationWorkflowRunResponse
object
User-safe automation workflow run status returned for a lead.
27 properties
LeadResponse
object
Describes lead data returned by Leadping.
20 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

leadping-leads-api-openapi.yml Raw ↑

Other APIs Leadping publishes across the network.

Leadping MCP Servers
Leadping Webhook Events
Leadping Analytics API
Leadping Automations API
Leadping Call Events API
Leadping Calls API
Leadping Contact API
Leadping Conversations API
Leadping Events API
Leadping Feedback API
Leadping Lead Status Changes API
Leadping Lead Statuses API
Where this information came from

This is an independent, third-party profile of Leadping Leads 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.