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

# Create facility credentialing span

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

## Headers

- `Authorization` string, required

## Request body

- object
  - `service_facility_id` string, uuid, required — The ID of the service facility 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.
  - `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

- V2FacilityCredentialingSpan — 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)
