Smart Prospect
Update Saved Search API
Update a saved search (search string/name) by ID - PUT /search-filters/save-search/:id
PUT
This endpoint requires authentication via API key passed as a query parameter (
api_key).Path Parameters
The ID of the saved search to update (positive integer string, e.g. 327105). 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 saved search).The new search string/name for the saved search (1–255 characters).
Response Codes
Request successful
Bad Request
Unauthorized
Not Found
Internal Server Error
