# Populate template fields for credentialing workflow 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. Endpoint: GET /credentialing-workflows/{id}/populate-template-fields Security: BearerAuth ## Header parameters: - `organization-id` (string) ## Path parameters: - `id` (string, required) The unique identifier of the credentialing workflow for which to populate template fields. ## Query parameters: - `reasons` (string, required) A comma-separated list of reasons to be included in the template fields (e.g., "reason1,reason2"). These reasons should already be present in the organization settings under "outreach" to be used here. ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields