Skip to main content
GET
List defendants

Autorizaciones

Authorization
string
header
requerido

Use Authorization: Bearer YOUR_API_KEY

Parámetros de consulta

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
predeterminado:25

Rows per page (default 25, max 100).

Rango requerido: 1 <= x <= 100

Respuesta

Successful response

data
object[]
requerido
next_cursor
string | null
requerido

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

has_more
boolean
requerido