# Create search filter **POST /data/search-filters/** Create a new search filter with data provided in the request body. JSON format is expected. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Body: application/json (object) - **name** (string) - **person_id** (string(uuid)) - **search_filter_group_id** (string(uuid)) - **list_type** (string) ## Responses ### 201 Search filter created successfully #### Body: application/json (object) - **id** (string(uuid)) - **name** (string) - **person_id** (string(uuid)) - **search_filter_group_id** (string(uuid)) - **list_type** (string) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) ### 400 Invalid data format or validation error [Powered by Bump.sh](https://bump.sh)