Create an LGPD data-subject request
Creates an LGPD access, portability, or erasure request scoped to the path institution. The acting admin subject is derived from the validated identity; the CPF/CNPJ is tokenized server-side and never echoed.
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
The institution's unique identifier (UUID) the LGPD request is scoped to.
"44444444-4444-4444-4444-444444444444"
Body
The data subject's cleartext CPF or CNPJ (tokenized server-side; never echoed nor logged).
"52998224725"
The legal basis for the request (sealed verbatim into the audit payload).
"LGPD art. 18 data subject request"
The LGPD request type (e.g. access, portability, erasure).
"access"
The caller-supplied protocol identifier for correlation.
"PROT-2026-0001"
The document type (cpf or cnpj); inferred from the subject value when omitted.
"cpf"

