Patchman API
  • Api Root
GET
  • json
  • api

Api Root

GET /api/v1/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "detections/applications": "https://portal.patchman.co/api/v1/detections/applications/",
    "detections/malware": "https://portal.patchman.co/api/v1/detections/malware/",
    "detections/dynamic-malware": "https://portal.patchman.co/api/v1/detections/dynamic-malware/",
    "detections/vulnerabilities": "https://portal.patchman.co/api/v1/detections/vulnerabilities/",
    "endusers": "https://portal.patchman.co/api/v1/endusers/",
    "license-keys": "https://portal.patchman.co/api/v1/license-keys/",
    "policies": "https://portal.patchman.co/api/v1/policies/",
    "policies-base-email-template": "https://portal.patchman.co/api/v1/policies-base-email-template/",
    "report": "https://portal.patchman.co/api/v1/report/",
    "report/list": "https://portal.patchman.co/api/v1/report/list/",
    "diagnostics": "https://portal.patchman.co/api/v1/diagnostics/",
    "servergroups": "https://portal.patchman.co/api/v1/servergroups/",
    "servers": "https://portal.patchman.co/api/v1/servers/",
    "suborganizations": "https://portal.patchman.co/api/v1/suborganizations/",
    "token": "https://portal.patchman.co/api/v1/token/",
    "users": "https://portal.patchman.co/api/v1/users/",
    "filecleans": "https://portal.patchman.co/api/v1/filecleans/"
}