---
title: "Resync connector target"
method: POST
path: "/v1/connector-targets/{connectorTargetId}/resync"
tags: ["Connectors"]
---

# Resync connector target

`POST /v1/connector-targets/{connectorTargetId}/resync`

Queues a manual resync for a connector target.

## Path parameters

- `connectorTargetId` string, typeid, required

## Response `202`

Connector target resync queued successfully.

- PluginArchConnectorSyncAsyncResponse
  - `ok` true, required
  - `queued` true, required
  - `job` object, required
    - `id` string, typeid, required — Den TypeID with 'cse_' prefix and a 26-character base32 suffix.

## Other responses

- `400` — The connector target path parameters were invalid.
- `401` — The caller must be signed in to resync connector targets.
- `403` — The caller lacks permission to edit this connector instance.
- `404` — The connector target could not be found.

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/versions/073bc652adfb/schema)
