curl --location --request GET '/fidix/v1/persons?person_type=LEGAL&limit=20&offset=0' \
--header 'X-Organization-ID: {{organization_id}}' \
--header 'Authorization: Bearer <token>'{
"persons": [
{
"id": "92061b7d-4792-4ad8-b918-ec1587d8fdca",
"organization_id": "00000000-0000-0000-0000-000000000001",
"person_type": "LEGAL",
"email": "contacto@fidi.cl",
"status": "ACTIVE",
"company_name": "Fidi SpA",
"created_at": "2025-12-22T10:30:00Z",
"updated_at": "2025-12-22T10:30:00Z"
}
],
"pagination": {
"total": 1,
"limit": 20,
"offset": 0
},
"metadata": {
"trace_id": "list-legal-456",
"timestamp": "2025-12-22T11:00:00Z"
}
}