GET
/
v1
/
template
/
public
curl --request GET \
  --url https://api.projectdiscovery.io/v1/template/public \
  --header 'X-API-Key: <api-key>'
{
  "version": "<string>",
  "data": [
    {
      "id": "<string>",
      "templateURL": "<string>",
      "name": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team

Response

200
application/json
Example response
version
string
required
data
object[]
required