Skip to main content
GET
List defendants

Authorizations

Authorization
string
header
required

Use Authorization: Bearer YOUR_API_KEY

Query Parameters

q
string

Partial match on the identification number (cédula or NIT).

name
string

Partial, case-insensitive match on the name.

cursor
string

Opaque pagination cursor from a previous response's next_cursor. Omit for the first page.

page_size
integer
default:25

Rows per page (default 25, max 100).

Required range: 1 <= x <= 100

Response

Successful response

data
object[]
required
next_cursor
string | null
required

Cursor for the next page. null when has_more is false.

has_more
boolean
required