---
title: "Generate Sanction PDFs"
method: POST
path: "/credentialing-workflows/{id}/generate-sanction-pdf"
tags: ["CredentialingWorkflow"]
---

# Generate Sanction PDFs

`POST /credentialing-workflows/{id}/generate-sanction-pdf`

Generates Sanction PDF documents for all available sanction types in the credentialing workflow

## Path parameters

- `id` string, required

## Headers

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

## Response `200`

Successfully generated the Sanction PDFs

- GenerateAllSanctionsPdfResponse
  - `pdfUrls` string[]

## Other responses

- `204` — No sanctions found - No PDF URLs were generated
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - User does not have required permissions
- `404` — Credentialing workflow not found
- `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)
