cURL
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>" } ] }
Get public-template list
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
Example response
The response is of type object.
object
Was this page helpful?