Skip to main content
POST
Record the resolution of an LGPD request

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

institutionId
string
required

The institution's unique identifier (UUID) the LGPD request is scoped to.

Example:

"44444444-4444-4444-4444-444444444444"

id
string
required

The LGPD request id to resolve.

Example:

"11111111-1111-1111-1111-111111111111"

Body

application/json
decision
string
required

The resolution decision (e.g. fulfilled, refused, partial).

Example:

"fulfilled"

decisionReason
string

Optional human-readable reason for the decision.

Example:

"Records delivered via secure channel."

deliveryRef
string

Optional delivery reference for the exported data.

Example:

"DEL-2026-0007"

recordsAffected
integer<int64>

Optional count of records affected by the decision.

Example:

42

recordsEliminated
integer<int64>

Optional count of records eliminated (erasure decisions).

Example:

12

recordsRetained
integer<int64>

Optional count of records retained.

Example:

30

tokensGenerated
integer<int64>

Optional count of new tokens generated during the resolution.

Example:

12

Response

OK

id
string
required

The resolved LGPD request id.

Example:

"11111111-1111-1111-1111-111111111111"