Autional Autional
API Reference GitHub autional.com →

GET /compliance/public/security-score

Trust Center: Calculate and return security score (no auth)

Compliance Management - Trust Center None application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
X-Tenant-ID header string No Tenant ID

Responses

StatusDescriptionSchema
200Security scoredto.PublicSecurityScoreResponse
500Internal server errordto.ErrorResponse

Referenced Schemas

dto.ErrorResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No 400
message string No invalid request

dto.PublicSecurityScoreResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data dto.SecurityScore No
message string No
timestamp string No

dto.SecurityScore

FieldTypeRequiredExampleConstraintsDescription
calculated_at string No 2026-05-09T12:00:00Z
dimensions array of

See dto.SecurityScoreDim

No
grade string No A
max_score integer No 100
methodology_version string No v1.0
overall_score integer No 94

dto.SecurityScoreDim

FieldTypeRequiredExampleConstraintsDescription
name string No iso27001_coverage
score integer No 98
weight number No 0.3