cURL
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>" }
Example response
The response is of type object.
object
Was this page helpful?