cURL
curl --request GET \ --url https://api.projectdiscovery.io/v1/template/share \ --header 'X-API-Key: <api-key>'
{ "is_public": true, "template_identifier": "<string>", "message": "<string>" }
short uuid of requested template
user name of logged in user
Example response
The response is of type object.
object
Was this page helpful?