{ "info": { "_postman_id": "44c9343e-246a-43bb-971c-4d76e8e7b36d", "name": "Invicti ASPM (Kondukto) REST API v2 Authorization Managers Health API", "description": "Public REST API v2 for the Invicti ASPM platform (formerly Kondukto), an Application Security Posture Management platform that centralizes SAST, DAST, SCA, container and pentest findings from more than eighty scanners. The API manages projects, products, teams, labels, scans and vulnerabilities, and is the same public API the open-source KDT command-line client uses. Assembled by API Evangelist from the per-operation OpenAPI 3.1 definitions Kondukto publishes on each page of its API reference.\n\nContact Support:\n Name: Kondukto Support\n Email: support@kondukto.io", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T10:57:08.000Z", "updatedAt": "2026-07-28T10:57:08.000Z", "lastUpdatedBy": "35240", "uid": "35240-44c9343e-246a-43bb-971c-4d76e8e7b36d" }, "item": [ { "name": "api", "item": [ { "name": "v2", "item": [ { "name": "health", "item": [ { "name": "check", "item": [ { "name": "Health Check", "id": "235425bd-659b-4639-ba50-eaa8ffaff884", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/v2/health/check/", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "health", "check", "" ] }, "description": "Api health check" }, "response": [ { "id": "20e6f641-513f-4b83-b1d0-127dc1067baa", "name": "200", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-Cookie", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/v2/health/check/", "host": [ "{{baseUrl}}" ], "path": [ "api", "v2", "health", "check", "" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\"\n}", "createdAt": "2026-07-28T10:57:08.000Z", "updatedAt": "2026-07-28T10:57:08.000Z", "uid": "35240-20e6f641-513f-4b83-b1d0-127dc1067baa" } ], "createdAt": "2026-07-28T10:57:08.000Z", "updatedAt": "2026-07-28T10:57:08.000Z", "uid": "35240-235425bd-659b-4639-ba50-eaa8ffaff884" } ], "id": "5ac833a3-b95c-4a72-9874-a310717f9f4b", "createdAt": "2026-07-28T10:57:08.000Z", "updatedAt": "2026-07-28T10:57:08.000Z", "uid": "35240-5ac833a3-b95c-4a72-9874-a310717f9f4b" } ], "id": "f62d8f50-0faf-47bb-979e-b3044a1bcfc8", "createdAt": "2026-07-28T10:57:08.000Z", "updatedAt": "2026-07-28T10:57:08.000Z", "uid": "35240-f62d8f50-0faf-47bb-979e-b3044a1bcfc8" } ], "id": "0cb66eab-7025-4374-ac19-8013fe4943b0", "createdAt": "2026-07-28T10:57:08.000Z", "updatedAt": "2026-07-28T10:57:08.000Z", "uid": "35240-0cb66eab-7025-4374-ac19-8013fe4943b0" } ], "id": "d83a5286-d071-4262-81ed-000473345934", "createdAt": "2026-07-28T10:57:08.000Z", "updatedAt": "2026-07-28T10:57:08.000Z", "uid": "35240-d83a5286-d071-4262-81ed-000473345934" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-Cookie", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "hostname", "value": "api.kondukto.io" }, { "key": "baseUrl", "value": "https://{{hostname}}" } ] }