curl -X PUT "https://prospect-api.smartlead.ai/api/v1/search-email-leads/search-filters/fetched-searches/327107?api_key=YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"search_string": "Directors and VPs in United States"}'
{
"success": true,
"message": "Fetched lead updated successfully"
}
Update a fetched lead (search string/name) by ID - PUT /search-filters/fetched-searches/:id
curl -X PUT "https://prospect-api.smartlead.ai/api/v1/search-email-leads/search-filters/fetched-searches/327107?api_key=YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"search_string": "Directors and VPs in United States"}'
{
"success": true,
"message": "Fetched lead updated successfully"
}
api_key).search_string is required (the new name for the fetched lead).curl -X PUT "https://prospect-api.smartlead.ai/api/v1/search-email-leads/search-filters/fetched-searches/327107?api_key=YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"search_string": "Directors and VPs in United States"}'
{
"success": true,
"message": "Fetched lead updated successfully"
}