---
title: "Create provider credentialing span"
method: POST
path: "/api/provider-credentialing-span/v2"
tags: ["v2"]
---

# Create provider credentialing span

`POST /api/provider-credentialing-span/v2`

## Headers

- `Authorization` string, required

## Request body

- object
  - `rendering_provider_id` string, uuid, required — The ID of the rendering provider covered by the credentialing span.
  - `contracting_provider_id` string, uuid, required — The ID of the billing provider for which the rendering provider is covered by the credentialing span.
  - `payer_uuid` string, uuid, required — The ID of the payer covered by the credentialing span.
  - `start_date` string, date — Start date of the credentialing span.
  - `end_date` string, date — End date of the credentialing span.
  - `regions` union, required
    - object
      - `type` 'states', required — Discriminator value: states
      - `states` TypeCommonsState[], required
    - object
      - `type` 'national', required — Discriminator value: national
  - `submitted_date` string, date — Date that the credential paperwork was submitted.
  - `payer_loaded_date` string, date — Date that the payer loaded the credentialing span into their system.

## Response `200`

Response with status 200

- V2ProviderCredentialingSpan — unresolved $ref

## Other responses

- `403` — Error response with status 403
- `422` — Error response with status 422

---

[API](https://skmtc.net/joincandidhealth/apis/api-reference.md) · [All operations](https://skmtc.net/joincandidhealth/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/joincandidhealth/api-reference/revisions/7cc5974e4128/schema)
