GET
/
v1
/
template
/
share
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>"
}

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Query Parameters

template_id
string
required

short uuid of requested template

user_name
string
required

user name of logged in user

Response

200
application/json
Example response
message
string
required
is_public
boolean
template_identifier
string