cURL
curl --request POST \ --url https://api.projectdiscovery.io/v1/scans/config/verify/contents \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "config": "<string>", "config_type": "<string>", "provider": "jira" }'
{ "jira": [ { "project_id": "<string>", "project_name": "<string>", "issue_types": [ { "id": "<string>", "name": "<string>", "statuses": [ "<string>" ] } ] } ], "linear": [ { "team_id": "<string>", "team_name": "<string>", "open_states": [ { "id": "<string>", "name": "<string>" } ] } ] }
Get Verify scan configuration contents
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
Jira Project ID to fetch details for
Linear Team ID to fetch details for
Example response
The response is of type object.
object
Was this page helpful?