---
title: "Search Network Participants"
method: GET
path: "/api/v1/networkparticipants/state/{state}"
tags: ["NetworkParticipants"]
---

# Search Network Participants

`GET /api/v1/networkparticipants/state/{state}`

## Path parameters

- `state` string, required

## Response `200`

OK

- ApiNetworkParticipantList
  - `continuation_token` string
  - `participants` ApiNetworkParticipant[]
    - `address` string — The participant's address/location.
    - `address_city` string, required — The participant's city.
    - `address_state` string, required — The participant's state.
    - `category` string — The category for CommonWell participant
    - `deleted` boolean — Endpoint has been inactivated
    - `managing_organization` string — Managing organization
    - `managing_organization_oid` string — Managing organization OID for EHealthExchange and CareQuality participants
    - `name` string — The participant's name/title
    - `network` string — The participant's network.
    - `oid` string — Endpoint OID for EHealthExchange and CareQuality participants
    - `postal_code` string, required — The participant's postal (zip) code.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/particlehealth/apis/particle-health-api.md) · [All operations](https://skmtc.net/particlehealth/apis/particle-health-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/particlehealth/particle-health-api/revisions/5aead0b7515e/schema)
