---
title: "Submit Providers"
method: POST
path: "/api/providers/submit"
tags: ["providers"]
---

# Submit Providers

`POST /api/providers/submit`

Submits one or more providers for credentialing intake. In live environments, this starts the provider submission workflow and resolves provider names from the CMS NPI Registry. In sandbox, the endpoint is available with the same request and response shape, but providers are created immediately without an external NPI registry lookup; created providers use firstName `Sandbox` and lastName set to the submitted NPI.

## Headers

- `X-API-Key` string, required

## Request body

- TypeProvidersProviderPostV1Request
  - `providers` TypeProvidersProviderPostV1RequestProvider[], required
    - `npi` string, required
    - `email` string, required
    - `caqhId` string, required
    - `caqhUsername` string, required
    - `caqhPassword` string, required
    - `externalId` string

## Response `200`

Response with status 200

- TypeProvidersProviderPostV1Response
  - `failed` TypeProvidersProviderPostV1ResponseFailed[], required
    - `caqhId` string, required
    - `credential` string
    - `email` string, required
    - `error` string
    - `externalId` string
    - `firstName` string
    - `lastName` string
    - `npi` string, required
    - `providerType` 'MD' | 'NP' | 'DO' | 'ND' | 'AP' | 'OT' | 'LCSW' | 'LMFT' | 'LPC' | 'PSYCH' | 'RN' | 'CN' | 'CWC' | 'CM' | 'PA' | 'RDN' | 'PT'
  - `successful` TypeProvidersProviderPostV1ResponseSuccessful[], required
    - `caqhId` string, required
    - `credential` string
    - `email` string, required
    - `externalId` string
    - `firstName` string, required
    - `lastName` string, required
    - `npi` string, required
    - `providerId` string, required
    - `providerType` 'MD' | 'NP' | 'DO' | 'ND' | 'AP' | 'OT' | 'LCSW' | 'LMFT' | 'LPC' | 'PSYCH' | 'RN' | 'CN' | 'CWC' | 'CM' | 'PA' | 'RDN' | 'PT', required

---

[API](https://skmtc.dev/usebridge/apis/api-reference.md) · [All operations](https://skmtc.dev/usebridge/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usebridge/api-reference/revisions/811dbc81bcd5/schema)
