Autional Autional
API Reference GitHub autional.com →

POST /admin/compliance/pipl/controls

Create a PIPL security control item record

Compliance Management - PIPL `bearerAuth` application/json

Request Body

Schema: dto.CreatePIPLControlRequest

FieldTypeRequiredExampleConstraintsDescription
code string Yes Art.13
name string Yes Informed consent rules
category string No Personal information processing rules
description string No Before processing personal information, inform and obtain individual consent
evidence_url string No https://docs.example.com/pipl/Art.13
status string No compliant

Responses

StatusDescriptionSchema
201createddto.PIPLControlItemResponse
400bad requestdto.ErrorResponse

Referenced Schemas

dto.ErrorResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No 400
message string No invalid request

dto.PIPLControlItem

FieldTypeRequiredExampleConstraintsDescription
category string No Personal information processing rules
control_id string No Art.13
control_name string No Informed consent rules
evidence_url string No https://docs.example.com/...
id string No 01JQ...
last_reviewed string No 2026-04-01T00:00:00Z
status string No compliant

dto.PIPLControlItemResponse

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