---
title: "POST /v2/account/{account_id}/sync"
method: POST
path: "/v2/account/{account_id}/sync"
tags: ["Account"]
---

# POST /v2/account/{account_id}/sync

`POST /v2/account/{account_id}/sync`

## Path parameters

- `account_id` string, uuid, required

## Query parameters

- `non_blocking` boolean

## Request body

- SyncAccountRequest
  - `account_id` string, uuid, required
  - `master_view_seed` string, required
  - `auth_hmac_key` string, base64, required

## Response `200`

Account sync initiated/completed

- SyncAccountResponse
  - `task_id` string, uuid, required
  - `completed` boolean, required

---

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