---
title: "Get Shared Template"
method: GET
path: "/v1/template/share/{template_id}"
---

# Get Shared Template

`GET /v1/template/share/{template_id}`

## Query parameters

- `user_name` string, required

## Response `200`

Example response

- object
  - `template` string, nullable
  - `template_name` string, nullable
  - `message` string, required

## Other responses

- `401` — Example response
- `500` — Example response

## Changes

- **2023-12-05** `5c3748c387f7` — 3 breaking, 1 warning, 9 info
  - added the new required `query` request parameter `user_name`
  - removed the request body
  - removed the required property `result` from the response with the `200` status
  - deleted the `query` request parameter `fields`
  - …9 more

[Change history](https://skmtc.dev/projectdiscovery/apis/pdcp-api/changes/v1/template/share/:template_id/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)
