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>"
}
}Syncs the virtual account token to the configured secret store. Returns the updated JWT with sync metadata including timestamp and error (if any).
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>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
serviceaccount id
Token synced successfully to secret store
Sync status including timestamp and error (if any)
Show child attributes
Was this page helpful?