Enrichment
Base URL https://api.leadx.in/api/key/protected. Every request needs an apikey header — see Authentication.
2 endpoints.
POST /enrich/contact
Enrich contact.
Auth apikey
:::note Used by the web app
pages/Contacts.jsx
:::
Response — data is one Contact object. (Resource deduced from the collections this handler reads, not read off an explicit return.)
POST /enrich/lead
Enrich leads.
Auth apikey
:::note Used by the web app
pages/Leads.jsx
:::