Skip to main content
POST
/
api
/
svc
/
v1
/
virtual-accounts
/
{id}
/
sync-to-secret-store
Sync virtual account token to secret store
curl --request POST \
  --url https://{controlPlaneURL}/api/svc/v1/virtual-accounts/{id}/sync-to-secret-store \
  --header 'Authorization: Bearer <token>'
{
  "syncTokenInSecretStoreInfo": {
    "updatedAt": "<string>",
    "error": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

serviceaccount id

Response

Token synced successfully to secret store

syncTokenInSecretStoreInfo
object
required

Sync status including timestamp and error (if any)