Entities

List entities

get

List entities by org ID

Responses
200
Entities
application/json
get
GET /banking/entities HTTP/1.1
Host: api.sandbox.trio.com.br
Accept: */*
{
  "data": [
    {
      "birth_state": "pr",
      "brcode_city": "",
      "brcode_name": "",
      "company_id": "0194cc3b-8a35-a03e-abe3-b31b4ff63f8d",
      "constitution_date": "01/01/2024",
      "email": "[email protected]",
      "id": "0194cc3b-8a35-de17-cb20-a592cf92a80b",
      "initiation_service": "iniciador",
      "inserted_at": "2025-02-03 14:34:01.653836Z",
      "legal_name": "Entity Test LLC",
      "monthly_income": 10000000,
      "name": "Entity Test",
      "org_id": "0194cc3b-8a35-630e-b350-feb773198d34",
      "tax_number": "87531045268491",
      "updated_at": "2025-02-03 14:34:01.653845Z"
    }
  ]
}

Show entity

get

Shows an entity

Path parameters
idstring · uuidRequired

Unique identifier

Responses
200
Entity
application/json
get
GET /banking/entities/{id} HTTP/1.1
Host: api.sandbox.trio.com.br
Accept: */*
{
  "data": {
    "birth_state": "pr",
    "brcode_city": "",
    "brcode_name": "",
    "company_id": "0194cc3b-8a35-a03e-abe3-b31b4ff63f8d",
    "constitution_date": "01/01/2024",
    "email": "[email protected]",
    "id": "0194cc3b-8a35-de17-cb20-a592cf92a80b",
    "initiation_service": "iniciador",
    "inserted_at": "2025-02-03 14:34:01.653836Z",
    "legal_name": "Entity Test LLC",
    "monthly_income": 10000000,
    "name": "Entity Test",
    "org_id": "0194cc3b-8a35-630e-b350-feb773198d34",
    "tax_number": "87531045268491",
    "updated_at": "2025-02-03 14:34:01.653845Z"
  }
}

Last updated

Was this helpful?