COMMON HEADERS
Authorization: Bearer <token> X-Correlation-Id: <uuid> Idempotency-Key: <uuid> X-Request-Timestamp: <RFC3339> Content-Type: application/json
REFERENCE API CONTRACT
Reference API published for profiles, envelopes, protected decryption and audit events.
RESOURCE MODEL
| Method | Endpoint | Purpose |
|---|---|---|
GET | /v1/protection-profiles/{profileId} | Read allowed algorithms, recipients and policy version |
POST | /v1/envelopes/validate | Validate envelope structure and binding metadata |
POST | /v1/protected-decryptions | Decrypt only inside the approved backend boundary |
GET | /v1/audit-events/{transactionId} | Read masked security evidence |
COMMON HEADERS
Authorization: Bearer <token> X-Correlation-Id: <uuid> Idempotency-Key: <uuid> X-Request-Timestamp: <RFC3339> Content-Type: application/json
REQUEST ENVELOPE
{
"profileId": "QS-DSS-2026.07",
"requestId": "5fda47cb-55c8-45a8-81a6-2dd1d1938b47",
"mode": "controlled-evaluation",
"evidenceRequired": true
}ERROR MODEL
400 — Invalid schema or unsupported profile401/403 — Authentication or policy denial409 — Idempotency or state conflict422 — Evidence or compatibility requirement not met503 — Protected dependency unavailable; fail-closed unless approved otherwiseVERSIONING
IMPLEMENTATION PATH
Validate the API contract together with the test corpus and readiness passport.