---
title: "Search providercontacts"
method: GET
path: "/v1/ProviderContacts"
tags: ["ProviderContacts"]
---

# Search providercontacts

`GET /v1/ProviderContacts`

Search for one or more providercontacts.

## Query parameters

- `search.provider_contact_id` integer[]
- `search.name` string[]
- `search.email` string[]
- `search.phone_number` string[]
- `search.website_url` string[]
- `search.page_size` integer
- `search.page` integer
- `search.sort` string

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppSearchModelsResponseOfRevAppModelsProviderContact
  - `ok` boolean
  - `has_more` boolean — Helper for pagination. Indicates there are more records returned.
  - `record_count` integer — Total number of records found by the search.
  - `records` RevAppModelsProviderContact[] — List of records returned.
    - `provider_contact_id` integer — Primary identifier for this provider contact.
    - `name` string — Name of this contact. Can be full or partial name.
    - `email` string — Email address of this contact.
    - `phone_number` string — Phone number for this contact.
    - `website_url` string — Website URL for this contact.
    - `links` RevAppComponentsLink[]
      - `rel` string
      - `href` string

## Other responses

- `500` — InternalServerError

---

[API](https://skmtc.net/rev-io/apis/rev-io-api.md) · [All operations](https://skmtc.net/rev-io/apis/rev-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rev-io/rev-io-api/revisions/135571434f6c/schema)
