Autional Autional
API Reference GitHub autional.com →

POST /admin/compliance/privacy-impact

Create a Privacy Impact Assessment (e.g., privacy risk assessment before new feature launch)

Compliance Management - Privacy Impact Assessment `bearerAuth` application/json

Request Body

Schema: dto.PIARequest

FieldTypeRequiredExampleConstraintsDescription
description string Yes Assess privacy risk of user profiling feature
title string Yes New user profiling feature PIA
data string No {"processing_activity":"User behavior analysis"}

Responses

StatusDescriptionSchema
201createddto.PIAItemResponse
400bad requestdto.ErrorResponse

Referenced Schemas

dto.ErrorResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No 400
message string No invalid request

dto.PIAItemResponse

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

dto.PIAResponse

FieldTypeRequiredExampleConstraintsDescription
created_at string No 2026-05-01T10:00:00Z
description string No Privacy impact assessment for user profiling feature
id string No 01JQ...
status string No completed
title string No New User Profiling PIA