---
title: "Retrieve sync information for all of a user's accounts"
method: GET
path: "/accounts/syncs"
tags: ["accounts"]
---

# Retrieve sync information for all of a user's accounts

`GET /accounts/syncs`

Requires **accounts:read** scope.

## Response `200`

Successful Accounts Syncs Response

- object
  - `data` AccountSync[]
    - `accountId` string, required — The unique identity of the account.
    - `lastSuccessfulSync` string, date-time, nullable, required — The date at which the account was last synchronised successfully with the provider
  - `links` Links
    - `next` string, uri — The url to retrieve the next page of results from
    - `prev` string, uri — The url to retrieve the previous page of results from
    - `self` string, uri, required — The url of the current resource(s)
  - `meta` object

## Other responses

- `401` — Unsuccessful Response - Not authorised - Missing authorization header - Invalid access Token
- `403` — Unsuccessful Response - Forbidden - Invalid scopes

---

[API](https://skmtc.net/moneyhub/apis/moneyhub-data-api.md) · [All operations](https://skmtc.net/moneyhub/apis/moneyhub-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moneyhub/moneyhub-data-api/revisions/f2eb965eb9af/schema)
