---
title: "Sync a Connected Account"
method: POST
path: "/connected_accounts/sync"
tags: ["/connected_accounts"]
---

# Sync a Connected Account

`POST /connected_accounts/sync`

Request a [connected account](/core-concepts/connected-accounts) sync attempt for the specified `connected_account_id`.

## Request body

- object
  - `connected_account_id` string, uuid, required — ID of the connected account that you want to sync.

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/seam/apis/seam-connect.md) · [All operations](https://skmtc.net/seam/apis/seam-connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seam/seam-connect/versions/00c35395ce12/schema)
