---
title: "Search Contacts"
method: GET
path: "/api/2.0/contacts/search/"
tags: ["Contacts"]
---

# Search Contacts

`GET /api/2.0/contacts/search/`

## Query parameters

- `city` string
- `limit` integer
- `offset` integer
- `q` string
- `specialties` string
- `state` string

## Response `200`

- PaginatedContactsSearchResultList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` ContactsSearchResult[], required
    - `accepting_insurance` boolean, nullable
    - `accepting_new_patients` boolean, nullable
    - `address_line` string
    - `city` string
    - `contact_type` string
    - `direct_address` string
    - `fax` string
    - `id` integer
    - `is_elation_confirmed` boolean, nullable
    - `is_verified` boolean, nullable
    - `name` string, required
    - `npi` string
    - `phone` string
    - `specialties` unknown[]
      - unknown
    - `specialty_categories` unknown[]
      - unknown
    - `state` string

---

[API](https://skmtc.net/elationhealth/apis/api-authentication.md) · [All operations](https://skmtc.net/elationhealth/apis/api-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elationhealth/api-authentication/versions/c060f89d4de7/schema)
