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