Skip to main content
GET
/
api
/
v1
/
pki
/
syncs
/
aws-secrets-manager
cURL
curl --request GET \
  --url https://us.infisical.com/api/v1/pki/syncs/aws-secrets-manager
{
  "pkiSyncs": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "description": "<string>",
      "destination": "aws-secrets-manager",
      "isAutoSyncEnabled": true,
      "destinationConfig": {
        "region": "us-east-1",
        "keyId": "<string>"
      },
      "syncOptions": {
        "canImportCertificates": false,
        "canRemoveCertificates": true,
        "includeRootCa": false,
        "preserveSecretOnRenewal": true,
        "updateExistingCertificates": true,
        "certificateNameSchema": "<string>",
        "fieldMappings": {
          "certificate": "certificate",
          "privateKey": "private_key",
          "certificateChain": "certificate_chain",
          "caCertificate": "ca_certificate"
        }
      },
      "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "subscriberId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "connectionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "syncStatus": "<string>",
      "lastSyncedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Query Parameters

projectId
string
required
Minimum length: 1

Response

Default Response

pkiSyncs
object[]
required