Skip to main content
POST
Create an LGPD data-subject 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"

Body

application/json
cpfCnpj
string
required

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

Example:

"52998224725"

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

Example:

"LGPD art. 18 data subject request"

requestType
string
required

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

Example:

"access"

requesterProtocol
string
required

The caller-supplied protocol identifier for correlation.

Example:

"PROT-2026-0001"

docType
string

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

Example:

"cpf"

Response

Created

id
string
required

The newly created LGPD request id.

Example:

"11111111-1111-1111-1111-111111111111"

requesterProtocol
string
required

The caller-supplied protocol identifier echoed for correlation.

Example:

"PROT-2026-0001"