Pular para o conteúdo principal
POST
Criar uma solicitação de titular de dados 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"

Corpo

application/json
cpfCnpj
string
obrigatório

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

Exemplo:

"52998224725"

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

Exemplo:

"LGPD art. 18 data subject request"

requestType
string
obrigatório

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

Exemplo:

"access"

requesterProtocol
string
obrigatório

The caller-supplied protocol identifier for correlation.

Exemplo:

"PROT-2026-0001"

docType
string

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

Exemplo:

"cpf"

Resposta

Created

id
string
obrigatório

The newly created LGPD request id.

Exemplo:

"11111111-1111-1111-1111-111111111111"

requesterProtocol
string
obrigatório

The caller-supplied protocol identifier echoed for correlation.

Exemplo:

"PROT-2026-0001"