> ## 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.

# Refresh Intent object

```json theme={null}
{
  "id": "ri_a6WUojQ2SjSSeFjH",
  "object": "refresh_intent",
  "created_at": "2022-12-01T01:50:12Z",
  "new_movements": 3,
  "refreshed_object": "account",
  "refreshed_object_id": "acc_nMNejK7BT8oGbvO4",
  "requires_mfa": null,
  "status": "succeeded",
  "type": "only_last"
}
```

| Attribute             | Type      | Description                                                                                                                                                                                                                                                                               |
| :-------------------- | :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `id`                  | `string`  | Unique identifier for the Refresh Intent                                                                                                                                                                                                                                                  |
| `object`              | `string`  | Identifier for the type of object. Its value for `Refresh Intent` will always correspond to `refresh_intent`                                                                                                                                                                              |
| `created_at`          | `string`  | Refresh Intent's creation date, using ISO 8601                                                                                                                                                                                                                                            |
| `new_movements`       | `integer` | Amount of new movements (**since the last refresh**). It is only present when `refreshed_object` is `account`                                                                                                                                                                             |
| `refreshed_object`    | `string`  | Indicates the type of refreshed object. It can correspond to `link` or `account`                                                                                                                                                                                                          |
| `refreshed_object_id` | `string`  | Unique identifier for the refreshed object                                                                                                                                                                                                                                                |
| `requires_mfa`        | `object`  | Corresponds to an object with a `widget_token` key. If present, the account requires `mfa` to refresh, so you need to open the widget with the `widget_token` given. If `null`, you don't need to open the widget to request a refresh                                                    |
| `status`              | `string`  | Indicates the status of the Refresh Intent. Possible values are `succeeded`, `failed` and `rejected`.                                                                                                                                                                                     |
| `type`                | `string`  | Corresponds to whether the Refresh Intent is `historical` (new Links will trigger this kind of Refresh Intents to get every movement) or `only_last` (tipically you will trigger this kinds of Refresh Intents, meaning only fetching the latest movements that weren't on Fintoc before) |
