Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
serviceaccount id
curl --request POST \
--url https://{controlPlaneURL}/api/svc/v1/virtual-accounts/{id}/sync-to-secret-store \
--header 'Authorization: Bearer <token>'
curl --request POST \
--url https://{controlPlaneURL}/api/svc/v1/virtual-accounts/{id}/sync-to-secret-store \
--header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
serviceaccount id
Was this page helpful?