---
title: "Start Syncronization"
method: POST
path: "/organizations/{organization_id}/accounts/{account_id}/synchronization"
tags: ["Accounts"]
---

# Start Syncronization

`POST /organizations/{organization_id}/accounts/{account_id}/synchronization`

Start a syncronization that will reach out to AWS and describe all of the instance, backup and network entity data. This data will be stored by CloudRanger for fast access.

## Path parameters

- `organization_id` string, required
- `account_id` string, required

## Response `200`

200 response

- PostOrganizationsAccountsSynchronizationResponse
  - `account_id` string
  - `created_at` string, date-time
  - `extract_log` object[]
  - `id` integer
  - `percent_complete` integer
  - `status` string
  - `updated_at` string, date-time

## Other responses

- `201` — 201 response
- `401` — 401 response
- `403` — 403 response
- `404` — 404 response

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/versions/2af2bf148b25/schema)
