APIGovernance.Dev · Example Payload

Apigovernance Guideline Example

All API endpoints must be served over HTTPS to ensure data security in transit.

SecurityHTTPSTransport

Apigovernance Guideline Example is an example object payload from APIGovernance.Dev, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idcategorytitledescriptionseveritytags

Example Payload

apigovernance-guideline-example.json Raw ↑
{
  "id": "gl-001",
  "category": "Security",
  "title": "Use HTTPS for All API Endpoints",
  "description": "All API endpoints must be served over HTTPS to ensure data security in transit.",
  "severity": "critical",
  "tags": [
    "Security",
    "HTTPS",
    "Transport"
  ]
}