---
title: "Generate PSV for credentialing workflow"
method: POST
path: "/credentialing-workflows/{id}/generate-psv"
tags: ["CredentialingWorkflow"]
---

# Generate PSV for credentialing workflow

`POST /credentialing-workflows/{id}/generate-psv`

Generates a Provider Summary Verification (PSV) document for the specified workflow

## Path parameters

- `id` string, required

## Query parameters

- `triggeringEventId` string

## Headers

- `tenant-id` string, required
- `user-id` string

## Response `200`

Successfully generated the PSV document

- GeneratePsvResponse
  - `bucketName` string
  - `filePath` string
  - `credentialingWorkflowId` string
  - `practitionerId` string
  - `data` unknown

## Other responses

- `401` — Unauthorized - Authentication required
- `403` — Forbidden - User does not have required permissions
- `500` — Internal Server Error - An unexpected error occurred

---

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