---
title: "Get Public Template List"
method: GET
path: "/v1/template/public"
---

# Get Public Template List

`GET /v1/template/public`

## Response `200`

Example response

- object
  - `version` string, required
  - `data` object[], required
    - `id` string
    - `templateURL` string
    - `name` string

## Other responses

- `201` — Example response
- `500` — Example response

## Changes

- **2023-12-05** `5c3748c387f7` — 5 breaking, 4 warning, 7 info
  - removed the required property `count` from the response with the `200` status
  - removed the required property `message` from the response with the `200` status
  - removed the required property `message` from the response with the `500` status
  - removed the required property `results` from the response with the `200` status
  - …12 more

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/template/public/get.md)

---

[API](https://skmtc.dev/projectdiscovery/apis/pdcp-api.md) · [All operations](https://skmtc.dev/projectdiscovery/apis/pdcp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/projectdiscovery/pdcp-api/revisions/cd865d59d034/schema)
