Changelog
Follow up on the latest improvements and updates.
RSS
improved
new
Leadfeeder API - 2026-06-29
- 🆕 [New]Added GET /v1/users/me endpoint to retrieve information about the currently authenticated user.
- ⚡[Improved]Added an optionalenrichment_typefield to the request body of POST /v1/contacts/find-contact-data-jobs, allowing callers to specify the type of enrichment to perform (email_only, full).
- ⚡[Improved]Added an optionalenrichment_typefield to the request body of POST /v1/contacts/find-contact-data-jobs/estimate, allowing callers to specify the enrichment type when estimating a job (email_only, full).
- ⚡[Improved]Company enrichment job estimation POST /v1/companies/enrichment-jobs/estimate now accepts an optionalcompany_countrequest property.
- ⚡[Improved]Industry objects in responses from company and contact endpoints (GET /v1/companies, GET /v1/companies/{id}, GET /v1/contacts, GET /v1/contacts/{id}) now include acodefield alongside the existingnamefield.
- ⚡[Improved]Company search POST /v1/companies/search now acceptsinternalas a valid value for theindustries/classificationfilter, and it is now the default whenclassificationis not specified.
- 🆕 [New][MCP]Addedget_current_user_infotool lets you retrieve details about the currently authenticated user.