cURL
curl --request POST \ --url https://zeropath.com/api/v1/sast/list \ --header 'Content-Type: application/json' \ --header 'X-ZeroPath-API-Token-Id: <api-key>' \ --header 'X-ZeroPath-API-Token-Secret: <api-key>' \ --data '{ "organizationId": "<string>" }'
{ "id": 123, "useIncludedTooling": true, "useNewTooling": true, "useNewPrScanning": true, "enableBusinessLogicTool": true, "enableMaxPaidPRepoLimit": true, "enableMultiAppSupport": true, "enforceOnlyNaturalLanguageRules": true, "defaultScannerReleaseTrack": "<string>" }
Successful response