Fetch Data
POST /api/fetchTestRunResultsCount
Fetch the count of test run results, useful for pagination or summaries.
POST /api/fetchSeverityInfoForIssues
Retrieve aggregated severity information (Critical, High, Medium, Low) for issues.
POST /api/fetchIssueFromTestRunResultDetails
Get detailed issue information from a specific test run result.
POST /api/fetchAllSubCategories
Fetch all issue subcategories (e.g., SQLi, XSS under Injection) used for classification.
POST /api/fetchRemediationInfo
Retrieve remediation details and best practices for fixing a specific issue.
POST /api/fetchTestRunResultDetails
Get detailed information about a specific test run result.
POST /api/findTotalIssuesByDay
Fetch the total number of issues discovered per day, useful for trend analysis.
POST /api/fetchAllIssues
Retrieve all issues detected across collections and test runs.
POST /api/fetchTestingRunResultSummaries
Fetch summaries of testing run results (high-level overview of findings).
POST /api/generateReportPDF
Generate a downloadable PDF report of test results and issues.
POST /api/fetchFilterYamlTemplate
Retrieve the YAML template for issue filters, used for customizing reports or queries.
POST /api/fetchTestingRunResults
Fetch detailed testing run results including all issues found.
POST /api/fetchActiveTestRunsStatus
Retrieve the current status of active test runs.
POST /api/fetchTestResultsStatsCount
Get statistical counts of test results grouped by categories (e.g., pass/fail).
POST /api/fetchTestingRunResult
Fetch a single testing run result with its details.
POST /api/fetchVulnerableTestingRunResultsFromIssues
Retrieve test run results linked to vulnerable issues.
POST /api/getAllTestsCountMap
Get a count map of all available tests grouped by categories/subcategories.
POST /api/retrieveAllCollectionTests
Retrieve all tests mapped to API collections.
POST /api/fetchTestingRunResultsSummary
Fetch a summary of testing run results, highlighting major findings.
POST /api/fetchIssuesByApis
Get all issues grouped by APIs for better endpoint-level visibility.
POST /api/fetchIssuesFromResultIds
Fetch issues associated with specific test run result IDs.
POST /api/fetchCriticalIssuesTrend
Retrieve the trend of critical issues over time.
POST /api/fetchTestCoverageData
Fetch test coverage data showing which APIs/endpoints have been tested and which remain untested.
You can get this from Settings > Integrations > Akto APls > Generate token
API_KEY
68aef29ecc9790a05f449c78
description
POST /api/fetchTestRunResultsCount HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 59
{
"testingRunResultSummaryHexId": "68aef29ecc9790a05f449c78"
}
description
{
"ALL": 84999,
"SKIPPED_EXEC_NEED_CONFIG": 0,
"VULNERABLE": 31,
"IGNORED_ISSUES": 1,
"SKIPPED_EXEC_API_REQUEST_FAILED": 2050,
"SKIPPED_EXEC": 59100
}
You can get this from Settings > Integrations > Akto APls > Generate token
API_KEY
0
description
POST /api/fetchSeverityInfoForIssues HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 18
{
"endTimeStamp": 0
}
description
{
"historicalData": "null",
"filterCollectionsId": "null",
"showApiInfo": false,
"testingRunResults": "null",
"reportFilters": "ERROR",
"description": "null",
"filterCompliance": "null",
"skip": 0,
"filterSeverity": "null",
"issues": "null",
"buaCategoryCount": 0,
"openIssuesCount": 0,
"subCategories": "null",
"generatedReportId": "null",
"testingRunResult": "null",
"ignoreReason": "null",
"limit": 0,
"testingRunResultList": "null",
"categories": "null",
"removedRunResultsIssuesList": "null",
"fixedIssuesCount": 0,
"severityInfo": {
"NUMBER": "null"
},
"vulnerableRequests": "null",
"filterSubCategory": "null",
"sampleDataVsCurlMap": "null",
"issueId": "null",
"similarlyAffectedIssues": "null",
"openIssuesCountDayWise": "null",
"ignoredIssuesCount": 0,
"filterStatus": "null",
"testSourceConfigs": "null",
"issueIdArray": "null",
"endpointsCount": 0,
"testingRunResultSummary": "null",
"fetchOnlyActive": false,
"criticalIssuesCountDayWise": "null",
"response": "null",
"totalIssuesCountDayWise": "null",
"statusToBeUpdated": "null",
"issuesDescriptionMap": "null"
}
You can get this from Settings > Integrations > Akto APls > Generate token
API_KEY
68aef4648d93f7077153dc75
description
POST /api/fetchIssueFromTestRunResultDetails HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 52
{
"testingRunResultHexId": "68aef4648d93f7077153dc75"
}
description
{
"metadata": "null",
"continuousTesting": false,
"sendMsTeamsAlert": false,
"allTestsCountMap": "{}",
"testRunByTestEditor": false,
"source": "null",
"testRunIds": "null",
"selectedTestRunResultHexIds": "null",
"issueSummaryInfo": "SUCCESS",
"testingRunResult": "null",
"testCountMap": "null",
"limit": 0,
"testingRunHexId": "null",
"testRoleId": "null",
"testName": "null",
"testingRunResultSummaryHexId": "null",
"selectedSlackWebhook": 0,
"maxConcurrentRequests": 0,
"metadataFilters": "null",
"latestTestingRunResultSummaries": "null",
"testingRuns": "null",
"sortKey": "null",
"sortOrder": 0,
"endTimestamp": 0,
"issuesDescriptionMap": "null",
"currentTestStateStatus": "SUCCESS",
"testingRunResults": "null",
"testingRunResultSummaries": "null",
"runIssues": {
"severity": "CRITICAL",
"creationTime": 1756296292,
"unread": true,
"testRunIssueStatus": "OPEN",
"description": "deo",
"azureBoardsWorkItemUrl": "null",
"ticketSource": "null",
"ticketProjectKey": "null",
"lastUpdated": 1756296292,
"ticketLastUpdatedAt": 0,
"lastSeen": 1756296292,
"collectionIds": [
1756113269
],
"ignoreReason": "null",
"latestTestingRunSummaryId": {
"date": "2025-08-27T11:57:18",
"timestamp": 1756295838
},
"jiraIssueUrl": "null",
"id": {
"testSubCategory": "PORT_SCANNING",
"testErrorSource": "AUTOMATED_TESTING",
"testCategoryFromSourceConfig": "null",
"apiInfoKey": {
"method": "POST",
"apiCollectionId": 1756113269,
"url": "https://api.example.comp"
},
"testSourceConfig": "null"
},
"ticketId": "null"
},
"skip": 0,
"issuesSummaryInfoMap": {
"REPLACE_CSRF_CUSTOM_1715683047": 1,
"SERVER_VERSION_EXPOSED_VIA_RESPONSE_HEADER": 21,
"SENSITIVE_DATA_EXPOSURE_EMAIL": 11,
"DESCRIPTIVE_ERROR_MESSAGE_INVALID_PAYLOAD": 6,
"REMOVE_TOKENS": 5,
"REPLACE_CSRF_CUSTOM_1715683043": 1,
"FILE_INCLUSION_NEW_PARAM": 1,
"PORT_SCANNING": 4,
"TIME_BASED_NOSQLI_JSON_BODY_REPLACE": 1,
"KUBERNETES_EXPOSED": 9,
"REPLACE_CSRF_CUSTOM_1715683090": 1,
"BYPASS_INPUT_VALIDATION_WITH_NULL_VALUES": 1,
"PAGINATION_MISCONFIGURATION": 1,
"PAYLOAD_ALL_KEYS_INVALID_VALUES": 4,
"BOOLEAN_BASED_SQLI": 1,
"LFI_IN_HEADERS_LINUX": 2,
"SENSITIVE_DATA_EXPOSURE_IP_ADDRESS": 4,
"CHECK_GENERAL_GROUP_CHANGES_OTHER_USERS": 3,
"USER_ENUM_RESPONSE_CONTENT": 1,
"REPLACE_CSRF": 10,
"BYPASS_OTP_RATE_LIMIT": 1,
"CHECK_FL_BOLA": 25,
"MISCONFIGURED_X_FRAME_OPTIONS_HEADER": 2,
"NOSQLI_ERROR_BASED_PARAM_MONGO_SPECIAL_CHARACTERS": 6,
"CUSTOM_GFB": 13,
"DOS_ATTACH_FILE_IN_BODY": 2,
"USER_ENUM_REDIRECT_PAGE": 1,
"SERVER_VERSION_EXPOSED_IN_AN_INVALID_REQUEST": 2,
"UNWANTED_RESPONSE_HEADERS": 2,
"PAYLOAD_KEYS_INVALID_VALUES": 1,
"HEADER_ALL_KEYS_INVALID_VALUES": 5,
"HTTP_RESPONSE_SPLITTING": 1,
"NOSQLI_ERROR_BASED_REPLACE_BODY_MONGO_CUSTOM": 1,
"JWT_INVALID_SIGNATURE": 1,
"FETCH_SENSITIVE_FILES": 2,
"DEFAULT_LOGIN_CREDENTIALS": 2,
"OVERWRITING_EXISTING_RESOURCES_BY_MANIPULATING_IDENTIFIERS": 3,
"AUTH_BYPASS_MULTI_CREDENTIAL_SINGLE_PARAM": 1,
"MANIPULATE_NUMBER_DATA_TYPE": 3,
"UNION_DATA_TYPE_BASED_SQLI_GET": 1,
"CHECK_GENERAL_GROUP_CHANGES": 1,
"SWAGGER_API_EXPOSURE": 3,
"STANDARD_SSRF": 2,
"REPLACE_AUTH_TOKEN_CACHING": 7,
"REMOVE_CSRF": 11,
"REMOVE_TOKENS_NEW": 3,
"AUTH_BYPASS_SQL_INJECTION": 1,
"MUST_CONTAIN_RESPONSE_HEADERS": 5,
"REPLACE_AUTH_TOKEN": 3,
"SENSITIVE_DATA_EXPOSURE_JWT": 2,
"JWT_NONE_ALGO": 16
},
"testingRunsCount": 0,
"jiraIssuesMapForResults": "null",
"cleanUpTestingResources": false,
"cicdTests": [
{
"date": "2024-05-12T13:40:11",
"timestamp": 1715521211
}
],
"authMechanism": "null",
"testRunsByUser": false,
"currentTestsStatus": {
"totalTestsCompleted": 0,
"testRunsScheduled": 0,
"testRunsQueued": 0
},
"miniTestingServiceNames": "null",
"latestSummaryIds": "null",
"usageTestRuns": "SUCCESS",
"allTestsCountsRanges": "null",
"sampleDataVsCurlMap": "null",
"selectedTests": "null",
"filters": "null",
"testingRunType": "null",
"recurringDaily": false,
"overriddenTestAppUrl": "null",
"workflowTest": "null",
"testingRun": "null",
"misConfiguredTestsCount": 0,
"testRunTime": 0,
"startTimestamp": 0,
"errorEnums": "{}",
"triggeredBy": "null"
}
You can get this from Settings > Integrations > Akto APls > Generate token
API_KEY
Dashboard
false
50
1100
description
POST /api/fetchAllSubCategories HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 67
{
"mode": "Dashboard",
"fetchOnlyActive": false,
"limit": 50,
"skip": 1100
}
description
{
"historicalData": "null",
"filterCollectionsId": "null",
"showApiInfo": false,
"testingRunResults": "null",
"reportFilters": "ERROR",
"description": "null",
"filterCompliance": "null",
"skip": 1100,
"filterSeverity": "null",
"issues": "null",
"openIssuesCount": 0,
"buaCategoryCount": 0,
"generatedReportId": "null",
"testingRunResult": "null",
"ignoreReason": "null",
"limit": 50,
"testingRunResultList": "null",
"categories": [
{
"severity": {
"_name": "HIGH"
},
"_name": "SVD",
"displayName": "Verbose Error Messages (VEM)",
"name": "SVD",
"shortName": "Server Version Disclosure"
}
],
"removedRunResultsIssuesList": "null",
"fixedIssuesCount": 0,
"severityInfo": "{}",
"filterSubCategory": "null",
"vulnerableRequests": "null",
"sampleDataVsCurlMap": "null",
"issueId": "null",
"similarlyAffectedIssues": "null",
"openIssuesCountDayWise": "null",
"ignoredIssuesCount": 0,
"filterStatus": "null",
"issueIdArray": "null",
"testingRunResultSummary": "null",
"endpointsCount": 0,
"fetchOnlyActive": false,
"criticalIssuesCountDayWise": "null",
"response": "null",
"totalIssuesCountDayWise": "null",
"statusToBeUpdated": "null",
"issuesDescriptionMap": "null"
}
You can get this from Settings > Integrations > Akto APls > Generate token
API_KEY
tests-library-master/remediation/undefined.md
description
POST /api/fetchRemediationInfo HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 58
{
"testId": "tests-library-master/remediation/undefined.md"
}
description
{}
You can get this from Settings > Integrations > Akto APls > Generate token
API_KEY
68aef4648d93f7077153dc75
description
POST /api/fetchTestRunResultDetails HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 52
{
"testingRunResultHexId": "68aef4648d93f7077153dc75"
}
description
{
"metadata": "null",
"continuousTesting": false,
"allTestsCountMap": "{}",
"sendMsTeamsAlert": false,
"source": "null",
"testRunByTestEditor": false,
"testRunIds": "null",
"selectedTestRunResultHexIds": "null",
"issueSummaryInfo": "SUCCESS",
"testingRunResult": {
"testResults": [
{
"testInfo": "null",
"vulnerable": true,
"requiresConfig": false,
"percentageMatch": 100,
"confidence": {
"_name": "CRITICAL"
},
"responses": [
"{\"request\": {\"url\": \"https://api.example.comp\", \"method\": \"POST\", \"type\": \"HTTP/1.1\", \"queryParams\": null, \"body\": \"{\\\"timestamp\\\": \\\"2025-08-25T12:45:09.713Z\\\", \\\"integrations\\\": {\\\"Amplitude\\\": {\\\"groups\\\": {\\\"Organization\\\": \\\"68ac467abfca4b507ea97d64\\\"}, \\\"session_id\\\": \\\"1756125869713\\\"}, \\\"Google Analytics\\\": true, \\\"Actions Amplitude\\\": {\\\"session_id\\\": 1756125846621}}, \\\"type\\\": \\\"page\\\", \\\"properties\\\": {\\\"path\\\": \\\"/v2/68ac467abfca4b507ea97e00\\\", \\\"search\\\": \\\"\\\", \\\"title\\\": \\\"Project Overview | Cloud: Database-Service Cloud\\\", \\\"url\\\": \\\"https://api.example.com68ac467abfca4b507ea97e00#/overview\\\", \\\"experiment_ids\\\": [\\\"688cd287db5a4be18a15a588\\\", \\\"689e520285bd72b4f3f5626f\\\", \\\"689e524fe4a957fdd751024f\\\", \\\"681d0ec00efcdfd219666860\\\", \\\"681e6e3a8fa6316857af2634\\\"], \\\"experiment_variant_ids\\\": [\\\"688cd287db5a4be18a15a51d\\\", \\\"689e520285bd72b4f3f56268\\\", \\\"689e524fe4a957fdd7510248\\\", \\\"681d0ec00efcdfd21966685b\\\", \\\"681e6e3a8fa6316857af2630\\\"], \\\"test_assignments\\\": [\\\"test_GLOBAL_HOLDOUT_Q3_FY26_variant_GLOBAL_HOLDOUT_Q3_FY26_EXPERIMENT_ELIGIBLE\\\", \\\"test_GRADUAL_ROLLOUT_AA_TEST_3_ROUND_2_variant_gradualRolloutAATest3Control\\\", \\\"test_GRADUAL_ROLLOUT_AA_TEST_4_ROUND_2_variant_gradualRolloutAATest4Control\\\", \\\"test_REQUIRE_MFA_AFTER_REGISTRATION_20250221_variant_requireMfaAfterRegistrationVariant\\\", \\\"test_ACTIONABLE_ALERT_EMAILS_20250421_variant_actionableAlertEmailsVariant\\\"], \\\"email\\\": \\\"[email protected]\\\", \\\"cloud_user_id\\\": \\\"68ac466040b1bf3a99d26ffd\\\", \\\"org_id\\\": \\\"68ac467abfca4b507ea97d64\\\", \\\"group_id\\\": \\\"68ac467abfca4b507ea97e00\\\", \\\"browser_name\\\": \\\"Chrome\\\", \\\"browser_version\\\": \\\"138.0.0.0\\\", \\\"os_name\\\": \\\"Linux\\\", \\\"platform_type\\\": \\\"desktop\\\", \\\"userAgent\\\": \\\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.0.0 Safari/537.36\\\", \\\"auid\\\": \\\"examplesessionid\\\", \\\"defaultTab\\\": \\\"resources\\\", \\\"hash\\\": \\\"#/overview\\\", \\\"appId\\\": \\\"mms\\\", \\\"name\\\": \\\"Atlas Home Center\\\", \\\"referrer\\\": \\\"https://api.example.com \\\"name\\\": \\\"Atlas Home Center\\\", \\\"context\\\": {\\\"screen\\\": {\\\"height\\\": 600, \\\"width\\\": 800, \\\"density\\\": 1}, \\\"page\\\": {\\\"path\\\": \\\"/v2/68ac467abfca4b507ea97e00\\\", \\\"search\\\": \\\"\\\", \\\"title\\\": \\\"Project Overview | Cloud: Database-Service Cloud\\\", \\\"url\\\": \\\"https://api.example.com68ac467abfca4b507ea97e00#/overview\\\", \\\"referrer\\\": \\\"https://api.example.com \\\"userAgent\\\": \\\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.0.0 Safari/537.36\\\", \\\"userAgentData\\\": {\\\"brands\\\": [{\\\"brand\\\": \\\"Not)A;Brand\\\", \\\"version\\\": \\\"8\\\"}, {\\\"brand\\\": \\\"Chromium\\\", \\\"version\\\": \\\"138\\\"}], \\\"mobile\\\": false, \\\"platform\\\": \\\"Linux\\\"}, \\\"locale\\\": \\\"en-US\\\", \\\"library\\\": {\\\"name\\\": \\\"analytics.js\\\", \\\"version\\\": \\\"next-1.81.0\\\"}, \\\"timezone\\\": \\\"UTC\\\"}, \\\"messageId\\\": \\\"ajs-next-1756125909713-d739d811-8fcd-419e-8b79-56e7bc3b564f\\\", \\\"userId\\\": \\\"examplesessionid\\\", \\\"anonymousId\\\": \\\"a7c65fe3-4c52-4007-a860-e905049d1b11\\\", \\\"writeKey\\\": \\\"tFLI8kTsjVV1Whb5D6Cgthsjp2f26tRF\\\", \\\"sentAt\\\": \\\"2025-08-25T12:45:09.752Z\\\", \\\"_metadata\\\": {\\\"bundled\\\": [\\\"Madkudu\\\", \\\"Optimizely\\\", \\\"Segment.io\\\"], \\\"unbundled\\\": [], \\\"bundledIds\\\": [\\\"5d432d7d940aec000195a94e\\\", \\\"5e972202a01a6d137cbd1a62\\\"]}}\", \"headers\": \"{\\\"sec-fetch-mode\\\":\\\"cors\\\",\\\"referer\\\":\\\"https://api.example.com/cloud.database-service.com\\\",\\\"x-akto-ignore\\\":\\\"0\\\",\\\"accept\\\":\\\"*/*\\\",\\\"sec-ch-ua\\\":\\\"\\\\\\\"Not)A;Brand\\\\\\\";v=\\\\\\\"8\\\\\\\", \\\\\\\"Chromium\\\\\\\";v=\\\\\\\"138\\\\\\\"\\\",\\\"sec-ch-ua-mobile\\\":\\\"?0\\\",\\\"sec-ch-ua-platform\\\":\\\"\\\\\\\"Linux\\\\\\\"\\\",\\\"host\\\":\\\"api.blue.database-service.com\\\",\\\"connection\\\":\\\"keep-alive\\\",\\\"content-type\\\":\\\"text/plain\\\",\\\"accept-encoding\\\":\\\"gzip, deflate, br, zstd\\\",\\\"user-agent\\\":\\\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.0.0 Safari/537.36\\\",\\\"sec-fetch-dest\\\":\\\"empty\\\"}\"}, \"response\": {\"statusCode\": 200, \"body\": \"{\\n \\\"success\\\": true\\n}\", \"headers\": \"{\\\"Strict-Transport-Security\\\":\\\"max-age=31536000\\\",\\\"Access-Control-Allow-Origin\\\":\\\"https://api.example.com 27 Aug 2025 12:04:52 GMT\\\",\\\"Content-Type\\\":\\\"application/json\\\"}\"}}"
],
"originalMessage": "{\"destIp\":null,\"method\":\"POST\",\"requestPayload\":\"{\\\"timestamp\\\":\\\"2025-08-25T12:45:09.713Z\\\",\\\"integrations\\\":{\\\"Amplitude\\\":{\\\"groups\\\":{\\\"Organization\\\":\\\"68ac467abfca4b507ea97d64\\\"},\\\"session_id\\\":\\\"1756125869713\\\"},\\\"Google Analytics\\\":true,\\\"Actions Amplitude\\\":{\\\"session_id\\\":1756125846621}},\\\"type\\\":\\\"page\\\",\\\"properties\\\":{\\\"path\\\":\\\"/v2/68ac467abfca4b507ea97e00\\\",\\\"referrer\\\":\\\"https://api.example.com68ac467abfca4b507ea97e00#/overview\\\",\\\"search\\\":\\\"\\\",\\\"title\\\":\\\"Project Overview | Cloud: Database-Service Cloud\\\",\\\"url\\\":\\\"https://api.example.com68ac467abfca4b507ea97e00#/overview\\\",\\\"experiment_ids\\\":[\\\"688cd287db5a4be18a15a588\\\",\\\"689e520285bd72b4f3f5626f\\\",\\\"689e524fe4a957fdd751024f\\\",\\\"681d0ec00efcdfd219666860\\\",\\\"681e6e3a8fa6316857af2634\\\"],\\\"experiment_variant_ids\\\":[\\\"688cd287db5a4be18a15a51d\\\",\\\"689e520285bd72b4f3f56268\\\",\\\"689e524fe4a957fdd7510248\\\",\\\"681d0ec00efcdfd21966685b\\\",\\\"681e6e3a8fa6316857af2630\\\"],\\\"test_assignments\\\":[\\\"test_GLOBAL_HOLDOUT_Q3_FY26_variant_GLOBAL_HOLDOUT_Q3_FY26_EXPERIMENT_ELIGIBLE\\\",\\\"test_GRADUAL_ROLLOUT_AA_TEST_3_ROUND_2_variant_gradualRolloutAATest3Control\\\",\\\"test_GRADUAL_ROLLOUT_AA_TEST_4_ROUND_2_variant_gradualRolloutAATest4Control\\\",\\\"test_REQUIRE_MFA_AFTER_REGISTRATION_20250221_variant_requireMfaAfterRegistrationVariant\\\",\\\"test_ACTIONABLE_ALERT_EMAILS_20250421_variant_actionableAlertEmailsVariant\\\"],\\\"email\\\":\\\"[email protected]\\\",\\\"cloud_user_id\\\":\\\"68ac466040b1bf3a99d26ffd\\\",\\\"org_id\\\":\\\"68ac467abfca4b507ea97d64\\\",\\\"group_id\\\":\\\"68ac467abfca4b507ea97e00\\\",\\\"browser_name\\\":\\\"Chrome\\\",\\\"browser_version\\\":\\\"138.0.0.0\\\",\\\"os_name\\\":\\\"Linux\\\",\\\"platform_type\\\":\\\"desktop\\\",\\\"userAgent\\\":\\\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.0.0 Safari/537.36\\\",\\\"auid\\\":\\\"examplesessionid\\\",\\\"defaultTab\\\":\\\"resources\\\",\\\"hash\\\":\\\"#/overview\\\",\\\"appId\\\":\\\"mms\\\",\\\"name\\\":\\\"Atlas Home Center\\\"},\\\"name\\\":\\\"Atlas Home Center\\\",\\\"context\\\":{\\\"screen\\\":{\\\"height\\\":600,\\\"width\\\":800,\\\"density\\\":1},\\\"page\\\":{\\\"path\\\":\\\"/v2/68ac467abfca4b507ea97e00\\\",\\\"referrer\\\":\\\"https://api.example.com68ac467abfca4b507ea97e00#/overview\\\",\\\"search\\\":\\\"\\\",\\\"title\\\":\\\"Project Overview | Cloud: Database-Service Cloud\\\",\\\"url\\\":\\\"https://api.example.com68ac467abfca4b507ea97e00#/overview\\\"},\\\"userAgent\\\":\\\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.0.0 Safari/537.36\\\",\\\"userAgentData\\\":{\\\"brands\\\":[{\\\"brand\\\":\\\"Not)A;Brand\\\",\\\"version\\\":\\\"8\\\"},{\\\"brand\\\":\\\"Chromium\\\",\\\"version\\\":\\\"138\\\"}],\\\"mobile\\\":false,\\\"platform\\\":\\\"Linux\\\"},\\\"locale\\\":\\\"en-US\\\",\\\"library\\\":{\\\"name\\\":\\\"analytics.js\\\",\\\"version\\\":\\\"next-1.81.0\\\"},\\\"timezone\\\":\\\"UTC\\\"},\\\"messageId\\\":\\\"ajs-next-1756125909713-d739d811-8fcd-419e-8b79-56e7bc3b564f\\\",\\\"userId\\\":\\\"examplesessionid\\\",\\\"anonymousId\\\":\\\"a7c65fe3-4c52-4007-a860-e905049d1b11\\\",\\\"writeKey\\\":\\\"tFLI8kTsjVV1Whb5D6Cgthsjp2f26tRF\\\",\\\"sentAt\\\":\\\"2025-08-25T12:45:09.752Z\\\",\\\"_metadata\\\":{\\\"bundled\\\":[\\\"Madkudu\\\",\\\"Optimizely\\\",\\\"Segment.io\\\"],\\\"unbundled\\\":[],\\\"bundledIds\\\":[\\\"5d432d7d940aec000195a94e\\\",\\\"5e972202a01a6d137cbd1a62\\\"]}}\",\"responsePayload\":\"{\\\"success\\\":true}\",\"ip\":\"0.0.0.0\",\"source\":\"HAR\",\"type\":\"HTTP/1.1\",\"akto_vxlan_id\":0,\"path\":\"https://api.example.comp\",\"requestHeaders\":\"{\\\"sec-fetch-mode\\\":\\\"cors\\\",\\\"referer\\\":\\\"https://cloud.database-service.com/\\\",\\\"content-length\\\":\\\"2908\\\",\\\"sec-fetch-site\\\":\\\"same-site\\\",\\\"accept-language\\\":\\\"en-US,en;q=0.9\\\",\\\"origin\\\":\\\"https://cloud.database-service.com\\\",\\\"accept\\\":\\\"*/*\\\",\\\"sec-ch-ua\\\":\\\"\\\\\\\"Not)A;Brand\\\\\\\";v=\\\\\\\"8\\\\\\\", \\\\\\\"Chromium\\\\\\\";v=\\\\\\\"138\\\\\\\"\\\",\\\"sec-ch-ua-mobile\\\":\\\"?0\\\",\\\"sec-ch-ua-platform\\\":\\\"\\\\\\\"Linux\\\\\\\"\\\",\\\"host\\\":\\\"api.blue.database-service.com\\\",\\\"connection\\\":\\\"keep-alive\\\",\\\"content-type\\\":\\\"text/plain\\\",\\\"accept-encoding\\\":\\\"gzip, deflate, br, zstd\\\",\\\"user-agent\\\":\\\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.0.0 Safari/537.36\\\",\\\"sec-fetch-dest\\\":\\\"empty\\\"}\",\"responseHeaders\":\"{\\\"access-control-allow-origin\\\":\\\"https://api.example.com 25 Aug 2025 12:45:09 GMT\\\",\\\"content-length\\\":\\\"21\\\",\\\"vary\\\":\\\"Origin\\\",\\\"content-type\\\":\\\"application/json\\\",\\\"connection\\\":\\\"keep-alive\\\",\\\"strict-transport-security\\\":\\\"max-age=31536000\\\"}\",\"time\":\"1756126144\",\"statusCode\":\"200\",\"status\":\"ok\",\"akto_account_id\":\"1667235738\",\"direction\":null,\"is_pending\":\"false\"}",
"message": "{\"request\": {\"url\": \"https://api.example.comp\", \"method\": \"POST\", \"type\": \"HTTP/1.1\", \"queryParams\": null, \"body\": \"{\\\"timestamp\\\": \\\"2025-08-25T12:45:09.713Z\\\", \\\"integrations\\\": {\\\"Amplitude\\\": {\\\"groups\\\": {\\\"Organization\\\": \\\"68ac467abfca4b507ea97d64\\\"}, \\\"session_id\\\": \\\"1756125869713\\\"}, \\\"Google Analytics\\\": true, \\\"Actions Amplitude\\\": {\\\"session_id\\\": 1756125846621}}, \\\"type\\\": \\\"page\\\", \\\"properties\\\": {\\\"path\\\": \\\"/v2/68ac467abfca4b507ea97e00\\\", \\\"search\\\": \\\"\\\", \\\"title\\\": \\\"Project Overview | Cloud: Database-Service Cloud\\\", \\\"url\\\": \\\"https://api.example.com68ac467abfca4b507ea97e00#/overview\\\", \\\"experiment_ids\\\": [\\\"688cd287db5a4be18a15a588\\\", \\\"689e520285bd72b4f3f5626f\\\", \\\"689e524fe4a957fdd751024f\\\", \\\"681d0ec00efcdfd219666860\\\", \\\"681e6e3a8fa6316857af2634\\\"], \\\"experiment_variant_ids\\\": [\\\"688cd287db5a4be18a15a51d\\\", \\\"689e520285bd72b4f3f56268\\\", \\\"689e524fe4a957fdd7510248\\\", \\\"681d0ec00efcdfd21966685b\\\", \\\"681e6e3a8fa6316857af2630\\\"], \\\"test_assignments\\\": [\\\"test_GLOBAL_HOLDOUT_Q3_FY26_variant_GLOBAL_HOLDOUT_Q3_FY26_EXPERIMENT_ELIGIBLE\\\", \\\"test_GRADUAL_ROLLOUT_AA_TEST_3_ROUND_2_variant_gradualRolloutAATest3Control\\\", \\\"test_GRADUAL_ROLLOUT_AA_TEST_4_ROUND_2_variant_gradualRolloutAATest4Control\\\", \\\"test_REQUIRE_MFA_AFTER_REGISTRATION_20250221_variant_requireMfaAfterRegistrationVariant\\\", \\\"test_ACTIONABLE_ALERT_EMAILS_20250421_variant_actionableAlertEmailsVariant\\\"], \\\"email\\\": \\\"[email protected]\\\", \\\"cloud_user_id\\\": \\\"68ac466040b1bf3a99d26ffd\\\", \\\"org_id\\\": \\\"68ac467abfca4b507ea97d64\\\", \\\"group_id\\\": \\\"68ac467abfca4b507ea97e00\\\", \\\"browser_name\\\": \\\"Chrome\\\", \\\"browser_version\\\": \\\"138.0.0.0\\\", \\\"os_name\\\": \\\"Linux\\\", \\\"platform_type\\\": \\\"desktop\\\", \\\"userAgent\\\": \\\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.0.0 Safari/537.36\\\", \\\"auid\\\": \\\"examplesessionid\\\", \\\"defaultTab\\\": \\\"resources\\\", \\\"hash\\\": \\\"#/overview\\\", \\\"appId\\\": \\\"mms\\\", \\\"name\\\": \\\"Atlas Home Center\\\", \\\"referrer\\\": \\\"https://api.example.com \\\"name\\\": \\\"Atlas Home Center\\\", \\\"context\\\": {\\\"screen\\\": {\\\"height\\\": 600, \\\"width\\\": 800, \\\"density\\\": 1}, \\\"page\\\": {\\\"path\\\": \\\"/v2/68ac467abfca4b507ea97e00\\\", \\\"search\\\": \\\"\\\", \\\"title\\\": \\\"Project Overview | Cloud: Database-Service Cloud\\\", \\\"url\\\": \\\"https://api.example.com68ac467abfca4b507ea97e00#/overview\\\", \\\"referrer\\\": \\\"https://api.example.com \\\"userAgent\\\": \\\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.0.0 Safari/537.36\\\", \\\"userAgentData\\\": {\\\"brands\\\": [{\\\"brand\\\": \\\"Not)A;Brand\\\", \\\"version\\\": \\\"8\\\"}, {\\\"brand\\\": \\\"Chromium\\\", \\\"version\\\": \\\"138\\\"}], \\\"mobile\\\": false, \\\"platform\\\": \\\"Linux\\\"}, \\\"locale\\\": \\\"en-US\\\", \\\"library\\\": {\\\"name\\\": \\\"analytics.js\\\", \\\"version\\\": \\\"next-1.81.0\\\"}, \\\"timezone\\\": \\\"UTC\\\"}, \\\"messageId\\\": \\\"ajs-next-1756125909713-d739d811-8fcd-419e-8b79-56e7bc3b564f\\\", \\\"userId\\\": \\\"examplesessionid\\\", \\\"anonymousId\\\": \\\"a7c65fe3-4c52-4007-a860-e905049d1b11\\\", \\\"writeKey\\\": \\\"tFLI8kTsjVV1Whb5D6Cgthsjp2f26tRF\\\", \\\"sentAt\\\": \\\"2025-08-25T12:45:09.752Z\\\", \\\"_metadata\\\": {\\\"bundled\\\": [\\\"Madkudu\\\", \\\"Optimizely\\\", \\\"Segment.io\\\"], \\\"unbundled\\\": [], \\\"bundledIds\\\": [\\\"5d432d7d940aec000195a94e\\\", \\\"5e972202a01a6d137cbd1a62\\\"]}}\", \"headers\": \"{\\\"sec-fetch-mode\\\":\\\"cors\\\",\\\"referer\\\":\\\"https://api.example.com/cloud.database-service.com\\\",\\\"x-akto-ignore\\\":\\\"0\\\",\\\"accept\\\":\\\"*/*\\\",\\\"sec-ch-ua\\\":\\\"\\\\\\\"Not)A;Brand\\\\\\\";v=\\\\\\\"8\\\\\\\", \\\\\\\"Chromium\\\\\\\";v=\\\\\\\"138\\\\\\\"\\\",\\\"sec-ch-ua-mobile\\\":\\\"?0\\\",\\\"sec-ch-ua-platform\\\":\\\"\\\\\\\"Linux\\\\\\\"\\\",\\\"host\\\":\\\"api.blue.database-service.com\\\",\\\"connection\\\":\\\"keep-alive\\\",\\\"content-type\\\":\\\"text/plain\\\",\\\"accept-encoding\\\":\\\"gzip, deflate, br, zstd\\\",\\\"user-agent\\\":\\\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.0.0 Safari/537.36\\\",\\\"sec-fetch-dest\\\":\\\"empty\\\"}\"}, \"response\": {\"statusCode\": 200, \"body\": \"{\\n \\\"success\\\": true\\n}\", \"headers\": \"{\\\"Strict-Transport-Security\\\":\\\"max-age=31536000\\\",\\\"Access-Control-Allow-Origin\\\":\\\"https://api.example.com 27 Aug 2025 12:04:52 GMT\\\",\\\"Content-Type\\\":\\\"application/json\\\"}\"}}"
}
],
"testRunResultSummaryId": {
"date": "2025-08-27T11:57:18",
"timestamp": 1756295838
},
"errorsList": "null",
"testRunId": {
"date": "2025-08-27T11:57:15",
"timestamp": 1756295835
},
"ignoredResult": false,
"rerun": false,
"vulnerable": true,
"testSubType": "PORT_SCANNING",
"workflowTest": "null",
"testRunHexId": "68aef29b42ce066ef4d9f3f7",
"testSuperType": "SSRF",
"apiInfoKey": {
"method": {
"_name": "POST"
},
"apiCollectionId": 1756113269,
"url": "https://api.example.comp"
},
"id": {
"date": "2025-08-27T12:04:52",
"timestamp": 1756296292
},
"confidencePercentage": 100,
"endTimestamp": 1756296292,
"startTimestamp": 1756296292,
"hexId": "68aef4648d93f7077153dc75"
},
"testCountMap": "null",
"limit": 0,
"testingRunHexId": "null",
"testRoleId": "null",
"testName": "null",
"testingRunResultSummaryHexId": "null",
"selectedSlackWebhook": 0,
"maxConcurrentRequests": 0,
"latestTestingRunResultSummaries": "null",
"testingRuns": "null",
"metadataFilters": "null",
"sortKey": "null",
"sortOrder": 0,
"endTimestamp": 0,
"issuesDescriptionMap": "null",
"currentTestStateStatus": "SUCCESS",
"testingRunResults": "null",
"testingRunResultSummaries": "null",
"runIssues": "null",
"skip": 0,
"issuesSummaryInfoMap": {
"REPLACE_CSRF_CUSTOM_1715683047": 1,
"SERVER_VERSION_EXPOSED_VIA_RESPONSE_HEADER": 21,
"SENSITIVE_DATA_EXPOSURE_EMAIL": 11,
"DESCRIPTIVE_ERROR_MESSAGE_INVALID_PAYLOAD": 6,
"REMOVE_TOKENS": 5,
"REPLACE_CSRF_CUSTOM_1715683043": 1,
"PORT_SCANNING": 4,
"FILE_INCLUSION_NEW_PARAM": 1,
"TIME_BASED_NOSQLI_JSON_BODY_REPLACE": 1,
"KUBERNETES_EXPOSED": 9,
"REPLACE_CSRF_CUSTOM_1715683090": 1,
"BYPASS_INPUT_VALIDATION_WITH_NULL_VALUES": 1,
"PAGINATION_MISCONFIGURATION": 1,
"PAYLOAD_ALL_KEYS_INVALID_VALUES": 4,
"BOOLEAN_BASED_SQLI": 1,
"LFI_IN_HEADERS_LINUX": 2,
"SENSITIVE_DATA_EXPOSURE_IP_ADDRESS": 4,
"CHECK_GENERAL_GROUP_CHANGES_OTHER_USERS": 3,
"USER_ENUM_RESPONSE_CONTENT": 1,
"REPLACE_CSRF": 10,
"BYPASS_OTP_RATE_LIMIT": 1,
"CHECK_FL_BOLA": 25,
"MISCONFIGURED_X_FRAME_OPTIONS_HEADER": 2,
"NOSQLI_ERROR_BASED_PARAM_MONGO_SPECIAL_CHARACTERS": 6,
"DOS_ATTACH_FILE_IN_BODY": 2,
"CUSTOM_GFB": 13,
"USER_ENUM_REDIRECT_PAGE": 1,
"SERVER_VERSION_EXPOSED_IN_AN_INVALID_REQUEST": 2,
"UNWANTED_RESPONSE_HEADERS": 2,
"PAYLOAD_KEYS_INVALID_VALUES": 1,
"HEADER_ALL_KEYS_INVALID_VALUES": 5,
"HTTP_RESPONSE_SPLITTING": 1,
"NOSQLI_ERROR_BASED_REPLACE_BODY_MONGO_CUSTOM": 1,
"JWT_INVALID_SIGNATURE": 1,
"FETCH_SENSITIVE_FILES": 2,
"OVERWRITING_EXISTING_RESOURCES_BY_MANIPULATING_IDENTIFIERS": 3,
"DEFAULT_LOGIN_CREDENTIALS": 2,
"AUTH_BYPASS_MULTI_CREDENTIAL_SINGLE_PARAM": 1,
"MANIPULATE_NUMBER_DATA_TYPE": 3,
"UNION_DATA_TYPE_BASED_SQLI_GET": 1,
"CHECK_GENERAL_GROUP_CHANGES": 1,
"SWAGGER_API_EXPOSURE": 3,
"STANDARD_SSRF": 2,
"REPLACE_AUTH_TOKEN_CACHING": 7,
"REMOVE_CSRF": 11,
"REMOVE_TOKENS_NEW": 3,
"AUTH_BYPASS_SQL_INJECTION": 1,
"REPLACE_AUTH_TOKEN": 3,
"MUST_CONTAIN_RESPONSE_HEADERS": 5,
"JWT_NONE_ALGO": 16,
"SENSITIVE_DATA_EXPOSURE_JWT": 2
},
"testingRunsCount": 0,
"cleanUpTestingResources": false,
"jiraIssuesMapForResults": "null",
"cicdTests": [
{
"date": "2024-05-12T13:40:11",
"timestamp": 1715521211
}
],
"authMechanism": "null",
"latestSummaryIds": "null",
"currentTestsStatus": {
"totalTestsCompleted": 0,
"testRunsScheduled": 0,
"testRunsQueued": 0
},
"testRunsByUser": false,
"miniTestingServiceNames": "null",
"usageTestRuns": "SUCCESS",
"allTestsCountsRanges": "null",
"sampleDataVsCurlMap": "null",
"selectedTests": "null",
"filters": "null",
"testingRunType": "null",
"recurringDaily": false,
"overriddenTestAppUrl": "null",
"workflowTest": "null",
"testingRun": "null",
"testRunTime": 0,
"misConfiguredTestsCount": 0,
"startTimestamp": 0,
"triggeredBy": "null",
"errorEnums": "{}"
}
You can get this from Settings > Integrations > Akto APls > Generate token
API_KEY
1756924199
1725301800
description
POST /api/findTotalIssuesByDay HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 51
{
"endTimeStamp": 1756924199,
"startEpoch": 1725301800
}
description
{
"historicalData": "null",
"showApiInfo": false,
"filterCollectionsId": "null",
"testingRunResults": "null",
"reportFilters": "ERROR",
"filterCompliance": "null",
"description": "null",
"skip": 0,
"filterSeverity": "null",
"issues": "null",
"subCategories": "null",
"buaCategoryCount": 0,
"openIssuesCount": 0,
"generatedReportId": "null",
"testingRunResult": "null",
"ignoreReason": "null",
"limit": 0,
"testingRunResultList": "null",
"categories": "null",
"removedRunResultsIssuesList": "null",
"fixedIssuesCount": 0,
"severityInfo": "{}",
"filterSubCategory": "null",
"vulnerableRequests": "null",
"sampleDataVsCurlMap": "null",
"issueId": "null",
"similarlyAffectedIssues": "null",
"openIssuesCountDayWise": [
12
],
"ignoredIssuesCount": 0,
"filterStatus": "null",
"testSourceConfigs": "null",
"issueIdArray": "null",
"endpointsCount": 0,
"testingRunResultSummary": "null",
"fetchOnlyActive": false,
"criticalIssuesCountDayWise": [
2
],
"response": "null",
"totalIssuesCountDayWise": [
154
],
"statusToBeUpdated": "null",
"issuesDescriptionMap": "null"
}
You can get this from Settings > Integrations > Akto APls > Generate token
API_KEY
PROMETHEUS_OPEN_REDIRECT
true
severity
-1
1788442655
50
OPEN
0
0
description
POST /api/fetchAllIssues HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 196
{
"filterSubCategory": [
"PROMETHEUS_OPEN_REDIRECT"
],
"activeCollections": true,
"sortKey": "severity",
"sortOrder": -1,
"endTimeStamp": 1788442655,
"limit": 50,
"filterStatus": [
"OPEN"
],
"skip": 0,
"startEpoch": 0
}
description
{
"historicalData": "null",
"showApiInfo": false,
"testingRunResults": "null",
"reportFilters": "ERROR",
"description": "null",
"skip": 0,
"issues": [
{
"severity": "HIGH",
"creationTime": 1754006929,
"unread": true,
"testRunIssueStatus": "OPEN",
"description": "value",
"azureBoardsWorkItemUrl": "null",
"ticketSource": "null",
"ticketProjectKey": "null",
"lastUpdated": 1754006929,
"ticketLastUpdatedAt": 0,
"lastSeen": 1754006929,
"collectionIds": [
1756113269
],
"ignoreReason": "null",
"latestTestingRunSummaryId": {
"date": "2025-08-04T19:03:19",
"timestamp": 1754334199
},
"jiraIssueUrl": "null",
"id": {
"testSubCategory": "REMOVE_CSRF",
"testErrorSource": "AUTOMATED_TESTING",
"testCategoryFromSourceConfig": "null",
"apiInfoKey": {
"method": "POST",
"apiCollectionId": 1756113269,
"url": "https://api.example.comparams/org/OBJECT_ID"
},
"testSourceConfig": "null"
},
"ticketId": "null"
}
],
"openIssuesCount": 131,
"subCategories": "null",
"buaCategoryCount": 0,
"generatedReportId": "null",
"testingRunResult": "null",
"ignoreReason": "null",
"limit": 50,
"testingRunResultList": "null",
"categories": "null",
"removedRunResultsIssuesList": "null",
"fixedIssuesCount": 4,
"severityInfo": "{}",
"filterSubCategory": [
"PROMETHEUS_OPEN_REDIRECT"
],
"vulnerableRequests": "null",
"sampleDataVsCurlMap": "null",
"issueId": "null",
"similarlyAffectedIssues": "null",
"openIssuesCountDayWise": "null",
"ignoredIssuesCount": 3,
"filterStatus": [
"OPEN"
],
"testSourceConfigs": "null",
"issueIdArray": "null",
"endpointsCount": 0,
"testingRunResultSummary": "null",
"fetchOnlyActive": false,
"criticalIssuesCountDayWise": "null",
"response": "null",
"totalIssuesCountDayWise": "null",
"statusToBeUpdated": "null",
"issuesDescriptionMap": "null"
}
You can get this from Settings > Integrations > Akto APls > Generate token
API_KEY
68aef29b42ce066ef4d9f3f7
0
0
description
POST /api/fetchTestingRunResultSummaries HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 82
{
"testingRunHexId": "68aef29b42ce066ef4d9f3f7",
"endTimestamp": 0,
"startTimestamp": 0
}
description
{
"metadata": "null",
"continuousTesting": false,
"allTestsCountMap": "{}",
"sendMsTeamsAlert": false,
"source": "null",
"testRunByTestEditor": false,
"testRunIds": "null",
"selectedTestRunResultHexIds": "null",
"issueSummaryInfo": "SUCCESS",
"testingRunResult": "null",
"testCountMap": "null",
"limit": 0,
"testingRunHexId": "68aef29b42ce066ef4d9f3f7",
"testRoleId": "null",
"testName": "null",
"testingRunResultSummaryHexId": "null",
"selectedSlackWebhook": 0,
"maxConcurrentRequests": 0,
"latestTestingRunResultSummaries": "null",
"testingRuns": "null",
"metadataFilters": "null",
"sortKey": "null",
"sortOrder": 0,
"endTimestamp": 0,
"issuesDescriptionMap": "null",
"currentTestStateStatus": "SUCCESS",
"testingRunResults": "null",
"testingRunResultSummaries": [
{
"metadata": "null",
"testResultsCount": 85013,
"countIssues": {
"HIGH": 14,
"MEDIUM": 0,
"LOW": 14,
"CRITICAL": 3
},
"originalTestingRunResultSummaryId": "null",
"testingRunId": {
"date": "2025-08-27T11:57:15",
"timestamp": 1756295835
},
"testIdConfig": 0,
"totalApis": 192,
"testInitiatedCount": 649,
"testingRunHexId": "null",
"id": {
"date": "2025-08-27T11:57:18",
"timestamp": 1756295838
},
"state": "COMPLETED",
"newTestingSummary": true,
"endTimestamp": 1756296805,
"startTimestamp": 1756295836,
"hexId": "68aef29ecc9790a05f449c78"
}
],
"runIssues": "null",
"skip": 0,
"issuesSummaryInfoMap": {
"REPLACE_CSRF_CUSTOM_1715683047": 1,
"SERVER_VERSION_EXPOSED_VIA_RESPONSE_HEADER": 21,
"SENSITIVE_DATA_EXPOSURE_EMAIL": 11,
"DESCRIPTIVE_ERROR_MESSAGE_INVALID_PAYLOAD": 6,
"REMOVE_TOKENS": 5,
"REPLACE_CSRF_CUSTOM_1715683043": 1,
"FILE_INCLUSION_NEW_PARAM": 1,
"PORT_SCANNING": 4,
"TIME_BASED_NOSQLI_JSON_BODY_REPLACE": 1,
"KUBERNETES_EXPOSED": 9,
"REPLACE_CSRF_CUSTOM_1715683090": 1,
"BYPASS_INPUT_VALIDATION_WITH_NULL_VALUES": 1,
"PAGINATION_MISCONFIGURATION": 1,
"PAYLOAD_ALL_KEYS_INVALID_VALUES": 4,
"BOOLEAN_BASED_SQLI": 1,
"LFI_IN_HEADERS_LINUX": 2,
"SENSITIVE_DATA_EXPOSURE_IP_ADDRESS": 4,
"CHECK_GENERAL_GROUP_CHANGES_OTHER_USERS": 3,
"USER_ENUM_RESPONSE_CONTENT": 1,
"REPLACE_CSRF": 10,
"BYPASS_OTP_RATE_LIMIT": 1,
"CHECK_FL_BOLA": 25,
"MISCONFIGURED_X_FRAME_OPTIONS_HEADER": 2,
"NOSQLI_ERROR_BASED_PARAM_MONGO_SPECIAL_CHARACTERS": 6,
"DOS_ATTACH_FILE_IN_BODY": 2,
"CUSTOM_GFB": 13,
"USER_ENUM_REDIRECT_PAGE": 1,
"SERVER_VERSION_EXPOSED_IN_AN_INVALID_REQUEST": 2,
"UNWANTED_RESPONSE_HEADERS": 2,
"PAYLOAD_KEYS_INVALID_VALUES": 1,
"HEADER_ALL_KEYS_INVALID_VALUES": 5,
"HTTP_RESPONSE_SPLITTING": 1,
"NOSQLI_ERROR_BASED_REPLACE_BODY_MONGO_CUSTOM": 1,
"JWT_INVALID_SIGNATURE": 1,
"FETCH_SENSITIVE_FILES": 2,
"OVERWRITING_EXISTING_RESOURCES_BY_MANIPULATING_IDENTIFIERS": 3,
"DEFAULT_LOGIN_CREDENTIALS": 2,
"AUTH_BYPASS_MULTI_CREDENTIAL_SINGLE_PARAM": 1,
"MANIPULATE_NUMBER_DATA_TYPE": 3,
"UNION_DATA_TYPE_BASED_SQLI_GET": 1,
"CHECK_GENERAL_GROUP_CHANGES": 1,
"SWAGGER_API_EXPOSURE": 3,
"STANDARD_SSRF": 2,
"REPLACE_AUTH_TOKEN_CACHING": 7,
"REMOVE_CSRF": 11,
"REMOVE_TOKENS_NEW": 3,
"AUTH_BYPASS_SQL_INJECTION": 1,
"REPLACE_AUTH_TOKEN": 3,
"MUST_CONTAIN_RESPONSE_HEADERS": 5,
"JWT_NONE_ALGO": 16,
"SENSITIVE_DATA_EXPOSURE_JWT": 2
},
"testingRunsCount": 0,
"cleanUpTestingResources": false,
"jiraIssuesMapForResults": "null",
"cicdTests": [
{
"date": "2024-05-12T13:40:11",
"timestamp": 1715521211
}
],
"authMechanism": "null",
"latestSummaryIds": "null",
"miniTestingServiceNames": "null",
"currentTestsStatus": {
"totalTestsCompleted": 0,
"testRunsScheduled": 0,
"testRunsQueued": 0
},
"testRunsByUser": false,
"usageTestRuns": "SUCCESS",
"allTestsCountsRanges": "null",
"sampleDataVsCurlMap": "null",
"selectedTests": "null",
"filters": "null",
"testingRunType": "ONE_TIME",
"recurringDaily": false,
"overriddenTestAppUrl": "null",
"workflowTest": "null",
"testingRun": {
"periodInSeconds": 0,
"testingRunConfig": {
"overriddenTestAppUrl": "",
"authMechanismId": "null",
"autoTicketingDetails": {
"issueType": "",
"shouldCreateTickets": false,
"projectId": ""
},
"cleanUp": false,
"collectionWiseApiInfoKey": "null",
"testSubCategoryList": [
"PROMETHEUS_OPEN_REDIRECT"
],
"id": 80262977,
"testRoleId": "68aeab0842ce066ef4d924a3",
"configsAdvancedSettings": "null"
},
"miniTestingServiceName": "mini-testing-1",
"sendMsTeamsAlert": false,
"testingEndpoints": {
"apiCollectionId": 1756113269,
"type": "COLLECTION_WISE",
"operator": "AND"
},
"maxConcurrentRequests": 500,
"sendPendingTestsWebhookTimestamp": 0,
"selectedSlackChannelId": 0,
"testIdConfig": 80262977,
"pickedUpTimestamp": 1756295836,
"sendSlackAlert": false,
"newTestRun": true,
"scheduleTimestamp": 1756295807,
"name": "cloud.database-service.com_COMMAND_INJECTION_CORS_CRLF_EDE_IIM_INJECT_INPUT_LFI_MA_MCP_MHH_RL_SM_SSRF_SSTI_SVD_UHM_VEM_XSS",
"userEmail": "[email protected]",
"testRunTime": 7200,
"id": {
"date": "2025-08-27T11:57:15",
"timestamp": 1756295835
},
"state": "COMPLETED",
"endTimestamp": 1756296804,
"hexId": "68aef29b42ce066ef4d9f3f7",
"triggeredBy": "null"
},
"testRunTime": 0,
"misConfiguredTestsCount": 0,
"startTimestamp": 0,
"triggeredBy": "null",
"errorEnums": "{}"
}
You can get this from Settings > Integrations > Akto APls > Generate token
API_KEY
description
POST /api/generateReportPDF HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 79
{
"reportFilterList": {
"testingRunResultSummaryId": [
"68aef29ecc9790a05f449c78"
]
}
}
description
{}
You can get this from Settings > Integrations > Akto APls > Generate token
API_KEY
description
POST /api/fetchFilterYamlTemplate HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 2
{}
description
{
"templates": [
{
"createdAt": 1751743942,
"author": "AKTO",
"id": "LocalFileInclusionLFIRFI",
"content": "id: PIIDataLeak \nfilter:\n or:\n - response_payload:\n regex:\n - (?:\\b(?:4\\d{3}|5[1-5]\\d{2}|2\\d{3}|3[47]\\d{1,2})[\\s\\-]?\\d{4,6}[\\s\\-]?\\d{4,6}?(?:[\\s\\-]\\d{3,4})?(?:\\d{3})?|\\b(?!000|666|9\\d{2})([0-8]\\d{2}|7([0-6]\\d))([-]?|\\s{1})(?!00)\\d\\d\\3(?!0000)\\d{4})\\b\n - response_payload:\n regex:\n - \\b(\\d{4}[- ]?\\d{4}[- ]?\\d{4}|[A-Z]{5}[0-9]{4}[A-Z])\\b\n\ninfo:\n name: \"PIIDataLeak\"\n description: \"PII Data Leak refers to the accidental or unauthorized exposure of Personally Identifiable Information through logs, APIs, misconfigured systems, or insecure data handling practices. Such leaks can occur due to improper data masking, verbose error messages, exposed endpoints, or insecure storage.\"\n details: \"PII leaks commonly stem from insecure logging, improperly secured APIs, misconfigured cloud buckets, or data inadvertently exposed in URLs, headers, or request/response bodies. Examples include Aadhaar numbers in logs, credit card numbers in query params, or SSNs in error traces. Prevention involves data classification, redaction/masking, input validation, and restricting data flow through sensitive components.\"\n impact: \"Exposed PII can lead to identity theft, financial fraud, regulatory violations (e.g., GDPR, HIPAA), and reputational harm. Attackers may exploit leaked data to conduct phishing attacks, impersonate users, or gain deeper access into systems. Organizations may face penalties, lawsuits, and loss of user trust.\"\n category:\n name: \"PIIDataLeak\"\n displayName: \"PIIDataLeak\"\n subCategory: \"PIIDataLeak\"\n severity: MEDIUM\n",
"info": {
"severity": "HIGH",
"subCategory": "NOSQL_INJECTION",
"references": "null",
"impact": "Exploiting security misconfigurations can lead to unauthorized access, data breaches, or full system compromise. Attackers may gain access to sensitive data, escalate privileges, or disrupt operations, causing financial loss, reputational damage, or regulatory penalties.",
"description": "SQL Injection (SQLi) in API threat protection at runtime involves detecting and blocking malicious SQL queries embedded in API requests. Attackers exploit input fields to inject SQL commands, aiming to manipulate or extract database data. Runtime protection uses techniques like query parameterization, web application firewalls (WAFs), and AI-driven anomaly detection to prevent unauthorized database access. Implementing strict input validation and least privilege access controls further reduces SQLi risks.",
"tags": "null",
"cwe": "null",
"remediation": "null",
"cve": "null",
"compliance": "null",
"name": "LocalFileInclusionRFI",
"details": "XSS in API threat protection at runtime focuses on detecting and preventing malicious script injections in API requests and responses. Attackers exploit insufficient input validation to execute scripts, leading to data leaks or account compromise. Mitigation involves sanitizing inputs, enforcing strict content security policies, and using runtime monitoring to detect anomalies and block malicious payloads.",
"category": {
"displayName": "NOSQL_INJECTION",
"name": "NOSQL_INJECTION",
"shortName": "null"
}
},
"updatedAt": 1756715171
}
],
"content": "null"
}
You can get this from Settings > Integrations > Akto APls > Generate token
API_KEY
SECURED
severity
-1
68aef29ecc9790a05f449c78
50
0
description
POST /api/fetchTestingRunResults HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 153
{
"queryMode": "SECURED",
"sortKey": "severity",
"sortOrder": -1,
"testingRunResultSummaryHexId": "68aef29ecc9790a05f449c78",
"limit": 50,
"skip": 0,
"queryValue": ""
}
description
{
"metadata": "null",
"continuousTesting": false,
"allTestsCountMap": "{}",
"sendMsTeamsAlert": false,
"source": "null",
"testRunByTestEditor": false,
"testRunIds": "null",
"selectedTestRunResultHexIds": "null",
"issueSummaryInfo": "SUCCESS",
"testingRunResult": "null",
"limit": 50,
"testCountMap": "null",
"testingRunHexId": "null",
"testRoleId": "null",
"testName": "null",
"testingRunResultSummaryHexId": "68aef29ecc9790a05f449c78",
"selectedSlackWebhook": 0,
"maxConcurrentRequests": 0,
"testingRuns": "null",
"metadataFilters": "null",
"latestTestingRunResultSummaries": "null",
"sortKey": "severity",
"sortOrder": -1,
"endTimestamp": 0,
"issuesDescriptionMap": "null",
"currentTestStateStatus": "SUCCESS",
"testingRunResults": [
{
"testResults": [
{
"testInfo": "null",
"vulnerable": false,
"requiresConfig": false,
"percentageMatch": 0,
"confidence": "LOW",
"responses": [
"null"
],
"message": "null",
"originalMessage": "null",
"errors": "null"
}
],
"testRunResultSummaryId": {
"date": "2025-08-27T11:57:18",
"timestamp": 1756295838
},
"testRunId": {
"date": "2025-08-27T11:57:15",
"timestamp": 1756295835
},
"ignoredResult": false,
"rerun": false,
"singleTypeInfos": "null",
"testSubType": "RABBIT_MQ_EXPOSED",
"vulnerable": false,
"workflowTest": "null",
"testRunHexId": "68aef29b42ce066ef4d9f3f7",
"testSuperType": "SM",
"id": {
"date": "2025-08-27T12:06:19",
"timestamp": 1756296381
},
"apiInfoKey": {
"method": "POST",
"apiCollectionId": 1756113269,
"url": "https://api.example.comshared"
},
"confidencePercentage": 100,
"endTimestamp": 1756296392,
"startTimestamp": 1756296291,
"hexId": "68aef4a46a58ae3e781f28ae"
}
],
"testingRunResultSummaries": "null",
"runIssues": "null",
"skip": 0,
"issuesSummaryInfoMap": {
"REPLACE_CSRF_CUSTOM_1715683047": 1,
"SERVER_VERSION_EXPOSED_VIA_RESPONSE_HEADER": 21,
"SENSITIVE_DATA_EXPOSURE_EMAIL": 11,
"DESCRIPTIVE_ERROR_MESSAGE_INVALID_PAYLOAD": 6,
"REMOVE_TOKENS": 5,
"REPLACE_CSRF_CUSTOM_1715683043": 1,
"TIME_BASED_NOSQLI_JSON_BODY_REPLACE": 1,
"PORT_SCANNING": 3,
"FILE_INCLUSION_NEW_PARAM": 1,
"KUBERNETES_EXPOSED": 9,
"REPLACE_CSRF_CUSTOM_1715683090": 1,
"BYPASS_INPUT_VALIDATION_WITH_NULL_VALUES": 1,
"PAGINATION_MISCONFIGURATION": 1,
"PAYLOAD_ALL_KEYS_INVALID_VALUES": 4,
"BOOLEAN_BASED_SQLI": 1,
"LFI_IN_HEADERS_LINUX": 2,
"SENSITIVE_DATA_EXPOSURE_IP_ADDRESS": 4,
"CHECK_GENERAL_GROUP_CHANGES_OTHER_USERS": 3,
"USER_ENUM_RESPONSE_CONTENT": 1,
"REPLACE_CSRF": 10,
"BYPASS_OTP_RATE_LIMIT": 1,
"CHECK_FL_BOLA": 25,
"MISCONFIGURED_X_FRAME_OPTIONS_HEADER": 2,
"NOSQLI_ERROR_BASED_PARAM_MONGO_SPECIAL_CHARACTERS": 6,
"DOS_ATTACH_FILE_IN_BODY": 2,
"CUSTOM_GFB": 13,
"USER_ENUM_REDIRECT_PAGE": 1,
"UNWANTED_RESPONSE_HEADERS": 2,
"SERVER_VERSION_EXPOSED_IN_AN_INVALID_REQUEST": 2,
"PAYLOAD_KEYS_INVALID_VALUES": 1,
"HEADER_ALL_KEYS_INVALID_VALUES": 5,
"HTTP_RESPONSE_SPLITTING": 1,
"NOSQLI_ERROR_BASED_REPLACE_BODY_MONGO_CUSTOM": 1,
"JWT_INVALID_SIGNATURE": 1,
"FETCH_SENSITIVE_FILES": 2,
"DEFAULT_LOGIN_CREDENTIALS": 2,
"OVERWRITING_EXISTING_RESOURCES_BY_MANIPULATING_IDENTIFIERS": 3,
"AUTH_BYPASS_MULTI_CREDENTIAL_SINGLE_PARAM": 1,
"MANIPULATE_NUMBER_DATA_TYPE": 3,
"UNION_DATA_TYPE_BASED_SQLI_GET": 1,
"CHECK_GENERAL_GROUP_CHANGES": 1,
"SWAGGER_API_EXPOSURE": 3,
"STANDARD_SSRF": 2,
"REPLACE_AUTH_TOKEN_CACHING": 7,
"REMOVE_CSRF": 11,
"REMOVE_TOKENS_NEW": 3,
"AUTH_BYPASS_SQL_INJECTION": 1,
"REPLACE_AUTH_TOKEN": 3,
"MUST_CONTAIN_RESPONSE_HEADERS": 5,
"JWT_NONE_ALGO": 16,
"SENSITIVE_DATA_EXPOSURE_JWT": 2
},
"testingRunsCount": 0,
"cleanUpTestingResources": false,
"jiraIssuesMapForResults": "null",
"authMechanism": "null",
"cicdTests": [
{
"date": "2024-05-12T13:40:11",
"timestamp": 1715521211
}
],
"testRunsByUser": false,
"latestSummaryIds": "null",
"currentTestsStatus": {
"totalTestsCompleted": 0,
"testRunsScheduled": 0,
"testRunsQueued": 0
},
"miniTestingServiceNames": "null",
"usageTestRuns": "SUCCESS",
"allTestsCountsRanges": "null",
"sampleDataVsCurlMap": "null",
"selectedTests": "null",
"filters": "null",
"testingRunType": "null",
"recurringDaily": false,
"overriddenTestAppUrl": "null",
"workflowTest": "null",
"testingRun": "null",
"misConfiguredTestsCount": 0,
"testRunTime": 0,
"startTimestamp": 0,
"triggeredBy": "null",
"errorEnums": "{}"
}
You can get this from Settings > Integrations > Akto APls > Generate token
API_KEY
description
POST /api/fetchActiveTestRunsStatus HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 2
{}
description
{
"totalTestsCompleted": 0,
"testRunsScheduled": 0,
"testRunsQueued": 0
}
You can get this from Settings > Integrations > Akto APls > Generate token
API_KEY
68aef29ecc9790a05f449c78
68aef29b42ce066ef4d9f3f7
description
POST /api/fetchTestResultsStatsCount HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 104
{
"testingRunResultSummaryHexId": "68aef29ecc9790a05f449c78",
"testingRunHexId": "68aef29b42ce066ef4d9f3f7"
}
description
{}
You can get this from Settings > Integrations > Akto APls > Generate token
API_KEY
description
POST /api/fetchTestingRunResult HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 263
{
"issueId": {
"testSubCategory": "JWT_NONE_ALGO",
"testErrorSource": "AUTOMATED_TESTING",
"testCategoryFromSourceConfig": "null",
"apiInfoKey": {
"method": "PATCH",
"apiCollectionId": 1738896228,
"url": "https://api.example.comrest/products/reviews"
},
"testSourceConfig": "null"
}
}
description
{
"historicalData": "null",
"filterCollectionsId": "null",
"showApiInfo": false,
"testingRunResults": "null",
"reportFilters": "ERROR",
"description": "null",
"filterCompliance": "null",
"skip": 0,
"filterSeverity": "null",
"issues": "null",
"subCategories": "null",
"buaCategoryCount": 0,
"openIssuesCount": 0,
"generatedReportId": "null",
"testingRunResult": {
"testResults": [
{
"testInfo": "null",
"vulnerable": true,
"percentageMatch": 90.9090909090909,
"requiresConfig": false,
"confidence": "CRITICAL",
"responses": [
"{\"request\": {\"url\": \"https://api.example.comproducts/reviews\", \"method\": \"PATCH\", \"type\": \"HTTP/1.1\", \"queryParams\": null, \"body\": \"{\\\"id\\\":\\\"Q9ETXE3j6YApqTkyq\\\",\\\"message\\\":\\\"Bad apple\\\"}\", \"headers\": \"{\\\"sec-fetch-mode\\\":\\\"cors\\\",\\\"referer\\\":\\\"https://api.example.com/juiceshop.akto.io\\\",\\\"x-akto-ignore\\\":\\\"0\\\",\\\"accept\\\":\\\"application/json, text/plain, */*\\\",\\\"authorization\\\":\\\"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJub25lIn0.eyJzdGF0dXMiOiJzdWNjZXNzIiwiZGF0YSI6eyJpZCI6MjEsInVzZXJuYW1lIjoidmljdGltIiwiZW1haWwiOiJ2aWN0aW1AZ21haWwuY29tIiwicGFzc3dvcmQiOiJhNjJlN2JlMGE1NjQwODFiNmE5Zjc1MzA4MjA4YzQzMyIsInJvbGUiOiJjdXN0b21lciIsImRlbHV4ZVRva2VuIjoiIiwibGFzdExvZ2luSXAiOiIiLCJwcm9maWxlSW1hZ2UiOiJhc3NldHMvcHVibGljL2ltYWdlcy91cGxvYWRzL2RlZmF1bHQuc3ZnIiwidG90cFNlY3JldCI6IiIsImlzQWN0aXZlIjp0cnVlLCJjcmVhdGVkQXQiOiIyMDIzLTAzLTEwIDA1OjM5OjE4LjI5OSArMDA6MDAiLCJ1cGRhdGVkQXQiOiIyMDIzLTAzLTEwIDA1OjM5OjE4LjI5OSArMDA6MDAiLCJkZWxldGVkQXQiOm51bGx9LCJpYXQiOjE2Nzg0MjY4NjUsImV4cCI6MTk5Mzc4Njg2NX0.\\\",\\\"sec-ch-ua\\\":\\\"\\\\\\\"Not A(Brand\\\\\\\";v=\\\\\\\"24\\\\\\\", \\\\\\\"Chromium\\\\\\\";v=\\\\\\\"110\\\\\\\"\\\",\\\"sec-ch-ua-mobile\\\":\\\"?0\\\",\\\"sec-ch-ua-platform\\\":\\\"\\\\\\\"macOS\\\\\\\"\\\",\\\"csrf-token\\\":\\\"9843yrtefioudhgyt8943trueohfd\\\",\\\"host\\\":\\\"juiceshop.akto.io\\\",\\\"connection\\\":\\\"close\\\",\\\"content-type\\\":\\\"application/json\\\",\\\"accept-encoding\\\":\\\"gzip, deflate\\\",\\\"user-agent\\\":\\\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.5481.178 Safari/537.36\\\",\\\"sec-fetch-dest\\\":\\\"empty\\\"}\"}, \"response\": {\"statusCode\": 200, \"body\": \"{\\\"modified\\\":1,\\\"original\\\":[{\\\"_id\\\":\\\"Q9ETXE3j6YApqTkyq\\\",\\\"message\\\":\\\"Bad apple\\\",\\\"author\\\":\\\"[email protected]\\\",\\\"product\\\":1,\\\"likesCount\\\":0,\\\"likedBy\\\":[]}],\\\"updated\\\":[{\\\"_id\\\":\\\"Q9ETXE3j6YApqTkyq\\\",\\\"message\\\":\\\"Bad apple\\\",\\\"author\\\":\\\"[email protected]\\\",\\\"product\\\":1,\\\"likesCount\\\":0,\\\"likedBy\\\":[]}]}\", \"headers\": \"{\\\"date\\\":\\\"Wed, 03 Sep 2025 13:28:33 GMT\\\",\\\"Alt-Svc\\\":\\\"h3=\\\\\\\":443\\\\\\\"; ma=2592000,h3-29=\\\\\\\":443\\\\\\\"; ma=2592000\\\",\\\"vary\\\":\\\"Accept-Encoding\\\",\\\"x-frame-options\\\":\\\"SAMEORIGIN\\\",\\\"Connection\\\":\\\"close\\\",\\\"feature-policy\\\":\\\"payment 'self'\\\",\\\"via\\\":\\\"1.1 google\\\",\\\"access-control-allow-origin\\\":\\\"*\\\",\\\"x-content-type-options\\\":\\\"nosniff\\\",\\\"x-recruiting\\\":\\\"/#/jobs\\\",\\\"content-type\\\":\\\"application/json; charset=utf-8\\\",\\\"etag\\\":\\\"W/\\\\\\\"113-LsYk5hInHrGt2Lkrbfy5tE6d6Ps\\\\\\\"\\\",\\\"Content-Length\\\":\\\"275\\\"}\"}}"
],
"message": "{\"request\": {\"url\": \"https://api.example.comproducts/reviews\", \"method\": \"PATCH\", \"type\": \"HTTP/1.1\", \"queryParams\": null, \"body\": \"{\\\"id\\\":\\\"Q9ETXE3j6YApqTkyq\\\",\\\"message\\\":\\\"Bad apple\\\"}\", \"headers\": \"{\\\"sec-fetch-mode\\\":\\\"cors\\\",\\\"referer\\\":\\\"https://api.example.com/juiceshop.akto.io\\\",\\\"x-akto-ignore\\\":\\\"0\\\",\\\"accept\\\":\\\"application/json, text/plain, */*\\\",\\\"authorization\\\":\\\"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJub25lIn0.eyJzdGF0dXMiOiJzdWNjZXNzIiwiZGF0YSI6eyJpZCI6MjEsInVzZXJuYW1lIjoidmljdGltIiwiZW1haWwiOiJ2aWN0aW1AZ21haWwuY29tIiwicGFzc3dvcmQiOiJhNjJlN2JlMGE1NjQwODFiNmE5Zjc1MzA4MjA4YzQzMyIsInJvbGUiOiJjdXN0b21lciIsImRlbHV4ZVRva2VuIjoiIiwibGFzdExvZ2luSXAiOiIiLCJwcm9maWxlSW1hZ2UiOiJhc3NldHMvcHVibGljL2ltYWdlcy91cGxvYWRzL2RlZmF1bHQuc3ZnIiwidG90cFNlY3JldCI6IiIsImlzQWN0aXZlIjp0cnVlLCJjcmVhdGVkQXQiOiIyMDIzLTAzLTEwIDA1OjM5OjE4LjI5OSArMDA6MDAiLCJ1cGRhdGVkQXQiOiIyMDIzLTAzLTEwIDA1OjM5OjE4LjI5OSArMDA6MDAiLCJkZWxldGVkQXQiOm51bGx9LCJpYXQiOjE2Nzg0MjY4NjUsImV4cCI6MTk5Mzc4Njg2NX0.\\\",\\\"sec-ch-ua\\\":\\\"\\\\\\\"Not A(Brand\\\\\\\";v=\\\\\\\"24\\\\\\\", \\\\\\\"Chromium\\\\\\\";v=\\\\\\\"110\\\\\\\"\\\",\\\"sec-ch-ua-mobile\\\":\\\"?0\\\",\\\"sec-ch-ua-platform\\\":\\\"\\\\\\\"macOS\\\\\\\"\\\",\\\"csrf-token\\\":\\\"9843yrtefioudhgyt8943trueohfd\\\",\\\"host\\\":\\\"juiceshop.akto.io\\\",\\\"connection\\\":\\\"close\\\",\\\"content-type\\\":\\\"application/json\\\",\\\"accept-encoding\\\":\\\"gzip, deflate\\\",\\\"user-agent\\\":\\\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.5481.178 Safari/537.36\\\",\\\"sec-fetch-dest\\\":\\\"empty\\\"}\"}, \"response\": {\"statusCode\": 200, \"body\": \"{\\\"modified\\\":1,\\\"original\\\":[{\\\"_id\\\":\\\"Q9ETXE3j6YApqTkyq\\\",\\\"message\\\":\\\"Bad apple\\\",\\\"author\\\":\\\"[email protected]\\\",\\\"product\\\":1,\\\"likesCount\\\":0,\\\"likedBy\\\":[]}],\\\"updated\\\":[{\\\"_id\\\":\\\"Q9ETXE3j6YApqTkyq\\\",\\\"message\\\":\\\"Bad apple\\\",\\\"author\\\":\\\"[email protected]\\\",\\\"product\\\":1,\\\"likesCount\\\":0,\\\"likedBy\\\":[]}]}\", \"headers\": \"{\\\"date\\\":\\\"Wed, 03 Sep 2025 13:28:33 GMT\\\",\\\"Alt-Svc\\\":\\\"h3=\\\\\\\":443\\\\\\\"; ma=2592000,h3-29=\\\\\\\":443\\\\\\\"; ma=2592000\\\",\\\"vary\\\":\\\"Accept-Encoding\\\",\\\"x-frame-options\\\":\\\"SAMEORIGIN\\\",\\\"Connection\\\":\\\"close\\\",\\\"feature-policy\\\":\\\"payment 'self'\\\",\\\"via\\\":\\\"1.1 google\\\",\\\"access-control-allow-origin\\\":\\\"*\\\",\\\"x-content-type-options\\\":\\\"nosniff\\\",\\\"x-recruiting\\\":\\\"/#/jobs\\\",\\\"content-type\\\":\\\"application/json; charset=utf-8\\\",\\\"etag\\\":\\\"W/\\\\\\\"113-LsYk5hInHrGt2Lkrbfy5tE6d6Ps\\\\\\\"\\\",\\\"Content-Length\\\":\\\"275\\\"}\"}}",
"originalMessage": "{\"destIp\":null,\"method\":\"PATCH\",\"requestPayload\":\"{\\\"id\\\":\\\"Q9ETXE3j6YApqTkyq\\\",\\\"message\\\":\\\"Bad apple\\\"}\",\"responsePayload\":\"{\\\"modified\\\":1,\\\"original\\\":[{\\\"message\\\":\\\"Best thing ever!\\\",\\\"author\\\":\\\"[email protected]\\\",\\\"product\\\":1,\\\"likesCount\\\":0,\\\"likedBy\\\":[],\\\"_id\\\":\\\"Q9ETXE3j6YApqTkyq\\\"}],\\\"updated\\\":[{\\\"message\\\":\\\"Bad apple\\\",\\\"author\\\":\\\"[email protected]\\\",\\\"product\\\":1,\\\"likesCount\\\":0,\\\"likedBy\\\":[],\\\"_id\\\":\\\"Q9ETXE3j6YApqTkyq\\\"}]}\",\"ip\":\"null\",\"source\":\"HAR\",\"type\":\"HTTP/1.1\",\"akto_vxlan_id\":1738896228,\"path\":\"https://api.example.comproducts/reviews\",\"requestHeaders\":\"{\\\"sec-fetch-mode\\\":\\\"cors\\\",\\\"referer\\\":\\\"https://juiceshop.akto.io/\\\",\\\"content-length\\\":\\\"48\\\",\\\"sec-fetch-site\\\":\\\"same-origin\\\",\\\"cookie\\\":\\\"language=en; welcomebanner_status=dismiss; cookieconsent_status=dismiss; continueCode=v7BmaPZbQ7NroLqvm1YzMVnwOBAVkTefndgpE5jkJlXey43R68K2D9xWNQgq; token=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJzdGF0dXMiOiJzdWNjZXNzIiwiZGF0YSI6eyJpZCI6MjEsInVzZXJuYW1lIjoidmljdGltIiwiZW1haWwiOiJ2aWN0aW1AZ21haWwuY29tIiwicGFzc3dvcmQiOiJhNjJlN2JlMGE1NjQwODFiNmE5Zjc1MzA4MjA4YzQzMyIsInJvbGUiOiJjdXN0b21lciIsImRlbHV4ZVRva2VuIjoiIiwibGFzdExvZ2luSXAiOiIiLCJwcm9maWxlSW1hZ2UiOiJhc3NldHMvcHVibGljL2ltYWdlcy91cGxvYWRzL2RlZmF1bHQuc3ZnIiwidG90cFNlY3JldCI6IiIsImlzQWN0aXZlIjp0cnVlLCJjcmVhdGVkQXQiOiIyMDIzLTAzLTA5IDE0OjQ2OjI5LjI2OSArMDA6MDAiLCJ1cGRhdGVkQXQiOiIyMDIzLTAzLTA5IDE0OjQ2OjI5LjI2OSArMDA6MDAiLCJkZWxldGVkQXQiOm51bGx9LCJpYXQiOjE2NzgzNzM0MzAsImV4cCI6MTY3ODM5MTQzMH0.JYBu5fv--c9xic_A3yLhvcy2p5o6YjvsVSDnDJ8f5x5cFq5MBfm-Q3a9PrkzFk37QI9nkAsCHXp7lOOdI72sUjHyqZiBu3PT7XzOQmkf8G3D0QZn51oX-bzCEDKbprFoBi5a14duxQvuGhHakoK1La9x8Dgz0SQikeAEsDH6xzo\\\",\\\"accept-language\\\":\\\"en-GB,en-US;q=0.9,en;q=0.8\\\",\\\"origin\\\":\\\"https://api.example.com text/plain, */*\\\",\\\"authorization\\\":\\\"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJzdGF0dXMiOiJzdWNjZXNzIiwiZGF0YSI6eyJpZCI6MjEsInVzZXJuYW1lIjoidmljdGltIiwiZW1haWwiOiJ2aWN0aW1AZ21haWwuY29tIiwicGFzc3dvcmQiOiJhNjJlN2JlMGE1NjQwODFiNmE5Zjc1MzA4MjA4YzQzMyIsInJvbGUiOiJjdXN0b21lciIsImRlbHV4ZVRva2VuIjoiIiwibGFzdExvZ2luSXAiOiIiLCJwcm9maWxlSW1hZ2UiOiJhc3NldHMvcHVibGljL2ltYWdlcy91cGxvYWRzL2RlZmF1bHQuc3ZnIiwidG90cFNlY3JldCI6IiIsImlzQWN0aXZlIjp0cnVlLCJjcmVhdGVkQXQiOiIyMDIzLTAzLTEwIDA1OjM5OjE4LjI5OSArMDA6MDAiLCJ1cGRhdGVkQXQiOiIyMDIzLTAzLTEwIDA1OjM5OjE4LjI5OSArMDA6MDAiLCJkZWxldGVkQXQiOm51bGx9LCJpYXQiOjE2Nzg0MjY4NjUsImV4cCI6MTk5Mzc4Njg2NX0.bUvn24at2rOcuht5hto8QHl7pXdanuLKQDBxqH2MWG2-mMEI8LgWm1R9HhUD209dHL93Ks52KijKJFOlF_5Z3-v47jY-Rf73wcA_Le69-n7EudWwrc_X6EGpNiqovVYm31RZQnU2Q_H-PtzpnzNIOnfE6z_p023acrke-cZkKss\\\",\\\"sec-ch-ua\\\":\\\"\\\\\\\"Not A(Brand\\\\\\\";v=\\\\\\\"24\\\\\\\", \\\\\\\"Chromium\\\\\\\";v=\\\\\\\"110\\\\\\\"\\\",\\\"sec-ch-ua-mobile\\\":\\\"?0\\\",\\\"sec-ch-ua-platform\\\":\\\"\\\\\\\"macOS\\\\\\\"\\\",\\\"csrf-token\\\":\\\"9843yrtefioudhgyt8943trueohfd\\\",\\\"host\\\":\\\"juiceshop.akto.io\\\",\\\"connection\\\":\\\"close\\\",\\\"content-type\\\":\\\"application/json\\\",\\\"accept-encoding\\\":\\\"gzip, deflate\\\",\\\"user-agent\\\":\\\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.5481.178 Safari/537.36\\\",\\\"sec-fetch-dest\\\":\\\"empty\\\"}\",\"responseHeaders\":\"{\\\"access-control-allow-origin\\\":\\\"*\\\",\\\"date\\\":\\\"Thu, 09 Mar 2023 14:50:46 GMT\\\",\\\"content-length\\\":\\\"282\\\",\\\"x-content-type-options\\\":\\\"nosniff\\\",\\\"x-recruiting\\\":\\\"/#/jobs\\\",\\\"vary\\\":\\\"Accept-Encoding\\\",\\\"x-frame-options\\\":\\\"SAMEORIGIN\\\",\\\"etag\\\":\\\"W/\\\\\\\"11a-wFugoEQ0LqvlHgq2VF+QBdLu144\\\\\\\"\\\",\\\"connection\\\":\\\"close\\\",\\\"content-type\\\":\\\"application/json; charset=utf-8\\\",\\\"feature-policy\\\":\\\"payment 'self'\\\"}\",\"time\":\"1738896255\",\"statusCode\":\"200\",\"status\":\"OK\",\"akto_account_id\":\"1667235738\",\"direction\":null,\"is_pending\":\"false\"}"
}
],
"testRunResultSummaryId": {
"date": "2025-09-03T13:27:25",
"timestamp": 1756906045
},
"errorsList": "null",
"testRunId": {
"date": "2025-09-03T13:25:36",
"timestamp": 1756905936
},
"ignoredResult": false,
"rerun": false,
"testSubType": "JWT_NONE_ALGO",
"workflowTest": "null",
"vulnerable": true,
"testRunHexId": "68b841d0828b657eb835f30c",
"testSuperType": "NO_AUTH",
"apiInfoKey": {
"method": "PATCH",
"apiCollectionId": 1738896228,
"url": "https://api.example.comproducts/reviews"
},
"id": {
"date": "2025-09-03T13:28:34",
"timestamp": 1756906114
},
"confidencePercentage": 100,
"endTimestamp": 1756906113,
"startTimestamp": 1756906113,
"hexId": "68b842829304797368c03823"
},
"ignoreReason": "null",
"limit": 0,
"testingRunResultList": "null",
"categories": "null",
"removedRunResultsIssuesList": "null",
"fixedIssuesCount": 0,
"severityInfo": "{}",
"vulnerableRequests": "null",
"filterSubCategory": "null",
"sampleDataVsCurlMap": "null",
"issueId": {
"testSubCategory": "JWT_NONE_ALGO",
"testErrorSource": "AUTOMATED_TESTING",
"testCategoryFromSourceConfig": "null",
"apiInfoKey": {
"method": "PATCH",
"apiCollectionId": 1738896228,
"url": "https://api.example.comproducts/reviews"
},
"testSourceConfig": "null"
},
"similarlyAffectedIssues": "null",
"openIssuesCountDayWise": "null",
"ignoredIssuesCount": 0,
"filterStatus": "null",
"issueIdArray": "null",
"testSourceConfigs": "null",
"endpointsCount": 0,
"testingRunResultSummary": "null",
"fetchOnlyActive": false,
"criticalIssuesCountDayWise": "null",
"response": "null",
"totalIssuesCountDayWise": "null",
"statusToBeUpdated": "null",
"issuesDescriptionMap": "null"
}
You can get this from Settings > Integrations > Akto APls > Generate token
API_KEY
true
1756924199
OPEN
0
1725301800
description
POST /api/fetchVulnerableTestingRunResultsFromIssues HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 357
{
"activeCollections": true,
"endTimeStamp": 1756924199,
"filterStatus": [
"OPEN"
],
"skip": 0,
"startEpoch": 1725301800,
"issuesIds": [
{
"testSubCategory": "PORT_SCANNING",
"testErrorSource": "AUTOMATED_TESTING",
"testCategoryFromSourceConfig": "null",
"apiInfoKey": {
"method": "POST",
"apiCollectionId": 1756113269,
"url": "https://api.example.comv1/t"
},
"testSourceConfig": "null"
}
]
}
description
{
"historicalData": "null",
"showApiInfo": false,
"testingRunResults": [
{
"testResults": [
{
"testInfo": "null",
"vulnerable": true,
"requiresConfig": false,
"percentageMatch": 66.66666666666667,
"confidence": "CRITICAL",
"responses": [
"{\"request\": {\"url\": \"https://api.example.comt\", \"method\": \"POST\", \"type\": \"HTTP/1.1\", \"queryParams\": null, \"body\": \"{\\\"timestamp\\\": \\\"2025-08-25T12:45:07.233Z\\\", \\\"integrations\\\": {\\\"Amplitude\\\": {\\\"groups\\\": {\\\"Organization\\\": \\\"68ac467abfca4b507ea97d64\\\"}, \\\"session_id\\\": \\\"1756125869713\\\"}, \\\"Google Analytics\\\": true, \\\"Amazon Kinesis\\\": false, \\\"Actions Amplitude\\\": {\\\"session_id\\\": 1756125846621}}, \\\"event\\\": \\\"UX Action Performed\\\", \\\"type\\\": \\\"track\\\", \\\"properties\\\": {\\\"experiment_ids\\\": [\\\"688cd287db5a4be18a15a588\\\", \\\"689e520285bd72b4f3f5626f\\\", \\\"689e524fe4a957fdd751024f\\\", \\\"681d0ec00efcdfd219666860\\\", \\\"681e6e3a8fa6316857af2634\\\"], \\\"experiment_variant_ids\\\": [\\\"688cd287db5a4be18a15a51d\\\", \\\"689e520285bd72b4f3f56268\\\", \\\"689e524fe4a957fdd7510248\\\", \\\"681d0ec00efcdfd21966685b\\\", \\\"681e6e3a8fa6316857af2630\\\"], \\\"test_assignments\\\": [\\\"test_GLOBAL_HOLDOUT_Q3_FY26_variant_GLOBAL_HOLDOUT_Q3_FY26_EXPERIMENT_ELIGIBLE\\\", \\\"test_GRADUAL_ROLLOUT_AA_TEST_3_ROUND_2_variant_gradualRolloutAATest3Control\\\", \\\"test_GRADUAL_ROLLOUT_AA_TEST_4_ROUND_2_variant_gradualRolloutAATest4Control\\\", \\\"test_REQUIRE_MFA_AFTER_REGISTRATION_20250221_variant_requireMfaAfterRegistrationVariant\\\", \\\"test_ACTIONABLE_ALERT_EMAILS_20250421_variant_actionableAlertEmailsVariant\\\"], \\\"email\\\": \\\"[email protected]\\\", \\\"cloud_user_id\\\": \\\"68ac466040b1bf3a99d26ffd\\\", \\\"org_id\\\": \\\"68ac467abfca4b507ea97d64\\\", \\\"group_id\\\": \\\"68ac467abfca4b507ea97e00\\\", \\\"browser_name\\\": \\\"Chrome\\\", \\\"browser_version\\\": \\\"138.0.0.0\\\", \\\"os_name\\\": \\\"Linux\\\", \\\"platform_type\\\": \\\"desktop\\\", \\\"userAgent\\\": \\\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.0.0 Safari/537.36\\\", \\\"auid\\\": \\\"examplesessionid\\\", \\\"action\\\": \\\"Collapsed side nav\\\", \\\"context\\\": \\\"Atlas or Charts Side Nav\\\", \\\"url\\\": \\\"https://api.example.com68ac467abfca4b507ea97e00#/overview\\\", \\\"path\\\": \\\"/v2/68ac467abfca4b507ea97e00\\\", \\\"search\\\": \\\"\\\", \\\"hash\\\": \\\"#/overview\\\", \\\"appId\\\": \\\"mms\\\", \\\"referrer\\\": \\\"https://api.example.com \\\"context\\\": {\\\"screen\\\": {\\\"height\\\": 600, \\\"width\\\": 800, \\\"density\\\": 1}, \\\"page\\\": {\\\"path\\\": \\\"/v2/68ac467abfca4b507ea97e00\\\", \\\"search\\\": \\\"\\\", \\\"title\\\": \\\"Project Overview | Cloud: Database-Service Cloud\\\", \\\"url\\\": \\\"https://api.example.com68ac467abfca4b507ea97e00\\\", \\\"referrer\\\": \\\"https://api.example.com \\\"userAgent\\\": \\\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.0.0 Safari/537.36\\\", \\\"userAgentData\\\": {\\\"brands\\\": [{\\\"brand\\\": \\\"Not)A;Brand\\\", \\\"version\\\": \\\"8\\\"}, {\\\"brand\\\": \\\"Chromium\\\", \\\"version\\\": \\\"138\\\"}], \\\"mobile\\\": false, \\\"platform\\\": \\\"Linux\\\"}, \\\"locale\\\": \\\"en-US\\\", \\\"library\\\": {\\\"name\\\": \\\"analytics.js\\\", \\\"version\\\": \\\"next-1.81.0\\\"}, \\\"timezone\\\": \\\"UTC\\\"}, \\\"messageId\\\": \\\"ajs-next-1756125909714-d8118fcd-619e-4b79-96e7-bc3b564f6e59\\\", \\\"userId\\\": \\\"examplesessionid\\\", \\\"anonymousId\\\": \\\"a7c65fe3-4c52-4007-a860-e905049d1b11\\\", \\\"writeKey\\\": \\\"tFLI8kTsjVV1Whb5D6Cgthsjp2f26tRF\\\", \\\"sentAt\\\": \\\"2025-08-25T12:45:09.756Z\\\", \\\"_metadata\\\": {\\\"bundled\\\": [\\\"Madkudu\\\", \\\"Optimizely\\\", \\\"Segment.io\\\"], \\\"unbundled\\\": [], \\\"bundledIds\\\": [\\\"5d432d7d940aec000195a94e\\\", \\\"5e972202a01a6d137cbd1a62\\\"]}}\", \"headers\": \"{\\\"sec-fetch-mode\\\":\\\"cors\\\",\\\"referer\\\":\\\"https://api.example.com/cloud.database-service.com\\\",\\\"x-akto-ignore\\\":\\\"0\\\",\\\"accept\\\":\\\"*/*\\\",\\\"sec-ch-ua\\\":\\\"\\\\\\\"Not)A;Brand\\\\\\\";v=\\\\\\\"8\\\\\\\", \\\\\\\"Chromium\\\\\\\";v=\\\\\\\"138\\\\\\\"\\\",\\\"sec-ch-ua-mobile\\\":\\\"?0\\\",\\\"sec-ch-ua-platform\\\":\\\"\\\\\\\"Linux\\\\\\\"\\\",\\\"host\\\":\\\"api.blue.database-service.com\\\",\\\"connection\\\":\\\"keep-alive\\\",\\\"content-type\\\":\\\"text/plain\\\",\\\"accept-encoding\\\":\\\"gzip, deflate, br, zstd\\\",\\\"user-agent\\\":\\\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.0.0 Safari/537.36\\\",\\\"sec-fetch-dest\\\":\\\"empty\\\"}\"}, \"response\": {\"statusCode\": 200, \"body\": \"{\\n \\\"success\\\": true\\n}\", \"headers\": \"{\\\"Strict-Transport-Security\\\":\\\"max-age=31536000\\\",\\\"Access-Control-Allow-Origin\\\":\\\"https://api.example.com 27 Aug 2025 12:04:37 GMT\\\",\\\"Content-Type\\\":\\\"application/json\\\"}\"}}"
],
"originalMessage": "{\"destIp\":null,\"method\":\"POST\",\"requestPayload\":\"{\\\"timestamp\\\":\\\"2025-08-25T12:45:09.406Z\\\",\\\"integrations\\\":{\\\"Amplitude\\\":{\\\"groups\\\":{\\\"Organization\\\":\\\"68ac467abfca4b507ea97d64\\\"},\\\"session_id\\\":\\\"1756125869713\\\"},\\\"Google Analytics\\\":true,\\\"Actions Amplitude\\\":{\\\"session_id\\\":1756125846621}},\\\"type\\\":\\\"identify\\\",\\\"userId\\\":\\\"examplesessionid\\\",\\\"traits\\\":{\\\"experiment_ids\\\":[\\\"688cd287db5a4be18a15a588\\\",\\\"689e520285bd72b4f3f5626f\\\",\\\"689e524fe4a957fdd751024f\\\",\\\"681d0ec00efcdfd219666860\\\",\\\"681e6e3a8fa6316857af2634\\\"],\\\"experiment_variant_ids\\\":[\\\"688cd287db5a4be18a15a51d\\\",\\\"689e520285bd72b4f3f56268\\\",\\\"689e524fe4a957fdd7510248\\\",\\\"681d0ec00efcdfd21966685b\\\",\\\"681e6e3a8fa6316857af2630\\\"],\\\"test_assignments\\\":[\\\"test_GLOBAL_HOLDOUT_Q3_FY26_variant_GLOBAL_HOLDOUT_Q3_FY26_EXPERIMENT_ELIGIBLE\\\",\\\"test_GRADUAL_ROLLOUT_AA_TEST_3_ROUND_2_variant_gradualRolloutAATest3Control\\\",\\\"test_GRADUAL_ROLLOUT_AA_TEST_4_ROUND_2_variant_gradualRolloutAATest4Control\\\",\\\"test_REQUIRE_MFA_AFTER_REGISTRATION_20250221_variant_requireMfaAfterRegistrationVariant\\\",\\\"test_ACTIONABLE_ALERT_EMAILS_20250421_variant_actionableAlertEmailsVariant\\\"],\\\"email\\\":\\\"[email protected]\\\",\\\"cloud_user_id\\\":\\\"68ac466040b1bf3a99d26ffd\\\",\\\"org_id\\\":\\\"68ac467abfca4b507ea97d64\\\",\\\"group_id\\\":\\\"68ac467abfca4b507ea97e00\\\",\\\"browser_name\\\":\\\"Chrome\\\",\\\"browser_version\\\":\\\"138.0.0.0\\\",\\\"os_name\\\":\\\"Linux\\\",\\\"platform_type\\\":\\\"desktop\\\",\\\"userAgent\\\":\\\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.0.0 Safari/537.36\\\",\\\"auid\\\":\\\"examplesessionid\\\"},\\\"context\\\":{\\\"screen\\\":{\\\"height\\\":600,\\\"width\\\":800,\\\"density\\\":1},\\\"page\\\":{\\\"path\\\":\\\"/v2/68ac467abfca4b507ea97e00\\\",\\\"referrer\\\":\\\"\\\",\\\"search\\\":\\\"\\\",\\\"title\\\":\\\"Project Overview | Cloud: Database-Service Cloud\\\",\\\"url\\\":\\\"https://api.example.com68ac467abfca4b507ea97e00\\\"},\\\"userAgent\\\":\\\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.0.0 Safari/537.36\\\",\\\"userAgentData\\\":{\\\"brands\\\":[{\\\"brand\\\":\\\"Not)A;Brand\\\",\\\"version\\\":\\\"8\\\"},{\\\"brand\\\":\\\"Chromium\\\",\\\"version\\\":\\\"138\\\"}],\\\"mobile\\\":false,\\\"platform\\\":\\\"Linux\\\"},\\\"locale\\\":\\\"en-US\\\",\\\"library\\\":{\\\"name\\\":\\\"analytics.js\\\",\\\"version\\\":\\\"next-1.81.0\\\"},\\\"timezone\\\":\\\"UTC\\\"},\\\"messageId\\\":\\\"ajs-next-1756125909407-69564dab-fde9-4739-9811-8fcd619e8b79\\\",\\\"anonymousId\\\":\\\"a7c65fe3-4c52-4007-a860-e905049d1b11\\\",\\\"writeKey\\\":\\\"tFLI8kTsjVV1Whb5D6Cgthsjp2f26tRF\\\",\\\"sentAt\\\":\\\"2025-08-25T12:45:09.416Z\\\",\\\"_metadata\\\":{\\\"bundled\\\":[\\\"Madkudu\\\",\\\"Optimizely\\\",\\\"Segment.io\\\"],\\\"unbundled\\\":[],\\\"bundledIds\\\":[\\\"5d432d7d940aec000195a94e\\\",\\\"5e972202a01a6d137cbd1a62\\\"]}}\",\"responsePayload\":\"{\\\"success\\\":true}\",\"ip\":\"0.0.0.0\",\"source\":\"HAR\",\"type\":\"HTTP/1.1\",\"akto_vxlan_id\":0,\"path\":\"https://api.example.comi\",\"requestHeaders\":\"{\\\"sec-fetch-mode\\\":\\\"cors\\\",\\\"referer\\\":\\\"https://cloud.database-service.com/\\\",\\\"content-length\\\":\\\"2473\\\",\\\"sec-fetch-site\\\":\\\"same-site\\\",\\\"accept-language\\\":\\\"en-US,en;q=0.9\\\",\\\"origin\\\":\\\"https://cloud.database-service.com\\\",\\\"accept\\\":\\\"*/*\\\",\\\"sec-ch-ua\\\":\\\"\\\\\\\"Not)A;Brand\\\\\\\";v=\\\\\\\"8\\\\\\\", \\\\\\\"Chromium\\\\\\\";v=\\\\\\\"138\\\\\\\"\\\",\\\"sec-ch-ua-mobile\\\":\\\"?0\\\",\\\"sec-ch-ua-platform\\\":\\\"\\\\\\\"Linux\\\\\\\"\\\",\\\"host\\\":\\\"api.blue.database-service.com\\\",\\\"connection\\\":\\\"keep-alive\\\",\\\"content-type\\\":\\\"text/plain\\\",\\\"accept-encoding\\\":\\\"gzip, deflate, br, zstd\\\",\\\"user-agent\\\":\\\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.0.0 Safari/537.36\\\",\\\"sec-fetch-dest\\\":\\\"empty\\\"}\",\"responseHeaders\":\"{\\\"access-control-allow-origin\\\":\\\"https://api.example.com 25 Aug 2025 12:45:09 GMT\\\",\\\"content-length\\\":\\\"21\\\",\\\"vary\\\":\\\"Origin\\\",\\\"content-type\\\":\\\"application/json\\\",\\\"connection\\\":\\\"keep-alive\\\",\\\"strict-transport-security\\\":\\\"max-age=31536000\\\"}\",\"time\":\"1756126139\",\"statusCode\":\"200\",\"status\":\"ok\",\"akto_account_id\":\"1667235738\",\"direction\":null,\"is_pending\":\"false\"}",
"message": "{\"request\": {\"url\": \"https://api.example.comt\", \"method\": \"POST\", \"type\": \"HTTP/1.1\", \"queryParams\": null, \"body\": \"{\\\"timestamp\\\": \\\"2025-08-25T12:45:07.233Z\\\", \\\"integrations\\\": {\\\"Amplitude\\\": {\\\"groups\\\": {\\\"Organization\\\": \\\"68ac467abfca4b507ea97d64\\\"}, \\\"session_id\\\": \\\"1756125869713\\\"}, \\\"Google Analytics\\\": true, \\\"Amazon Kinesis\\\": false, \\\"Actions Amplitude\\\": {\\\"session_id\\\": 1756125846621}}, \\\"event\\\": \\\"UX Action Performed\\\", \\\"type\\\": \\\"track\\\", \\\"properties\\\": {\\\"experiment_ids\\\": [\\\"688cd287db5a4be18a15a588\\\", \\\"689e520285bd72b4f3f5626f\\\", \\\"689e524fe4a957fdd751024f\\\", \\\"681d0ec00efcdfd219666860\\\", \\\"681e6e3a8fa6316857af2634\\\"], \\\"experiment_variant_ids\\\": [\\\"688cd287db5a4be18a15a51d\\\", \\\"689e520285bd72b4f3f56268\\\", \\\"689e524fe4a957fdd7510248\\\", \\\"681d0ec00efcdfd21966685b\\\", \\\"681e6e3a8fa6316857af2630\\\"], \\\"test_assignments\\\": [\\\"test_GLOBAL_HOLDOUT_Q3_FY26_variant_GLOBAL_HOLDOUT_Q3_FY26_EXPERIMENT_ELIGIBLE\\\", \\\"test_GRADUAL_ROLLOUT_AA_TEST_3_ROUND_2_variant_gradualRolloutAATest3Control\\\", \\\"test_GRADUAL_ROLLOUT_AA_TEST_4_ROUND_2_variant_gradualRolloutAATest4Control\\\", \\\"test_REQUIRE_MFA_AFTER_REGISTRATION_20250221_variant_requireMfaAfterRegistrationVariant\\\", \\\"test_ACTIONABLE_ALERT_EMAILS_20250421_variant_actionableAlertEmailsVariant\\\"], \\\"email\\\": \\\"[email protected]\\\", \\\"cloud_user_id\\\": \\\"68ac466040b1bf3a99d26ffd\\\", \\\"org_id\\\": \\\"68ac467abfca4b507ea97d64\\\", \\\"group_id\\\": \\\"68ac467abfca4b507ea97e00\\\", \\\"browser_name\\\": \\\"Chrome\\\", \\\"browser_version\\\": \\\"138.0.0.0\\\", \\\"os_name\\\": \\\"Linux\\\", \\\"platform_type\\\": \\\"desktop\\\", \\\"userAgent\\\": \\\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.0.0 Safari/537.36\\\", \\\"auid\\\": \\\"examplesessionid\\\", \\\"action\\\": \\\"Collapsed side nav\\\", \\\"context\\\": \\\"Atlas or Charts Side Nav\\\", \\\"url\\\": \\\"https://api.example.com68ac467abfca4b507ea97e00#/overview\\\", \\\"path\\\": \\\"/v2/68ac467abfca4b507ea97e00\\\", \\\"search\\\": \\\"\\\", \\\"hash\\\": \\\"#/overview\\\", \\\"appId\\\": \\\"mms\\\", \\\"referrer\\\": \\\"https://api.example.com \\\"context\\\": {\\\"screen\\\": {\\\"height\\\": 600, \\\"width\\\": 800, \\\"density\\\": 1}, \\\"page\\\": {\\\"path\\\": \\\"/v2/68ac467abfca4b507ea97e00\\\", \\\"search\\\": \\\"\\\", \\\"title\\\": \\\"Project Overview | Cloud: Database-Service Cloud\\\", \\\"url\\\": \\\"https://api.example.com68ac467abfca4b507ea97e00\\\", \\\"referrer\\\": \\\"https://api.example.com \\\"userAgent\\\": \\\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.0.0 Safari/537.36\\\", \\\"userAgentData\\\": {\\\"brands\\\": [{\\\"brand\\\": \\\"Not)A;Brand\\\", \\\"version\\\": \\\"8\\\"}, {\\\"brand\\\": \\\"Chromium\\\", \\\"version\\\": \\\"138\\\"}], \\\"mobile\\\": false, \\\"platform\\\": \\\"Linux\\\"}, \\\"locale\\\": \\\"en-US\\\", \\\"library\\\": {\\\"name\\\": \\\"analytics.js\\\", \\\"version\\\": \\\"next-1.81.0\\\"}, \\\"timezone\\\": \\\"UTC\\\"}, \\\"messageId\\\": \\\"ajs-next-1756125909714-d8118fcd-619e-4b79-96e7-bc3b564f6e59\\\", \\\"userId\\\": \\\"examplesessionid\\\", \\\"anonymousId\\\": \\\"a7c65fe3-4c52-4007-a860-e905049d1b11\\\", \\\"writeKey\\\": \\\"tFLI8kTsjVV1Whb5D6Cgthsjp2f26tRF\\\", \\\"sentAt\\\": \\\"2025-08-25T12:45:09.756Z\\\", \\\"_metadata\\\": {\\\"bundled\\\": [\\\"Madkudu\\\", \\\"Optimizely\\\", \\\"Segment.io\\\"], \\\"unbundled\\\": [], \\\"bundledIds\\\": [\\\"5d432d7d940aec000195a94e\\\", \\\"5e972202a01a6d137cbd1a62\\\"]}}\", \"headers\": \"{\\\"sec-fetch-mode\\\":\\\"cors\\\",\\\"referer\\\":\\\"https://api.example.com/cloud.database-service.com\\\",\\\"x-akto-ignore\\\":\\\"0\\\",\\\"accept\\\":\\\"*/*\\\",\\\"sec-ch-ua\\\":\\\"\\\\\\\"Not)A;Brand\\\\\\\";v=\\\\\\\"8\\\\\\\", \\\\\\\"Chromium\\\\\\\";v=\\\\\\\"138\\\\\\\"\\\",\\\"sec-ch-ua-mobile\\\":\\\"?0\\\",\\\"sec-ch-ua-platform\\\":\\\"\\\\\\\"Linux\\\\\\\"\\\",\\\"host\\\":\\\"api.blue.database-service.com\\\",\\\"connection\\\":\\\"keep-alive\\\",\\\"content-type\\\":\\\"text/plain\\\",\\\"accept-encoding\\\":\\\"gzip, deflate, br, zstd\\\",\\\"user-agent\\\":\\\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.0.0 Safari/537.36\\\",\\\"sec-fetch-dest\\\":\\\"empty\\\"}\"}, \"response\": {\"statusCode\": 200, \"body\": \"{\\n \\\"success\\\": true\\n}\", \"headers\": \"{\\\"Strict-Transport-Security\\\":\\\"max-age=31536000\\\",\\\"Access-Control-Allow-Origin\\\":\\\"https://api.example.com 27 Aug 2025 12:04:37 GMT\\\",\\\"Content-Type\\\":\\\"application/json\\\"}\"}}"
}
],
"testRunResultSummaryId": {
"date": "2025-08-27T11:57:18",
"timestamp": 1754003472
},
"errorsList": "null",
"testRunId": {
"date": "2025-08-27T11:57:15",
"timestamp": 1754003472
},
"ignoredResult": false,
"rerun": false,
"vulnerable": true,
"workflowTest": "null",
"testSubType": "PORT_SCANNING",
"testRunHexId": "688bf8105e9aec745dfd8fde",
"testSuperType": "SSRF",
"id": {
"date": "2025-08-27T12:04:38",
"timestamp": 1754005021
},
"apiInfoKey": {
"method": "POST",
"apiCollectionId": 1756113269,
"url": "https://api.example.comt"
},
"confidencePercentage": 100,
"endTimestamp": 1754005020,
"startTimestamp": 1754005020,
"hexId": "68aef4566a58ae3e781f04ba"
}
],
"reportFilters": "ERROR",
"description": "null",
"skip": 0,
"issues": "null",
"subCategories": "null",
"openIssuesCount": 0,
"buaCategoryCount": 0,
"generatedReportId": "null",
"testingRunResult": "null",
"ignoreReason": "null",
"limit": 0,
"testingRunResultList": "null",
"categories": "null",
"fixedIssuesCount": 0,
"severityInfo": "{}",
"vulnerableRequests": "null",
"sampleDataVsCurlMap": "null",
"issueId": "null",
"similarlyAffectedIssues": "null",
"openIssuesCountDayWise": "null",
"ignoredIssuesCount": 0,
"filterStatus": [
"OPEN"
],
"issueIdArray": "null",
"testSourceConfigs": "null",
"testingRunResultSummary": "null",
"endpointsCount": 0,
"fetchOnlyActive": false,
"criticalIssuesCountDayWise": "null",
"response": "null",
"totalIssuesCountDayWise": "null",
"statusToBeUpdated": "null",
"issuesDescriptionMap": "null"
}
You can get this from Settings > Integrations > Akto APls > Generate token
API_KEY
{}
1788546599
0
description
POST /api/getAllTestsCountMap HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 61
{
"filters": "{}",
"endTimestamp": 1788546599,
"startTimestamp": 0
}
description
{
"scheduled": 0,
"continuous": 0,
"cicd": 0,
"allTestRuns": 95,
"oneTime": 95
}
You can get this from Settings > Integrations > Akto APls > Generate token
API_KEY
scheduleTimestamp
-1
50
0
1788546599
0
ONE_TIME
description
POST /api/retrieveAllCollectionTests HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 157
{
"searchString": "",
"sortKey": "scheduleTimestamp",
"sortOrder": -1,
"limit": 50,
"skip": 0,
"endTimestamp": 1788546599,
"startTimestamp": 0,
"testingRunType": "ONE_TIME"
}
description
{
"metadata": "null",
"continuousTesting": false,
"sendMsTeamsAlert": false,
"allTestsCountMap": "{}",
"testRunByTestEditor": false,
"source": "null",
"testRunIds": "null",
"selectedTestRunResultHexIds": "null",
"issueSummaryInfo": "SUCCESS",
"testingRunResult": "null",
"testCountMap": "null",
"limit": 50,
"testingRunHexId": "null",
"testRoleId": "null",
"testName": "null",
"testingRunResultSummaryHexId": "null",
"selectedSlackWebhook": 0,
"maxConcurrentRequests": 0,
"testingRuns": [
{
"periodInSeconds": 0,
"testingRunConfig": "null",
"miniTestingServiceName": "null",
"sendMsTeamsAlert": false,
"testingEndpoints": {
"apisList": [
{
"method": "POST",
"apiCollectionId": 1738896228,
"url": "https://app.akto.io/api/v2/user/pictures"
}
],
"apiCollectionId": 1756113269,
"type": "COLLECTION_WISE",
"operator": "AND"
},
"sendPendingTestsWebhookTimestamp": 0,
"maxConcurrentRequests": -1,
"selectedSlackChannelId": 0,
"testIdConfig": 205047402,
"pickedUpTimestamp": 1755809147,
"sendSlackAlert": false,
"newTestRun": true,
"scheduleTimestamp": 1754001235,
"name": "cloud.database-service.com_IIM_LFI_XSS",
"userEmail": "[email protected]",
"testRunTime": 21600,
"id": {
"date": "2025-08-27T06:56:42",
"timestamp": 1755809466
},
"state": "COMPLETED",
"endTimestamp": 1756280430,
"triggeredBy": "null",
"hexId": "688bf2f11ada921d7889973f"
}
],
"latestTestingRunResultSummaries": {
"68a786baeaeaa41c456c5363": {
"metadata": "null",
"testResultsCount": 3,
"testingRunId": {
"date": "2025-08-21T20:51:06",
"timestamp": 1755809466
},
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 3,
"testingRunHexId": "null",
"newTestingSummary": true,
"id": {
"date": "2025-08-21T20:51:18",
"timestamp": 1755809478
},
"state": "COMPLETED",
"endTimestamp": 1755809600,
"startTimestamp": 1755809468,
"hexId": "68a786c697cb949f4c244edd"
},
"689c19e53827475f8aed6ff0": {
"metadata": "null",
"testResultsCount": 5,
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"originalTestingRunResultSummaryId": "null",
"testingRunId": {
"date": "2025-08-13T04:51:49",
"timestamp": 1755060709
},
"testIdConfig": 0,
"totalApis": 5,
"testInitiatedCount": 1,
"newTestingSummary": true,
"testingRunHexId": "null",
"state": "COMPLETED",
"id": {
"date": "2025-08-13T04:51:57",
"timestamp": 1755060717
},
"endTimestamp": 1755060761,
"startTimestamp": 1755060709,
"hexId": "689c19edce7dbd6c70599a13"
},
"688bf2f11ada921d7889973f": {
"metadata": "null",
"testResultsCount": 1,
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"testingRunId": {
"date": "2025-07-31T22:49:21",
"timestamp": 1754002161
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 1,
"id": {
"date": "2025-07-31T22:49:27",
"timestamp": 1754002167
},
"state": "COMPLETED",
"newTestingSummary": true,
"testingRunHexId": "null",
"endTimestamp": 1754002203,
"startTimestamp": 1754002161,
"hexId": "688bf2f75e9aec745d7a5e13"
},
"688bf80a1ada921d7889ab61": {
"metadata": "null",
"testResultsCount": 10814,
"testingRunId": {
"date": "2025-07-31T23:11:06",
"timestamp": 1754003466
},
"countIssues": {
"HIGH": 5,
"MEDIUM": 2,
"LOW": 13,
"CRITICAL": 1
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 22,
"testInitiatedCount": 867,
"id": {
"date": "2025-07-31T23:11:12",
"timestamp": 1754003472
},
"state": "STOPPED",
"newTestingSummary": true,
"testingRunHexId": "null",
"endTimestamp": 0,
"startTimestamp": 1754003467,
"hexId": "688bf8105e9aec745dfd8fde"
},
"6890ee9d66a7bb759ddade4b": {
"metadata": "null",
"testResultsCount": 3544,
"testingRunId": {
"date": "2025-08-04T17:32:13",
"timestamp": 1754328733
},
"countIssues": {
"HIGH": 3,
"MEDIUM": 2,
"LOW": 0,
"CRITICAL": 17
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 27,
"testInitiatedCount": 138,
"newTestingSummary": true,
"state": "COMPLETED",
"id": {
"date": "2025-08-04T17:51:03",
"timestamp": 1754329863
},
"testingRunHexId": "null",
"endTimestamp": 1754330368,
"startTimestamp": 1754329861,
"hexId": "6890f307ce7dbd6c70284c5d"
},
"68aeabca42ce066ef4d9266f": {
"metadata": "null",
"testResultsCount": 4800,
"countIssues": {
"HIGH": 13,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"testingRunId": {
"date": "2025-08-27T06:55:06",
"timestamp": 1756277706
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 192,
"testInitiatedCount": 27,
"state": "COMPLETED",
"id": {
"date": "2025-08-27T06:55:22",
"timestamp": 1756277722
},
"newTestingSummary": true,
"testingRunHexId": "null",
"endTimestamp": 1756277902,
"startTimestamp": 1756277711,
"hexId": "68aeabdacc9790a05fe47c41"
},
"688beb171ada921d788972c0": {
"metadata": "null",
"testResultsCount": 1,
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"originalTestingRunResultSummaryId": "null",
"testingRunId": {
"date": "2025-07-31T22:15:51",
"timestamp": 1754000151
},
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 1,
"newTestingSummary": true,
"id": {
"date": "2025-07-31T22:15:58",
"timestamp": 1754000158
},
"testingRunHexId": "null",
"state": "COMPLETED",
"endTimestamp": 1754000184,
"startTimestamp": 1754000150,
"hexId": "688beb1e5e9aec745ddf3fb1"
},
"688bf3251ada921d78899826": {
"metadata": "null",
"testResultsCount": 14,
"testingRunId": {
"date": "2025-07-31T22:50:13",
"timestamp": 1754002213
},
"originalTestingRunResultSummaryId": "null",
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"testIdConfig": 0,
"totalApis": 14,
"testInitiatedCount": 1,
"testingRunHexId": "null",
"newTestingSummary": true,
"id": {
"date": "2025-07-31T22:50:17",
"timestamp": 1754002217
},
"state": "COMPLETED",
"endTimestamp": 1754002260,
"startTimestamp": 1754002212,
"hexId": "688bf3295e9aec745d7f948a"
},
"68aeabe842ce066ef4d9269e": {
"metadata": "null",
"testResultsCount": 3113,
"testingRunId": {
"date": "2025-08-27T06:55:36",
"timestamp": 1756277736
},
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 192,
"testInitiatedCount": 58,
"state": "COMPLETED",
"testingRunHexId": "null",
"newTestingSummary": true,
"id": {
"date": "2025-08-27T06:59:16",
"timestamp": 1756277956
},
"endTimestamp": 1756278163,
"startTimestamp": 1756277944,
"hexId": "68aeacc4cc9790a05ff21c0c"
},
"689985023378592037a061fe": {
"metadata": "null",
"testResultsCount": 5,
"countIssues": {
"HIGH": 1,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"testingRunId": {
"date": "2025-08-11T05:52:02",
"timestamp": 1754891522
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 5,
"testInitiatedCount": 1,
"id": {
"date": "2025-08-11T05:52:31",
"timestamp": 1754891551
},
"newTestingSummary": true,
"state": "COMPLETED",
"testingRunHexId": "null",
"endTimestamp": 1754891569,
"startTimestamp": 1754891546,
"hexId": "6899851fce7dbd6c703a0a67"
},
"688bee381ada921d78897b79": {
"metadata": "null",
"testResultsCount": 1,
"countIssues": {
"HIGH": 1,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"originalTestingRunResultSummaryId": "null",
"testingRunId": {
"date": "2025-07-31T22:29:12",
"timestamp": 1754000952
},
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 1,
"id": {
"date": "2025-07-31T22:31:16",
"timestamp": 1754001076
},
"state": "COMPLETED",
"testingRunHexId": "null",
"newTestingSummary": true,
"endTimestamp": 1754001192,
"startTimestamp": 1754001071,
"hexId": "688beeb45e9aec745d253e52"
},
"68aeac9b42ce066ef4d92846": {
"metadata": "null",
"testResultsCount": 8825,
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"testingRunId": {
"date": "2025-08-27T06:58:35",
"timestamp": 1756277915
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 192,
"testInitiatedCount": 50,
"id": {
"date": "2025-08-27T07:28:15",
"timestamp": 1756279695
},
"state": "COMPLETED",
"testingRunHexId": "null",
"newTestingSummary": true,
"endTimestamp": 1756279968,
"startTimestamp": 1756279685,
"hexId": "68aeb38fcc9790a05f506e10"
},
"689112c377743524618e1093": {
"metadata": "null",
"testResultsCount": 1,
"testingRunId": {
"date": "2025-08-04T20:06:27",
"timestamp": 1754337987
},
"countIssues": {
"HIGH": 0,
"MEDIUM": 1,
"LOW": 0,
"CRITICAL": 0
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 1,
"id": {
"date": "2025-08-04T20:06:58",
"timestamp": 1754338018
},
"state": "COMPLETED",
"testingRunHexId": "null",
"newTestingSummary": true,
"endTimestamp": 1754338031,
"startTimestamp": 1754338017,
"hexId": "689112e2ce7dbd6c703f5994"
},
"689103f566a7bb759ddb2906": {
"metadata": "null",
"testResultsCount": 4251,
"testingRunId": {
"date": "2025-08-04T19:03:17",
"timestamp": 1754334197
},
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 2,
"CRITICAL": 1
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 27,
"testInitiatedCount": 210,
"testingRunHexId": "null",
"newTestingSummary": true,
"state": "COMPLETED",
"id": {
"date": "2025-08-04T19:03:19",
"timestamp": 1754334199
},
"endTimestamp": 1754334734,
"startTimestamp": 1754334198,
"hexId": "689103f7ce7dbd6c707686e6"
},
"688bec0b1ada921d7889760a": {
"metadata": "null",
"testResultsCount": 8,
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"testingRunId": {
"date": "2025-07-31T22:19:55",
"timestamp": 1754000395
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 8,
"newTestingSummary": true,
"id": {
"date": "2025-07-31T22:19:58",
"timestamp": 1754000398
},
"state": "COMPLETED",
"testingRunHexId": "null",
"endTimestamp": 1754000464,
"startTimestamp": 1754000394,
"hexId": "688bec0e5e9aec745df12cc4"
},
"68aede5c42ce066ef4d9b22c": {
"metadata": "null",
"testResultsCount": 0,
"countIssues": "null",
"originalTestingRunResultSummaryId": "null",
"testingRunId": {
"date": "2025-08-27T10:30:52",
"timestamp": 1756290652
},
"testIdConfig": 0,
"totalApis": 192,
"testInitiatedCount": 223,
"id": {
"date": "2025-08-27T10:37:07",
"timestamp": 1756291027
},
"state": "STOPPED",
"testingRunHexId": "null",
"newTestingSummary": true,
"endTimestamp": 0,
"startTimestamp": 1756291027,
"hexId": "68aedfd3cc9790a05f6a22fb"
},
"68a78576eaeaa41c456c50fa": {
"metadata": "null",
"testResultsCount": 3,
"testingRunId": {
"date": "2025-08-21T20:45:42",
"timestamp": 1755809142
},
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 5,
"testInitiatedCount": 3,
"id": {
"date": "2025-08-21T20:45:57",
"timestamp": 1755809157
},
"newTestingSummary": true,
"state": "COMPLETED",
"testingRunHexId": "null",
"endTimestamp": 1755809322,
"startTimestamp": 1755809147,
"hexId": "68a7858597cb949f4c11382e"
},
"68aeabf342ce066ef4d926be": {
"metadata": "null",
"testResultsCount": 27035,
"testingRunId": {
"date": "2025-08-27T06:55:47",
"timestamp": 1756277747
},
"originalTestingRunResultSummaryId": "null",
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 1,
"CRITICAL": 3
},
"testIdConfig": 0,
"totalApis": 192,
"testInitiatedCount": 251,
"testingRunHexId": "null",
"id": {
"date": "2025-08-27T06:59:24",
"timestamp": 1756277964
},
"state": "COMPLETED",
"newTestingSummary": true,
"endTimestamp": 1756279597,
"startTimestamp": 1756277953,
"hexId": "68aeaccccc9790a05ff2e173"
},
"68b83f88828b657eb835e1cb": {
"metadata": "null",
"testResultsCount": 0,
"testingRunId": {
"date": "2025-09-03T13:15:52",
"timestamp": 1756905352
},
"originalTestingRunResultSummaryId": "null",
"countIssues": "null",
"testIdConfig": 0,
"totalApis": 8,
"testInitiatedCount": 872,
"id": {
"date": "2025-09-03T13:17:16",
"timestamp": 1756905436
},
"state": "STOPPED",
"newTestingSummary": true,
"testingRunHexId": "null",
"endTimestamp": 1756905463,
"startTimestamp": 1756905436,
"hexId": "68b83fdc82b95e966609f611"
},
"689c1a943827475f8aed71d7": {
"metadata": "null",
"testResultsCount": 1,
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"originalTestingRunResultSummaryId": "null",
"testingRunId": {
"date": "2025-08-13T04:54:44",
"timestamp": 1755060884
},
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 1,
"state": "COMPLETED",
"newTestingSummary": true,
"id": {
"date": "2025-08-13T04:54:47",
"timestamp": 1755060887
},
"testingRunHexId": "null",
"endTimestamp": 1755060919,
"startTimestamp": 1755060884,
"hexId": "689c1a97ce7dbd6c7061a64c"
},
"689113a677743524618e1625": {
"metadata": "null",
"testResultsCount": 1,
"originalTestingRunResultSummaryId": "null",
"countIssues": {
"HIGH": 0,
"MEDIUM": 1,
"LOW": 0,
"CRITICAL": 0
},
"testingRunId": {
"date": "2025-08-04T20:10:14",
"timestamp": 1754338214
},
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 1,
"id": {
"date": "2025-08-04T20:10:16",
"timestamp": 1754338216
},
"state": "COMPLETED",
"testingRunHexId": "null",
"newTestingSummary": true,
"endTimestamp": 1754338233,
"startTimestamp": 1754338215,
"hexId": "689113a8ce7dbd6c7055cb39"
},
"68a77ed9eaeaa41c456c384d": {
"metadata": "null",
"testResultsCount": 3,
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 1,
"CRITICAL": 0
},
"originalTestingRunResultSummaryId": "null",
"testingRunId": {
"date": "2025-08-21T20:17:29",
"timestamp": 1755807449
},
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 3,
"state": "COMPLETED",
"testingRunHexId": "null",
"newTestingSummary": true,
"id": {
"date": "2025-08-21T20:42:26",
"timestamp": 1755808946
},
"endTimestamp": 1755809054,
"startTimestamp": 1755808936,
"hexId": "68a784b297cb949f4c03f5b2"
},
"688beb941ada921d788974a2": {
"metadata": "null",
"testResultsCount": 2,
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"testingRunId": {
"date": "2025-07-31T22:17:56",
"timestamp": 1754000276
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 2,
"testingRunHexId": "null",
"id": {
"date": "2025-07-31T22:18:01",
"timestamp": 1754000281
},
"state": "COMPLETED",
"newTestingSummary": true,
"endTimestamp": 1754000315,
"startTimestamp": 1754000275,
"hexId": "688beb995e9aec745de7f419"
},
"688bed421ada921d788978e2": {
"metadata": "null",
"testResultsCount": 2,
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"testingRunId": {
"date": "2025-07-31T22:25:06",
"timestamp": 1754000706
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 2,
"id": {
"date": "2025-07-31T22:25:10",
"timestamp": 1754000710
},
"newTestingSummary": true,
"state": "COMPLETED",
"testingRunHexId": "null",
"endTimestamp": 1754000746,
"startTimestamp": 1754000705,
"hexId": "688bed465e9aec745d0a3002"
},
"68aeab8d42ce066ef4d9255c": {
"metadata": "null",
"testResultsCount": 3775,
"originalTestingRunResultSummaryId": "null",
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"testingRunId": {
"date": "2025-08-27T06:54:05",
"timestamp": 1756277645
},
"testIdConfig": 0,
"totalApis": 192,
"testInitiatedCount": 196,
"id": {
"date": "2025-08-27T07:38:55",
"timestamp": 1756280335
},
"testingRunHexId": "null",
"newTestingSummary": true,
"state": "COMPLETED",
"endTimestamp": 1756281094,
"startTimestamp": 1756280325,
"hexId": "68aeb60fcc9790a05f78f774"
},
"68aeac1b42ce066ef4d92720": {
"metadata": "null",
"testResultsCount": 1728,
"testingRunId": {
"date": "2025-08-27T06:56:27",
"timestamp": 1756277787
},
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 192,
"testInitiatedCount": 9,
"testingRunHexId": "null",
"id": {
"date": "2025-08-27T07:03:49",
"timestamp": 1756278229
},
"newTestingSummary": true,
"state": "COMPLETED",
"endTimestamp": 1756278367,
"startTimestamp": 1756278219,
"hexId": "68aeadd5cc9790a05f0309a6"
},
"688bf16a1ada921d78899354": {
"metadata": "null",
"testResultsCount": 2,
"originalTestingRunResultSummaryId": "null",
"testingRunId": {
"date": "2025-07-31T22:42:50",
"timestamp": 1754001770
},
"countIssues": {
"HIGH": 1,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 2,
"id": {
"date": "2025-07-31T22:42:55",
"timestamp": 1754001775
},
"state": "COMPLETED",
"newTestingSummary": true,
"testingRunHexId": "null",
"endTimestamp": 1754001822,
"startTimestamp": 1754001771,
"hexId": "688bf16f5e9aec745d58491a"
},
"68a26c5e1eccc44a2276b004": {
"metadata": "null",
"testResultsCount": 67,
"originalTestingRunResultSummaryId": "null",
"countIssues": {
"HIGH": 25,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"testingRunId": {
"date": "2025-08-17T23:57:18",
"timestamp": 1755475038
},
"testIdConfig": 0,
"totalApis": 67,
"testInitiatedCount": 1,
"testingRunHexId": "null",
"state": "COMPLETED",
"id": {
"date": "2025-08-17T23:58:34",
"timestamp": 1755475114
},
"newTestingSummary": true,
"endTimestamp": 1755475155,
"startTimestamp": 1755475110,
"hexId": "68a26caa56a18c31424e60ef"
},
"68b841d0828b657eb835f30c": {
"metadata": "null",
"testResultsCount": 439,
"countIssues": {
"HIGH": 9,
"MEDIUM": 2,
"LOW": 0,
"CRITICAL": 1
},
"testingRunId": {
"date": "2025-09-03T13:25:36",
"timestamp": 1756905936
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 2,
"testInitiatedCount": 223,
"state": "COMPLETED",
"id": {
"date": "2025-09-03T13:27:25",
"timestamp": 1756906045
},
"testingRunHexId": "null",
"newTestingSummary": true,
"endTimestamp": 1756906245,
"startTimestamp": 1756906043,
"hexId": "68b8423d82b95e96663c9cc6"
},
"68aeac2a42ce066ef4d92746": {
"metadata": "null",
"testResultsCount": 584,
"testingRunId": {
"date": "2025-08-27T06:56:42",
"timestamp": 1756277802
},
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 192,
"testInitiatedCount": 11,
"id": {
"date": "2025-08-27T07:09:12",
"timestamp": 1756278552
},
"testingRunHexId": "null",
"newTestingSummary": true,
"state": "COMPLETED",
"endTimestamp": 1756278676,
"startTimestamp": 1756278542,
"hexId": "68aeaf18cc9790a05f1562d3"
},
"6890f52e66a7bb759ddafc95": {
"metadata": "null",
"testResultsCount": 3561,
"countIssues": {
"HIGH": 0,
"MEDIUM": 1,
"LOW": 26,
"CRITICAL": 9
},
"testingRunId": {
"date": "2025-08-04T18:00:14",
"timestamp": 1754330414
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 27,
"testInitiatedCount": 180,
"id": {
"date": "2025-08-04T18:31:23",
"timestamp": 1754332283
},
"newTestingSummary": true,
"testingRunHexId": "null",
"state": "COMPLETED",
"endTimestamp": 1754333200,
"startTimestamp": 1754332279,
"hexId": "6890fc7bce7dbd6c70c45412"
},
"68aec28d45cb0f6413c8efa3": {
"metadata": "null",
"testResultsCount": 32635,
"countIssues": {
"HIGH": 18,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"testingRunId": {
"date": "2025-08-27T08:32:13",
"timestamp": 1756283533
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 192,
"testInitiatedCount": 241,
"id": {
"date": "2025-08-27T09:53:43",
"timestamp": 1756288423
},
"state": "STOPPED",
"newTestingSummary": true,
"testingRunHexId": "null",
"endTimestamp": 0,
"startTimestamp": 1756288423,
"hexId": "68aed5a7cc9790a05ff8c067"
},
"688be9071ada921d78896b24": {
"metadata": "null",
"testResultsCount": 70,
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"testingRunId": {
"date": "2025-07-31T22:07:03",
"timestamp": 1753999623
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 14,
"testInitiatedCount": 5,
"id": {
"date": "2025-07-31T22:12:38",
"timestamp": 1753999958
},
"state": "COMPLETED",
"newTestingSummary": true,
"testingRunHexId": "null",
"endTimestamp": 1754000047,
"startTimestamp": 1753999950,
"hexId": "688bea565e9aec745dcc4323"
},
"689c1c0f3827475f8aed7776": {
"metadata": "null",
"testResultsCount": 5,
"testingRunId": {
"date": "2025-08-13T05:01:03",
"timestamp": 1755061263
},
"originalTestingRunResultSummaryId": "null",
"countIssues": {
"HIGH": 1,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"testIdConfig": 0,
"totalApis": 5,
"testInitiatedCount": 1,
"state": "COMPLETED",
"newTestingSummary": true,
"testingRunHexId": "null",
"id": {
"date": "2025-08-13T05:01:04",
"timestamp": 1755061264
},
"endTimestamp": 1755061281,
"startTimestamp": 1755061262,
"hexId": "689c1c10ce7dbd6c70748d5b"
},
"688befd31ada921d78898dac": {
"metadata": "null",
"testResultsCount": 43,
"testingRunId": {
"date": "2025-07-31T22:36:03",
"timestamp": 1754001363
},
"countIssues": {
"HIGH": 0,
"MEDIUM": 1,
"LOW": 0,
"CRITICAL": 1
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 43,
"state": "COMPLETED",
"testingRunHexId": "null",
"id": {
"date": "2025-07-31T22:36:10",
"timestamp": 1754001370
},
"newTestingSummary": true,
"endTimestamp": 1754001748,
"startTimestamp": 1754001363,
"hexId": "688befda5e9aec745d35ff1b"
},
"68aeac8242ce066ef4d92814": {
"metadata": "null",
"testResultsCount": 5503,
"testingRunId": {
"date": "2025-08-27T06:58:10",
"timestamp": 1756277890
},
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 192,
"testInitiatedCount": 57,
"testingRunHexId": "null",
"newTestingSummary": true,
"state": "COMPLETED",
"id": {
"date": "2025-08-27T07:28:10",
"timestamp": 1756279690
},
"endTimestamp": 1756280430,
"startTimestamp": 1756279680,
"hexId": "68aeb38acc9790a05f5029fd"
},
"68aeac4142ce066ef4d9277e": {
"metadata": "null",
"testResultsCount": 12190,
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"originalTestingRunResultSummaryId": "null",
"testingRunId": {
"date": "2025-08-27T06:57:05",
"timestamp": 1756277825
},
"testIdConfig": 0,
"totalApis": 192,
"testInitiatedCount": 77,
"testingRunHexId": "null",
"id": {
"date": "2025-08-27T07:11:29",
"timestamp": 1756278689
},
"state": "COMPLETED",
"newTestingSummary": true,
"endTimestamp": 1756279104,
"startTimestamp": 1756278679,
"hexId": "68aeafa1cc9790a05f1b003c"
},
"68aef29b42ce066ef4d9f3f7": {
"metadata": "null",
"testResultsCount": 85013,
"testingRunId": {
"date": "2025-08-27T11:57:15",
"timestamp": 1756295835
},
"countIssues": {
"HIGH": 14,
"MEDIUM": 0,
"LOW": 14,
"CRITICAL": 3
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 192,
"testInitiatedCount": 649,
"newTestingSummary": true,
"state": "COMPLETED",
"id": {
"date": "2025-08-27T11:57:18",
"timestamp": 1756295838
},
"testingRunHexId": "null",
"endTimestamp": 1756296805,
"startTimestamp": 1756295836,
"hexId": "68aef29ecc9790a05f449c78"
},
"68aeaca042ce066ef4d92858": {
"metadata": "null",
"testResultsCount": 21130,
"originalTestingRunResultSummaryId": "null",
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 6,
"CRITICAL": 0
},
"testingRunId": {
"date": "2025-08-27T06:58:40",
"timestamp": 1756277920
},
"testIdConfig": 0,
"totalApis": 192,
"testInitiatedCount": 113,
"state": "COMPLETED",
"testingRunHexId": "null",
"id": {
"date": "2025-08-27T07:37:01",
"timestamp": 1756280221
},
"newTestingSummary": true,
"endTimestamp": 1756281302,
"startTimestamp": 1756280211,
"hexId": "68aeb59dcc9790a05f7225a7"
},
"688bf4dc1ada921d78899cdd": {
"metadata": "null",
"testResultsCount": 2,
"countIssues": {
"HIGH": 0,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"testingRunId": {
"date": "2025-07-31T22:57:32",
"timestamp": 1754002652
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 1,
"testInitiatedCount": 2,
"id": {
"date": "2025-07-31T23:08:15",
"timestamp": 1754003295
},
"state": "COMPLETED",
"testingRunHexId": "null",
"newTestingSummary": true,
"endTimestamp": 1754003380,
"startTimestamp": 1754003290,
"hexId": "688bf75f5e9aec745deb7661"
},
"68aee08e42ce066ef4d9bd6a": {
"metadata": "null",
"testResultsCount": 45390,
"countIssues": {
"HIGH": 14,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 1
},
"testingRunId": {
"date": "2025-08-27T10:40:14",
"timestamp": 1756291214
},
"originalTestingRunResultSummaryId": "null",
"testIdConfig": 0,
"totalApis": 192,
"testInitiatedCount": 223,
"newTestingSummary": true,
"state": "COMPLETED",
"id": {
"date": "2025-08-27T10:40:15",
"timestamp": 1756291215
},
"testingRunHexId": "null",
"endTimestamp": 1756295112,
"startTimestamp": 1756291215,
"hexId": "68aee08fcc9790a05f715d42"
},
"6894312c6528ba1f00ba7f39": {
"metadata": "null",
"testResultsCount": 22,
"originalTestingRunResultSummaryId": "null",
"testingRunId": {
"date": "2025-08-07T04:53:00",
"timestamp": 1754542380
},
"countIssues": {
"HIGH": 7,
"MEDIUM": 0,
"LOW": 0,
"CRITICAL": 0
},
"testIdConfig": 0,
"totalApis": 24,
"testInitiatedCount": 1,
"id": {
"date": "2025-08-07T05:00:33",
"timestamp": 1754542833
},
"newTestingSummary": true,
"state": "STOPPED",
"testingRunHexId": "null",
"endTimestamp": 1754542934,
"startTimestamp": 1754542832,
"hexId": "689432f1ce7dbd6c701ae6f4"
}
},
"metadataFilters": "null",
"sortKey": "scheduleTimestamp",
"sortOrder": -1,
"endTimestamp": 1788546599,
"issuesDescriptionMap": "null",
"currentTestStateStatus": "SUCCESS",
"testingRunResults": "null",
"testingRunResultSummaries": "null",
"runIssues": "null",
"skip": 0,
"issuesSummaryInfoMap": {
"REPLACE_CSRF_CUSTOM_1715683047": 1,
"SERVER_VERSION_EXPOSED_VIA_RESPONSE_HEADER": 21,
"SENSITIVE_DATA_EXPOSURE_EMAIL": 11,
"DESCRIPTIVE_ERROR_MESSAGE_INVALID_PAYLOAD": 6,
"REMOVE_TOKENS": 5,
"REPLACE_CSRF_CUSTOM_1715683043": 1,
"TIME_BASED_NOSQLI_JSON_BODY_REPLACE": 1,
"FILE_INCLUSION_NEW_PARAM": 1,
"PORT_SCANNING": 4,
"KUBERNETES_EXPOSED": 9,
"REPLACE_CSRF_CUSTOM_1715683090": 1,
"BYPASS_INPUT_VALIDATION_WITH_NULL_VALUES": 1,
"PAGINATION_MISCONFIGURATION": 1,
"PAYLOAD_ALL_KEYS_INVALID_VALUES": 4,
"BOOLEAN_BASED_SQLI": 1,
"LFI_IN_HEADERS_LINUX": 2,
"SENSITIVE_DATA_EXPOSURE_IP_ADDRESS": 4,
"CHECK_GENERAL_GROUP_CHANGES_OTHER_USERS": 3,
"USER_ENUM_RESPONSE_CONTENT": 1,
"REPLACE_CSRF": 10,
"BYPASS_OTP_RATE_LIMIT": 1,
"CHECK_FL_BOLA": 25,
"MISCONFIGURED_X_FRAME_OPTIONS_HEADER": 2,
"NOSQLI_ERROR_BASED_PARAM_MONGO_SPECIAL_CHARACTERS": 6,
"CUSTOM_GFB": 13,
"DOS_ATTACH_FILE_IN_BODY": 2,
"USER_ENUM_REDIRECT_PAGE": 1,
"UNWANTED_RESPONSE_HEADERS": 2,
"SERVER_VERSION_EXPOSED_IN_AN_INVALID_REQUEST": 2,
"PAYLOAD_KEYS_INVALID_VALUES": 1,
"HEADER_ALL_KEYS_INVALID_VALUES": 5,
"HTTP_RESPONSE_SPLITTING": 1,
"NOSQLI_ERROR_BASED_REPLACE_BODY_MONGO_CUSTOM": 1,
"JWT_INVALID_SIGNATURE": 1,
"FETCH_SENSITIVE_FILES": 2,
"DEFAULT_LOGIN_CREDENTIALS": 2,
"OVERWRITING_EXISTING_RESOURCES_BY_MANIPULATING_IDENTIFIERS": 3,
"AUTH_BYPASS_MULTI_CREDENTIAL_SINGLE_PARAM": 1,
"MANIPULATE_NUMBER_DATA_TYPE": 3,
"UNION_DATA_TYPE_BASED_SQLI_GET": 1,
"CHECK_GENERAL_GROUP_CHANGES": 1,
"SWAGGER_API_EXPOSURE": 3,
"STANDARD_SSRF": 2,
"REPLACE_AUTH_TOKEN_CACHING": 7,
"REMOVE_CSRF": 11,
"REMOVE_TOKENS_NEW": 3,
"AUTH_BYPASS_SQL_INJECTION": 1,
"MUST_CONTAIN_RESPONSE_HEADERS": 5,
"REPLACE_AUTH_TOKEN": 3,
"JWT_NONE_ALGO": 16,
"SENSITIVE_DATA_EXPOSURE_JWT": 2
},
"testingRunsCount": 95,
"cleanUpTestingResources": false,
"jiraIssuesMapForResults": "null",
"authMechanism": {
"authParams": [
{
"showHeader": true,
"where": "HEADER",
"value": "Bearer eyJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJhbmt1c2grb25lQGFrdG8uaW8iLCJpYXQiOjE3NTQzMjg2MzQsImV4cCI6MTc1NDkzMzQzNCwicm9sZSI6InVzZXIifQ.FQtmZw147NT7YuA5UdCk4Gdfajk2qXmni93zqSseUosBOUu4oBYboHagFVlglyVYO6WulCgUxRI3pP2dVkO0DU0hnhdUbnLJXVyfbgD5HFRUSN21_pqYMAJd0ngu6izqHwncbfX50iGh-Ltr8bWg4QVBMaBkbReitOHwolfBAkuVyZCKoATq0GszXDYl9a_akP15qP_2uzMkw5iA8LRnFt1EJMoXBUbYTgkVGHN9NrWVZr9yhfdjn-rEub9IPekrYoRKsxM0pMHyB2Yldj8ZBGCNHVqNaaDJjfUtrB7LytKYHF-hNngj9cno3heM0lOt1xoAEVrbvc7go07Rg6iHYw",
"key": "authorization"
}
],
"apiCollectionIds": "null",
"cacheExpired": true,
"id": "null",
"type": "HardCoded",
"requestData": "null",
"recordedLoginFlowInput": "null",
"uuid": "f8c8201b-b26c-4a9d-9f31-ad44fb4151df"
},
"cicdTests": [
{
"date": "2024-05-12T13:40:11",
"timestamp": 1715521211
}
],
"testRunsByUser": false,
"currentTestsStatus": {
"totalTestsCompleted": 0,
"testRunsScheduled": 0,
"testRunsQueued": 0
},
"latestSummaryIds": "null",
"miniTestingServiceNames": "null",
"usageTestRuns": "SUCCESS",
"allTestsCountsRanges": "null",
"sampleDataVsCurlMap": "null",
"selectedTests": "null",
"testingRunType": "ONE_TIME",
"recurringDaily": false,
"overriddenTestAppUrl": "null",
"workflowTest": "null",
"testingRun": "null",
"misConfiguredTestsCount": 0,
"testRunTime": 0,
"startTimestamp": 0,
"triggeredBy": "null",
"errorEnums": "{}"
}
You can get this from Settings > Integrations > Akto APls > Generate token
API_KEY
68aef29ecc9790a05f449c78
description
POST /api/fetchTestingRunResultsSummary HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 50
{
"testingRunSummaryId": "68aef29ecc9790a05f449c78"
}
description
{
"metadata": "null",
"testResultsCount": 0,
"testingRunId": {
"date": "2025-08-27T11:57:15",
"timestamp": 1756295835
},
"originalTestingRunResultSummaryId": "null",
"countIssues": "null",
"testIdConfig": 0,
"totalApis": 0,
"testInitiatedCount": 0,
"newTestingSummary": true,
"id": {
"date": "2025-08-27T11:57:18",
"timestamp": 1756295838
},
"state": "COMPLETED",
"testingRunHexId": "68aef29b42ce066ef4d9f3f7",
"endTimestamp": 1756296805,
"startTimestamp": 1756295836,
"hexId": "68aef29ecc9790a05f449c78"
}
You can get this from Settings > Integrations > Akto APls > Generate token
API_KEY
description
POST /api/fetchIssuesByApis HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 2
{}
description
{
"countByAPIs": {
"1756113269 https://cloud.mongodb.com/v2/params GET": 2,
"1754328441 http://localhost:8888/community/api/v2/community/posts POST": 2,
"1738896228 https://juiceshop.akto.io/socket.io/ GET": 2,
"1754540465 https://portal.grab.com:443/portal/features/config GET": 1,
"1756113269 https://api.blue.mongodb.com/v1/i POST": 6,
"1753999165 http://127.0.0.1:3000/api/register POST": 2,
"1756113269 https://cloud.mongodb.com/billing/metadata GET": 3,
"1715521134 https://tomato-sepia-ydj4.squarespace.com:443/api/context/config GET": 1,
"1755471268 https://www.uat2.origin.footlocker.com:443/zgw/accounts-experience/v1/accounts/loyalty/rewards GET": 1,
"1756113269 https://services.cloud.mongodb.com/api/admin/v3.0/auth/providers/mongodb-cloud/login POST": 1,
"1756113269 https://cloud.mongodb.com/orgs/OBJECT_ID/usersAndInvites GET": 1,
"1753999165 http://127.0.0.1:3000/api/addTicket POST": 1,
"1738896228 https://juiceshop.akto.io/rest/admin/application-version GET": 3,
"1715521134 https://tomato-sepia-ydj4.squarespace.com:443/api/billing/contracts GET": 2,
"1756113269 https://api.blue.mongodb.com/v1/t POST": 6,
"1715518970 https://tomato-sepia-ydj4.squarespace.com:443/config/marketing/campaigns/invoice/invoice-1/preview POST": 1,
"1755471268 https://www.uat2.origin.footlocker.com:443/widgets/t/survey/INTEGER GET": 1,
"1754328441 http://localhost:8888/identity/api/auth/verify POST": 3,
"1754540465 https://portal.grab.com:443/portal/v1/company/details GET": 1,
"1756113269 https://cloud.mongodb.com/settings/group/users/OBJECT_ID GET": 1,
"1715521134 https://tomato-sepia-ydj4.squarespace.com:443/api/rolodex/INTEGER/profiles/filter-and-sort PUT": 1,
"1755471268 https://www.uat2.origin.footlocker.com:443/zgw/stores-core/v1/stores-by-location GET": 1,
"1753999165 http://127.0.0.1:3000/api/getNote GET": 2,
"1754328441 http://localhost:8888/identity/api/v2/user/videos/INTEGER PUT": 3,
"1715521134 https://tomato-sepia-ydj4.squarespace.com:443/api/census-frontend/INTEGER/sales-overview/totals GET": 2,
"1755471268 https://www.uat2.origin.footlocker.com:443/widgets/t/redeem/INTEGER/en GET": 1,
"1753999165 http://127.0.0.1:3000/login GET": 1,
"1753999165 http://127.0.0.1:3000/api/addNoteWithLink POST": 4,
"1715521134 https://www.google.com:443/recaptcha/enterprise/anchor GET": 1,
"1756113269 https://cloud.mongodb.com/user/shared GET": 1,
"1756113269 https://cloud.mongodb.com/system/health GET": 3,
"1755471268 https://www.uat2.origin.footlocker.com:443/zgw/search-core/suggestions/v3/top-searches GET": 2,
"1754540465 https://portal.grab.com:443/portal/v1/transport/bookings/admin GET": 1,
"1756113269 https://cloud.mongodb.com/v2/params/org/OBJECT_ID GET": 2,
"1754328441 http://localhost:8888/workshop/api/mechanic/ GET": 4,
"1754328441 http://localhost:8888/workshop/api/mechanic/mechanic_report GET": 4,
"1755471268 https://www.uat2.origin.footlocker.com:443/apigate/payment/origin-key GET": 1,
"1754328441 http://localhost:8888/service-report GET": 2,
"1754540465 https://portal.grab.com:443/portal/v1/companies GET": 1,
"1715521134 https://account.squarespace.com:443/api/account/INTEGER/website-summaries GET": 2,
"1753999165 http://127.0.0.1:3000/api/login POST": 4,
"1754540465 https://portal.grab.com:443/portal/v1/user GET": 1,
"1715521134 https://tomato-sepia-ydj4.squarespace.com:443/api/billing/tax-status/preview GET": 2,
"1738896228 https://juiceshop.akto.io/rest/products/reviews PATCH": 11,
"1754328441 http://localhost:8888/workshop/api/merchant/contact_mechanic POST": 3,
"1753999165 http://127.0.0.1:3000/api/addNote POST": 1,
"1754328441 http://localhost:8888/identity/api/v2/user/videos/INTEGER GET": 2,
"1738896228 https://juiceshop.akto.io/rest/user/login POST": 5,
"1755471268 https://www.uat2.origin.footlocker.com:443/apigate/payment/methods GET": 1,
"1756113269 https://services.cloud.mongodb.com/api/private/v1.0/provider/AWS/atlas_regions/US_EAST_1/nearest_app_region GET": 4,
"1754328441 http://localhost:8888/workshop/api/merchant/service_requests/STRING GET": 3,
"1753999165 http://127.0.0.1:3000/api/profile GET": 1,
"1755471268 https://www.uat2.origin.footlocker.com:443/request POST": 1,
"1754328441 http://localhost:8888/identity/api/v2/vehicle/STRING/location GET": 4,
"1755471268 https://www.uat2.origin.footlocker.com:443/zgw/product-core/v1/pdp/sku/STRING GET": 1,
"1756113269 https://cloud.mongodb.com/ui/layout GET": 1,
"1715521134 https://tomato-sepia-ydj4.squarespace.com:443/api/commondata/GetCollectionSettings GET": 2,
"1755471268 https://www.uat2.origin.footlocker.com:443/zgw/search-core/products/v3/search GET": 2,
"1753999165 http://127.0.0.1:3000/api/allChallenges POST": 1,
"1755471268 https://www.uat2.origin.footlocker.com:443/widgets/t/reward-list/INTEGER GET": 1,
"1754540465 https://portal.grab.com:443/portal/v1/authorisation/permissions GET": 1,
"1754328441 http://localhost:8888/workshop/api/shop/orders POST": 1,
"1715518970 https://tomato-sepia-ydj4.squarespace.com:443/api/project-hub/projects GET": 2,
"1738896228 https://juiceshop.akto.io/rest/products/INTEGER/reviews PUT": 3,
"1754328441 http://localhost:8888/community/api/v2/community/posts/STRING GET": 1,
"1753999165 http://127.0.0.1:3000/api/profile POST": 2,
"1756113269 https://cloud.mongodb.com/uiMsgs GET": 1,
"1755471268 https://www.uat2.origin.footlocker.com:443/questionnaire/rpc POST": 1,
"1754540465 https://portal.grab.com:443/portal/v1/groups/lite GET": 1,
"1715521134 https://tomato-sepia-ydj4.squarespace.com:443/api/rolodex/INTEGER/mfe-bundle GET": 1,
"1755471268 https://www.uat2.origin.footlocker.com:443/widgets/t/quiz/INTEGER GET": 1,
"1754540465 https://portal.grab.com:443/portal/company GET": 1,
"1754328441 http://localhost:8888/workshop/api/shop/apply_coupon POST": 1,
"1738896228 https://juiceshop.akto.io/rest/admin/application-configuration GET": 1,
"1738896228 https://juiceshop.akto.io/api/Feedbacks/ POST": 1,
"1756113269 https://services.cloud.mongodb.com/api/admin/v3.0/auth/session POST": 1,
"1755471268 https://www.uat2.origin.footlocker.com:443/zgw/product-core/v1/pdp/sku/INTEGER GET": 1,
"1755471268 https://www.uat2.origin.footlocker.com:443/zgw/accounts-experience/v1/accounts/shopping-preferences/details GET": 1,
"1754328441 http://localhost:8888/community/api/v2/coupon/validate-coupon POST": 6,
"1755471268 https://www.uat2.origin.footlocker.com:443/zgw/accounts-experience/v1/accounts/shopping-preferences PATCH": 1,
"1754328441 http://localhost:8888/identity/api/v2/vehicle/vehicles GET": 2,
"1755471268 https://www.uat2.origin.footlocker.com:443/api/users/preferences PUT": 1,
"1754328441 http://localhost:8888/workshop/api/shop/orders/all GET": 2,
"1753999165 http://127.0.0.1:3000/profile GET": 1,
"1754328441 http://localhost:8888/workshop/api/shop/orders/INTEGER GET": 5,
"1755471268 https://www.uat2.origin.footlocker.com:443/zgw/accounts-experience/v1/accounts/status POST": 1,
"1754328441 http://localhost:8888/identity/api/v2/user/pictures POST": 2,
"1715521134 https://tomato-sepia-ydj4.squarespace.com:443/api/commerce/apps/printondemand GET": 2,
"1715521134 https://tomato-sepia-ydj4.squarespace.com:443/config/marketing/campaigns/invoice/invoice-1/preview POST": 1,
"1755471268 https://www.uat2.origin.footlocker.com:443/zgw/customer-address/v1/customers/fl/countries GET": 1,
"1754328441 http://localhost:8888/identity/api/auth/login POST": 3,
"1738896228 https://juiceshop.akto.io/rest/products/INTEGER/reviews GET": 1,
"1756113269 https://cloud.mongodb.com/backup/web/agents/OBJECT_ID GET": 1,
"1754328441 http://localhost:8888/identity/api/v2/user/videos POST": 2,
"1755471268 https://www.uat2.origin.footlocker.com:443/api/potential-points POST": 1,
"1754540465 https://portal.grab.com:443/portal/groups/INTEGER PUT": 1,
"1754328441 http://localhost:8888/identity/api/auth/v3/check-otp POST": 1,
"1754328441 http://localhost:8888/identity/api/v2/user/dashboard GET": 3,
"1754328441 http://localhost:8888/community/api/v2/community/posts/STRING/comment POST": 1,
"1755471268 https://www.uat2.origin.footlocker.com:443/zgw/stores-core/v1/stores-by-availability/preferred-store/INTEGER GET": 1,
"1756113269 https://cloud.mongodb.com/user/shared POST": 1,
"1755471268 https://www.uat2.origin.footlocker.com:443/zgw/carts/co-cart-aggregation-service/site/fl/cart/klarna/learn-more POST": 1,
"1755471268 https://www.uat2.origin.footlocker.com:443/api/users/preferredStore PUT": 1,
"1756113269 https://api.blue.mongodb.com/v1/p POST": 5,
"1756113269 https://account.mongodb.com/uiMsgs GET": 1,
"1755471268 https://www.uat2.origin.footlocker.com:443/zgw/stores-core/v1/stores-by-location/preferred-store/INTEGER GET": 1,
"1754328441 http://localhost:8888/workshop/api/shop/products GET": 3,
"1756113269 https://cloud.mongodb.com/activity/events/OBJECT_ID POST": 2,
"1753999165 http://127.0.0.1:3000/api/profile/upload POST": 1,
"1756113269 https://api.blue.mongodb.com/v1/m POST": 2,
"1715521134 https://tomato-sepia-ydj4.squarespace.com:443/api/census-frontend/INTEGER/sales-overview GET": 2,
"1755471268 https://www.uat2.origin.footlocker.com:443/widgets/t/activity-list/INTEGER GET": 1,
"1715521134 https://tomato-sepia-ydj4.squarespace.com:443/api/billing/accepted-currencies GET": 2
}
}
You can get this from Settings > Integrations > Akto APls > Generate token
API_KEY
IGNORED
description
POST /api/fetchIssuesFromResultIds HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 251
{
"issueStatusQuery": [
"IGNORED"
],
"issuesIds": [
{
"testSubCategory": "SENSITIVE_DATA_EXPOSURE_EMAIL",
"testErrorSource": "AUTOMATED_TESTING",
"apiInfoKey": {
"method": "POST",
"apiCollectionId": 1756113269,
"url": "https://api.example.comv2/params/org/OBJECT_ID"
}
}
]
}
description
{
"json": [
{
"severity": "null",
"creationTime": 0,
"testRunIssueStatus": "IGNORED",
"unread": false,
"description": "null",
"azureBoardsWorkItemUrl": "null",
"ticketSource": "null",
"ticketProjectKey": "null",
"lastUpdated": 0,
"lastSeen": 0,
"ticketLastUpdatedAt": 0,
"collectionIds": [
1756113269
],
"latestTestingRunSummaryId": "null",
"ignoreReason": "null",
"jiraIssueUrl": "null",
"id": {
"testSubCategory": "PORT_SCANNING",
"testErrorSource": "AUTOMATED_TESTING",
"testCategoryFromSourceConfig": "null",
"apiInfoKey": {
"method": "POST",
"apiCollectionId": 1756113269,
"url": "https://api.example.comp"
},
"testSourceConfig": "null"
},
"ticketId": "null"
}
]
}
You can get this from Settings > Integrations > Akto APls > Generate token
API_KEY
CRITICAL
0
1756906731
description
POST /api/fetchCriticalIssuesTrend HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 77
{
"severityToFetch": [
"CRITICAL"
],
"startTimeStamp": 0,
"endTimeStamp": 1756906731
}
description
{
"epochKey": "monthOfYear",
"issuesTrend": {
"CRITICAL": {
"NUMBER": "null"
}
}
}
You can get this from Settings > Integrations > Akto APls > Generate token
API_KEY
0
1788442655
description
POST /api/fetchTestCoverageData HTTP/1.1
Host: app.akto.io
x-api-key: API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 46
{
"startTimeStamp": 0,
"endTimeStamp": 1788442655
}
description
{
"historicalData": [
{
"apisTested": 0,
"totalApis": 100,
"time": 0,
"riskScore": 0,
"apiCollectionId": 0
}
],
"showApiInfo": false,
"filterCollectionsId": "null",
"testingRunResults": "null",
"reportFilters": "ERROR",
"filterCompliance": "null",
"description": "null",
"skip": 0,
"filterSeverity": "null",
"issues": "null",
"subCategories": "null",
"buaCategoryCount": 0,
"openIssuesCount": 0,
"generatedReportId": "null",
"testingRunResult": "null",
"ignoreReason": "null",
"limit": 0,
"testingRunResultList": "null",
"categories": "null",
"removedRunResultsIssuesList": "null",
"fixedIssuesCount": 0,
"severityInfo": "{}",
"filterSubCategory": "null",
"vulnerableRequests": "null",
"sampleDataVsCurlMap": "null",
"issueId": "null",
"similarlyAffectedIssues": "null",
"openIssuesCountDayWise": "null",
"ignoredIssuesCount": 0,
"filterStatus": "null",
"issueIdArray": "null",
"testSourceConfigs": "null",
"endpointsCount": 0,
"testingRunResultSummary": "null",
"fetchOnlyActive": false,
"criticalIssuesCountDayWise": "null",
"response": "null",
"totalIssuesCountDayWise": "null",
"statusToBeUpdated": "null",
"issuesDescriptionMap": "null"
}
Last updated
Was this helpful?