Skip to main content
POST
https://lawsuits.production.judit.io
/
requests
/
create
Criar uma requisição
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
}
'
reveal_partners_documents
boolean
Define se os documentos dos sócios devem ser revelados;

Authorizations

api-key
string
header
required

Body

application/json
reveal_partners_documents
boolean

Define se os documentos dos sócios devem ser revelados;