Search favorite lists
POST/v2/favoritelists/search
Performs advanced search for favorite lists with comprehensive filtering options.
This endpoint provides flexible search capabilities including:
- Text-based name filtering
- Owner-based filtering (company, contact, or customer)
- Content-based filtering (products and clusters)
- Date range filtering
- Pagination support
Use this endpoint instead of the deprecated GET endpoint for better functionality.
Request
Responses
- 200
- 400
- 403
- 500
A paginated list of favorite lists matching the search criteria.
The request body contains invalid search criteria or validation errors.
You do not have permission to search favorite lists.
An unexpected error occurred during the search operation.