cURL
curl --request POST \ --url https://api.projectdiscovery.io/v1/scans/vulns/{vuln_id}/ticket \ --header 'X-API-Key: <api-key>'
{ "ok": true, "vuln_id": "<string>", "reporting_config_id": "<string>", "reporting_config_name": "<string>", "ticket_url": "<string>", "ticket_id": "<string>", "tracker_name": "<string>" }
Create vulns export to tracker
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
Example response
The response is of type object.
object
Was this page helpful?