Saltar al contenido principal
POST
Crear una solicitud de titular de datos LGPD

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

institutionId
string
requerido

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

Ejemplo:

"44444444-4444-4444-4444-444444444444"

Cuerpo

application/json
cpfCnpj
string
requerido

The data subject's cleartext CPF or CNPJ (tokenized server-side; never echoed nor logged).

Ejemplo:

"52998224725"

The legal basis for the request (sealed verbatim into the audit payload).

Ejemplo:

"LGPD art. 18 data subject request"

requestType
string
requerido

The LGPD request type (e.g. access, portability, erasure).

Ejemplo:

"access"

requesterProtocol
string
requerido

The caller-supplied protocol identifier for correlation.

Ejemplo:

"PROT-2026-0001"

docType
string

The document type (cpf or cnpj); inferred from the subject value when omitted.

Ejemplo:

"cpf"

Respuesta

Created

id
string
requerido

The newly created LGPD request id.

Ejemplo:

"11111111-1111-1111-1111-111111111111"

requesterProtocol
string
requerido

The caller-supplied protocol identifier echoed for correlation.

Ejemplo:

"PROT-2026-0001"