---
title: "Search contacts by AND criteria"
method: GET
path: "/contacts/search_by_and"
---

# Search contacts by AND criteria

`GET /contacts/search_by_and`

Search contacts based on exact match AND criteria across multiple fields. Requires a valid Bearer token.

## Query parameters

- `email` string
- `phone` string
- `description` string
- `first_name` string
- `last_name` string
- `title` string

## Response `200`

Successful search

- object[]
  - `group_id` string
  - `entity_base_id` string
  - `entity_type_id` integer
  - `phone_book_data` object

## Other responses

- `400` — Bad request (missing parameters)
- `404` — No matching contacts found
- `500` — Internal Server Error

---

[API](https://skmtc.net/supabase/apis/dalil-oauth-resource-api.md) · [All operations](https://skmtc.net/supabase/apis/dalil-oauth-resource-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/supabase/dalil-oauth-resource-api/versions/40a7125e0355/schema)
