---
title: "List the patient form templates that reference a BillingCopay"
method: GET
path: "/billingCopays/{billingCopayId}/patientFormTemplates"
tags: ["billingCopays"]
---

# List the patient form templates that reference a BillingCopay

`GET /billingCopays/{billingCopayId}/patientFormTemplates`

## Path parameters

- `billingCopayId` string, required

## Response `200`

Patient form templates referencing the billing copay

- object[]
  - `_id` string
  - `title` string
  - `template` object

## Other responses

- `401` — Not authenticated
- `403` — Access token does not have the required scope

---

[API](https://skmtc.net/lumahealth/apis/rest-service.md) · [All operations](https://skmtc.net/lumahealth/apis/rest-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lumahealth/rest-service/revisions/d3c75c2a2f1d/schema)
