Esse endpoint realiza consulta de dados cadastrais por CPF, nome ou RJI
curl --request POST \
--url https://lawsuits.production.judit.io/requests/create \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '{
"search": {
"search_type": "<string>",
"search_key": "<string>"
},
"reveal_partners_documents": true
}'
Define se os documentos dos sócios devem ser revelados;
curl --request POST \
--url https://lawsuits.production.judit.io/requests/create \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '{
"search": {
"search_type": "<string>",
"search_key": "<string>"
},
"reveal_partners_documents": true
}'
Esse endpoint realiza consulta de dados cadastrais por CPF, nome ou RJI
curl --request POST \
--url https://lawsuits.production.judit.io/requests/create \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '{
"search": {
"search_type": "<string>",
"search_key": "<string>"
},
"reveal_partners_documents": true
}'
Define se os documentos dos sócios devem ser revelados;
curl --request POST \
--url https://lawsuits.production.judit.io/requests/create \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '{
"search": {
"search_type": "<string>",
"search_key": "<string>"
},
"reveal_partners_documents": true
}'