Reference / Security

The computed SOC 2-style compliance posture.

GET /v1/security/compliance
Secret API key operationId: compliance

Authorization

Server-to-server. Send a secret key as a Bearer token plus the x-application-id header.

Responses

200 Compliance posture
{
  "data": [
    {
      "detail": "string",
      "key": "string",
      "label": "string",
      "ok": false
    }
  ],
  "error": {
    "code": "string",
    "message": "string"
  },
  "meta": {
    "timestamp": "string"
  },
  "success": false
}

Request

curl -X GET "http://localhost:8080/v1/security/compliance" \

Try it

live request
GET http://localhost:8080/v1/security/compliance