> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fintoc.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Objeto Event

```json theme={null}
{
  "id": "evt_a4xK32BanKWYn",
  "object": "event",
  "created_at": "2020-04-22T21:10:19.254Z",
  "data": {
    "id": "link_l6J0WLYbiABXxABN",
    "object": "link",
    "holder_id": "770208157",
    "username": "416148503",
    "holder_type": "business",
    "created_at": "2020-12-27T19:06:45.986Z",
    "institution": {
      "id": "cl_banco_de_chile",
      "name": "Banco de Chile",
      "country": "cl"
    },
    "link_token": "link_l6J0WLYbiABXxABN_token_8ZX8ZKCctdRasshzUrWFNn9W",
    "mode": "test",
    "accounts": [
      {
        "id": "acc_XqNDRKQeTnKvpnW5",
        "object": "account",
        "type": "checking_account",
        "number": "746326042",
        "name": "Cuenta Corriente",
        "official_name": "Cuenta Corriente",
        "balance": {
          "available": 51340323,
          "current": 51340323,
          "limit": 51340323
        },
        "holder_id": "770208157",
        "holder_name": "Galarza Saiz S.A. SpA",
        "currency": "CLP",
        "refreshed_at": null
      }
    ]
  },
  "mode": "test",
  "type": "link.created"
}
```

| Atributo     | Tipo     | Descripción                                                                                  |
| :----------- | :------- | :------------------------------------------------------------------------------------------- |
| `id`         | `string` | Identificador único del Event                                                                |
| `object`     | `string` | Identificador del tipo de objeto. Su valor para los `Events` siempre corresponderá a `event` |
| `created_at` | `string` | Fecha de creación del Event, usando ISO 8601                                                 |
| `data`       | `object` | Objeto con los datos asociados al evento                                                     |
| `mode`       | `string` | Indica si el Event está en modo `live` o en modo `test` (para el sandbox)                    |
| `type`       | `string` | Tipo de evento                                                                               |
