Smart Prospect
Recent Searches API
Retrieve recent searches (search filters) for the authenticated user - GET /search-filters/recent-searches
GET
This endpoint requires authentication via API key passed as a query parameter (
api_key).Query Parameters
string
required
Your SmartLead API key for authentication
string
Number of recent searches to return (positive integer string). Pattern: ^[1-9][0-9]*$. Default: “10”.
string
Number of recent searches to skip for pagination (non-negative integer string). Pattern: ^[0-9]+$. Default: “0”.
Response Codes
Success
Request successful
Unauthorized
Unauthorized
Internal Server Error
Internal Server Error
