---
title: "Populate template fields for credentialing workflow"
method: GET
path: "/credentialing-workflows/{id}/populate-template-fields"
tags: ["credentialing-workflows"]
---

# Populate template fields for credentialing workflow

`GET /credentialing-workflows/{id}/populate-template-fields`

Retrieves and populates template fields for the specified credentialing workflow. Useful for generating documents, emails, or other communications that require workflow-specific data to be inserted into templates.

## Path parameters

- `id` string, required

## Query parameters

- `reasons` string, required

## Headers

- `organization-id` string

## Response `200`

Successfully populated template fields

- unknown

## Other responses

- `400` — Invalid input parameters.
- `401` — Authorization token is missing or invalid.
- `403` — User does not have permission to access this resource.
- `404` — The specified credentialing workflow does not exist.

---

[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)
