Templates
Get Template List
Templates
Get Template List
GET
/
v1
/
template
curl --request GET \
--url https://api.projectdiscovery.io/v1/template \
--header 'X-API-Key: <api-key>'
{
"data": [
{
"created_at": "<string>",
"id": "<string>",
"name": "<string>",
"shared_publicly": true,
"updated_at": "<string>"
}
],
"message": "<string>"
}
Authorizations
Was this page helpful?
curl --request GET \
--url https://api.projectdiscovery.io/v1/template \
--header 'X-API-Key: <api-key>'
{
"data": [
{
"created_at": "<string>",
"id": "<string>",
"name": "<string>",
"shared_publicly": true,
"updated_at": "<string>"
}
],
"message": "<string>"
}