AI lead generation
Base URL https://api.leadx.in/api/key/protected. Every request needs an apikey header — see Authentication.
3 endpoints.
GET /lead-gen-ai
List lead gen ai.
Auth apikey
:::note Used by the web app
pages/AILeadGenerationCampaigns.jsx
:::
Query parameters — the standard list contract: p, n, sortBy, sortOrder, searchBy, searchValue, filters, advancedFilters, ids, nids. See Pagination and Filtering.
Response — data is an array of LeadGeneratorConfig objects, alongside the pagination fields described in Response format.
GET /lead-gen-ai/:configId
Get lead gen ai detail.
Auth apikey
:::note Used by the web app
components/AILeadGenerationDrawer.jsx, pages/AILeadGenerationCampaigns.jsx
:::
Path parameters
| Name | |
|---|---|
configId | Required |
Response — data is one Contact object.
DELETE /lead-gen-ai/:configId
Delete lead gen ai.
Auth apikey
:::note Used by the web app
components/AILeadGenerationDrawer.jsx, pages/AILeadGenerationCampaigns.jsx
:::
Path parameters
| Name | |
|---|---|
configId | Required |
Response — data is one LeadGeneratorConfig object. (Resource deduced from the collections this handler reads, not read off an explicit return.)