---
title: "Creates a credentialing workflow for the provider."
method: POST
path: "/v2/provider/{providerId}/credentialing-workflows"
tags: ["v2/provider"]
---

# Creates a credentialing workflow for the provider.

`POST /v2/provider/{providerId}/credentialing-workflows`

Initiates a new credentialing workflow for the specified 
      provider. The workflow will automatically trigger the pipeline to 
      fetch the required provider information needed for credentialing.

## Path parameters

- `providerId` string, required

## Headers

- `organization-id` string

## Response `200`

Credentialing workflow ID

- object
  - `id` string
  - `providerId` string

## Other responses

- `201`
- `400` — Bad request because of any of the following reasons: 1. Wrong parameters provided in the request. 2. Workflow exists in not complete state for the provider.
- `401` — Unauthorized if authorization token is not provided or invalid.
- `403` — Forbidden if user access is not right.
- `404` — Provider is not found.

---

[API](https://skmtc.net/certifyos/apis/certifyos-api.md) · [All operations](https://skmtc.net/certifyos/apis/certifyos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certifyos-api/versions/df08dd00da43/schema)
