Skip to main content

Resource Reference

The Matproof API exposes 182 endpoints across 39 resource groups. This page is a category-organised index of those resources so you can find what you need quickly. For full request/response schemas of any endpoint, the OpenAPI spec is at openapi.json and renders as an interactive playground in the API tab.

Compliance program

Frameworks & SOA

Evidence & tasks

Integrations & sync

Vendor risk & questionnaires

Trust & sharing

Security testing

Devices & endpoints

Training & awareness

OAuth (for building Matproof-integrated apps)

AI assistant

Operational


Sample endpoints

The pages below are concrete walkthroughs of typical endpoints — request shape, response shape, common errors. They use Mintlify’s OpenAPI integration to render the interactive playground inline.

People — list

GET /v1/people — typical list endpoint with pagination

Findings — create

POST /v1/findings — typical create endpoint with idempotency

Vendors — list

GET /v1/vendors — list with filters and DPA fields
For everything else, browse the interactive playground at openapi.json — every endpoint is documented with full request and response schemas, parameter descriptions, and a try-it-now button.

Adding more endpoint pages

Want a hand-written page for a specific endpoint? Create an MDX file under api-reference/ with frontmatter pointing to the operation:
Mintlify renders the operation’s full schema, parameters, request body, and response — and you can add prose above and below for context, code samples, and gotchas specific to your use case.