Smart Prospect
Update Fetched Lead API
Update a fetched lead (search string/name) by ID - PUT /search-filters/fetched-searches/:id
PUT
This endpoint requires authentication via API key passed as a query parameter (
api_key).Path Parameters
The ID of the fetched lead to update (positive integer string, e.g. 327107). Pattern: ^[1-9][0-9]*$.
Query Parameters
Your SmartLead API key for authentication
Request Body
The request body must be JSON.
search_string is required (the new name for the fetched lead).The new search string/name for the fetched lead (1–255 characters).
Response Codes
Request successful
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
