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

# Request the new movements

If you receive the `account.refresh_intent.succeeded` event, you can be certain that the account is updated with the latest movements available at the bank.

To get the latest movements, you need to make a request to the [List Movements](/reference/movements-api/movements/movements-list) endpoint with the `id` of the account that was sent with the event. Remember that the `new_movements` field only indicates the amount of new movements that were created with the Link Intent update.

<Info>
  **Important**

  We send an event for every updated account, so you shouldn't request the movements of every account when the first event arrives. For example, if your Link has three accounts and the first event arrives, it is very likely that the other two accounts are still outdated.
</Info>
