The computed SOC 2-style compliance posture.
GET
Secret API key operationId: compliance/v1/security/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 requestGET
http://localhost:8080/v1/security/compliance