Pular para o conteúdo principal
POST
Registrar a resolução de uma solicitação LGPD

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de caminho

institutionId
string
obrigatório

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

Exemplo:

"44444444-4444-4444-4444-444444444444"

id
string
obrigatório

The LGPD request id to resolve.

Exemplo:

"11111111-1111-1111-1111-111111111111"

Corpo

application/json
decision
string
obrigatório

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

Exemplo:

"fulfilled"

decisionReason
string

Optional human-readable reason for the decision.

Exemplo:

"Records delivered via secure channel."

deliveryRef
string

Optional delivery reference for the exported data.

Exemplo:

"DEL-2026-0007"

recordsAffected
integer<int64>

Optional count of records affected by the decision.

Exemplo:

42

recordsEliminated
integer<int64>

Optional count of records eliminated (erasure decisions).

Exemplo:

12

recordsRetained
integer<int64>

Optional count of records retained.

Exemplo:

30

tokensGenerated
integer<int64>

Optional count of new tokens generated during the resolution.

Exemplo:

12

Resposta

OK

id
string
obrigatório

The resolved LGPD request id.

Exemplo:

"11111111-1111-1111-1111-111111111111"