---
title: "View providercontact"
method: GET
path: "/v1/ProviderContacts/{id}"
tags: ["ProviderContacts"]
---

# View providercontact

`GET /v1/ProviderContacts/{id}`

Find a single providercontact by ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppModelsProviderContact
  - `ok` boolean
  - `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

- `404` — NotFound
- `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)
