---
title: "GET /api/fetch-provider-enrollments"
method: GET
path: "/api/fetch-provider-enrollments"
---

# GET /api/fetch-provider-enrollments

`GET /api/fetch-provider-enrollments`

Fetches information about provider enrollments in the platform. Allows retrieval of provider/payer IDs for use in other APIs.

## Query parameters

- `providerNPI` string

## Response `200`

Provider enrollments retrieved successfully

- object[]
  - `providerName` string — Name of provider registered in EDI transactions
  - `providerId` string — Unique identifier associated with the provider
  - `providerNPI` string — NPI identifier for provider
  - `payerId` string — Payer identifier for the enrollment
  - `payerName` string — Name associated with the payer
  - `transactionsSupported` string[] — EDI transactions supported for this enrollment

## Other responses

- `401` — Unauthorized access or invalid credentials
- `500` — Server error or provider/enrollment not found

---

[API](https://skmtc.net/cairhealth/apis/cair-health-apis.md) · [All operations](https://skmtc.net/cairhealth/apis/cair-health-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cairhealth/cair-health-apis/revisions/dfc60069747b/schema)
