---
title: "Synchronize secrets for user"
method: POST
path: "/ide/sync-secrets"
---

# Synchronize secrets for user

`POST /ide/sync-secrets`

Resolves and synchronizes secrets for the authenticated user based on
the provided Fully Qualified Secret Names (FQSNs).

## Request body

- object
  - `fqsns` object[], required — Array of Fully Qualified Secret Names to resolve
  - `orgScopeId` string, nullable — Organization ID to scope secret resolution to
  - `orgScopeSlug` string, nullable — Organization slug to scope secret resolution to

## Response `200`

Successfully resolved secrets

- object[]

## Other responses

- `404` — User not found

## Changes

- **2026-07-17** `ab492abfe81e` — 1 info
  - endpoint added
- **2025-04-18** `c8f4a74185ef` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/continuedev/apis/continue-hub-ide-api/changes/ide/sync-secrets/post.md)

---

[API](https://skmtc.dev/continuedev/apis/continue-hub-ide-api.md) · [All operations](https://skmtc.dev/continuedev/apis/continue-hub-ide-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/continuedev/continue-hub-ide-api/revisions/ab492abfe81e/schema)
