Skip to main content
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>"
}

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.

Authorizations

Authorization
string
header
required

JWT Bearer token for authentication

Path Parameters

lawsuit_cnj
string
required
attachment_id
string
required

Response

Successful response

attachment_url
string
required