Skip to main content
GET
/
v1
/
template
/
public
/
{template_id}
Get Public Template
curl --request GET \
  --url https://api.projectdiscovery.io/v1/template/public/{template_id} \
  --header 'X-API-Key: <api-key>'
{
  "message": "<string>"
}

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Path Parameters

template_id
string
required

Public Template ID

Query Parameters

fields
string

template data fields

Response