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>" }
Get template sahred status (shared-with-link)
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
short uuid of requested template
user name of logged in user
Example response
The response is of type object.
object
Was this page helpful?