Pular para o conteúdo principal
GET
/
warrants
/
{lawsuit_cnj}
/
attachments
/
{attachment_id}
URL de anexo de mandado
curl --request GET \
  --url https://requests.production.judit.io/warrants/{lawsuit_cnj}/attachments/{attachment_id} \
  --header 'Authorization: Bearer <token>'
{
  "attachment_url": "<string>"
}

Autorizações

Authorization
string
header
obrigatório

JWT Bearer token for authentication

Parâmetros de caminho

lawsuit_cnj
string
obrigatório
attachment_id
string
obrigatório

Resposta

Successful response

attachment_url
string
obrigatório