Pular para o conteúdo principal
POST
/
lawsuits
/
count
Contagem de processos
curl --request POST \
  --url https://requests.production.judit.io/lawsuits/count \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "search": {
    "search_type": "cpf",
    "search_key": "string"
  }
}
'
{
  "total": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.judit.io/llms.txt

Use this file to discover all available pages before exploring further.

Autorizações

Authorization
string
header
obrigatório

JWT Bearer token for authentication

Corpo

application/json

Resposta

Successful response

total
number
obrigatório