---
title: "Create Provider"
method: POST
path: "/v1/providers"
tags: ["Providers"]
---

# Create Provider

`POST /v1/providers`

## Request body

- CreateProviderRequest
  - `npi` string, required — The provider's NPI
  - `payerId` string, uuid, required — The payer ID. See the Sohar [payer list](https://docs.soharhealth.com/api-reference/payers/get-payers)
  - `state` 'AK' | 'AL' | 'AR' | 'AZ' | 'CA' | 'CO' | 'CT' | 'DC' | 'DE' | 'FL' | 'GA' | 'HI' | 'IA' | 'ID' | 'IL' | 'IN' | 'KS' | 'KY' | 'LA' | 'MA' | 'MD' | 'ME' | 'MI' | 'MN' | 'MO' | 'MS' | 'MT' | 'NC' | 'ND' | 'NE' | 'NH' | 'NJ' | 'NM' | 'NV' | 'NY' | 'OH' | 'OK' | 'OR' | 'PA' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VA' | 'VT' | 'WA' | 'WI' | 'WV' | 'WY', required — Two-letter US state code
  - `providerGroupId` string, uuid, required — The Sohar ID for the provider group

## Response `200`

A provider config

- CreateProviderResponse
  - `providerId` string, uuid, required — The Sohar ID for the provider record

## Other responses

- `400` — Invalid request
- `403` — Unauthorized
- `500` — Internal error

---

[API](https://skmtc.dev/soharhealth/apis/sohar-api.md) · [All operations](https://skmtc.dev/soharhealth/apis/sohar-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/soharhealth/sohar-api/revisions/2cb5fa45c18c/schema)
