PlexTrac API

PlexTrac's JWT-authenticated REST API (v1 and v2) for managing clients, reports, findings, assets, and content-library writeups, along with tenant/RBAC administration and outbound webhooks. The base URL is the customer's own PlexTrac instance (the multi-tenant SaaS instance is app.plextrac.com); authentication is a bearer JWT obtained from POST /api/v1/authenticate with a 15-minute expiry.

API entry from apis.yml

apis.yml Raw ↑
name: PlexTrac API
description: PlexTrac's JWT-authenticated REST API (v1 and v2) for managing clients, reports, findings,
  assets, and content-library writeups, along with tenant/RBAC administration and outbound webhooks. The
  base URL is the customer's own PlexTrac instance (the multi-tenant SaaS instance is app.plextrac.com);
  authentication is a bearer JWT obtained from POST /api/v1/authenticate with a 15-minute expiry.
humanURL: https://api-docs.plextrac.com/
baseURL: https://app.plextrac.com/api/v1
tags:
- Penetration Testing
- Vulnerability Management
- Security Reporting
properties:
- type: Authentication
  url: authentication/plextrac-llc-authentication.yml
- type: Webhooks
  url: asyncapi/plextrac-llc-webhooks.yml
- type: Conventions
  url: conventions/plextrac-llc-conventions.yml
- type: Lifecycle
  url: lifecycle/plextrac-llc-lifecycle.yml
- type: Deprecation
  url: lifecycle/plextrac-llc-lifecycle.yml
- type: Conformance
  url: conformance/plextrac-llc-conformance.yml
- type: MCPServer
  url: mcp/plextrac-llc-mcp.yml