Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Infisical PKI Syncs API

The PKI Syncs API from Infisical — 72 operation(s) for pki syncs.

Infisical PKI Syncs API is one of 73 APIs that Infisical publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include PKI Syncs. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 124 operations across 72 paths. It is described by OpenAPI 3.0.3, at version 0.0.1.

Requests are made against 3 base URLs: https://us.infisical.com, https://eu.infisical.com, http://localhost:8080.

124 operations 72 paths 0 schemas 18 DELETE40 GET16 PATCH50 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
0.0.1
Base URL
https://app.infisical.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Infisical PKI Syncs API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth).

  • bearerAuth — An access token in Infisical

Paths & Operations 124

Across 72 paths, the API surfaces 124 operations — 18 DELETE, 40 GET, 16 PATCH, 50 POST. Each is listed below with its method, path, parameters, and response codes.

PKI Syncs 124
GET
/api/v1/cert-manager/syncs/options
List the available PKI Sync Options.
listPkiSyncOptions → 200400401403404422500
GET
/api/v1/cert-manager/syncs
List all the PKI Syncs for the specified project.
listPkiSyncs 2 params → 200400401403404422500
GET
/api/v1/cert-manager/syncs/{pkiSyncId}
Get a PKI Sync by ID.
getPkiSync 1 param → 200400401403404422500
GET
/api/v1/cert-manager/syncs/{pkiSyncId}/certificates
List all certificates associated with a PKI Sync.
listPkiSyncCertificates 3 params → 200400401403404422500
POST
/api/v1/cert-manager/syncs/{pkiSyncId}/certificates
Add certificates to a PKI Sync.
addCertificatesToPkiSync 1 param body → 200400401403404422500
DELETE
/api/v1/cert-manager/syncs/{pkiSyncId}/certificates
Remove certificates from a PKI Sync.
removeCertificatesFromPkiSync 1 param body → 200400401403404422500
GET
/api/v1/cert-manager/syncs/azure-key-vault
List the Azure Key Vault PKI Syncs for the specified project.
listAzureKeyVaultPkiSyncs → 200400401403404422500
POST
/api/v1/cert-manager/syncs/azure-key-vault
Create a Azure Key Vault PKI Sync for the specified project.
createAzureKeyVaultPkiSync body → 200400401403404422500
GET
/api/v1/cert-manager/syncs/azure-key-vault/{pkiSyncId}
Get the specified Azure Key Vault PKI Sync by ID.
getAzureKeyVaultPkiSync 1 param → 200400401403404422500
PATCH
/api/v1/cert-manager/syncs/azure-key-vault/{pkiSyncId}
Update the specified Azure Key Vault PKI Sync.
updateAzureKeyVaultPkiSync 1 param body → 200400401403404422500
DELETE
/api/v1/cert-manager/syncs/azure-key-vault/{pkiSyncId}
Delete the specified Azure Key Vault PKI Sync.
deleteAzureKeyVaultPkiSync 1 param → 200400401403404422500
POST
/api/v1/cert-manager/syncs/azure-key-vault/{pkiSyncId}/sync
Trigger a sync for the specified Azure Key Vault PKI Sync.
syncAzureKeyVaultPkiSync 1 param → 200400401403404422500
POST
/api/v1/cert-manager/syncs/azure-key-vault/{pkiSyncId}/remove-certificates
Remove certificates from the specified Azure Key Vault PKI Sync destination.
removeAzureKeyVaultPkiSyncCertificates 1 param → 200400401403404422500
GET
/api/v1/cert-manager/syncs/aws-certificate-manager
List the AWS Certificate Manager PKI Syncs for the specified project.
listAwsCertificateManagerPkiSyncs → 200400401403404422500
POST
/api/v1/cert-manager/syncs/aws-certificate-manager
Create a AWS Certificate Manager PKI Sync for the specified project.
createAwsCertificateManagerPkiSync body → 200400401403404422500
GET
/api/v1/cert-manager/syncs/aws-certificate-manager/{pkiSyncId}
Get the specified AWS Certificate Manager PKI Sync by ID.
getAwsCertificateManagerPkiSync 1 param → 200400401403404422500
PATCH
/api/v1/cert-manager/syncs/aws-certificate-manager/{pkiSyncId}
Update the specified AWS Certificate Manager PKI Sync.
updateAwsCertificateManagerPkiSync 1 param body → 200400401403404422500
DELETE
/api/v1/cert-manager/syncs/aws-certificate-manager/{pkiSyncId}
Delete the specified AWS Certificate Manager PKI Sync.
deleteAwsCertificateManagerPkiSync 1 param → 200400401403404422500
POST
/api/v1/cert-manager/syncs/aws-certificate-manager/{pkiSyncId}/sync
Trigger a sync for the specified AWS Certificate Manager PKI Sync.
syncAwsCertificateManagerPkiSync 1 param → 200400401403404422500
POST
/api/v1/cert-manager/syncs/aws-certificate-manager/{pkiSyncId}/remove-certificates
Remove certificates from the specified AWS Certificate Manager PKI Sync destination.
removeAwsCertificateManagerPkiSyncCertificates 1 param → 200400401403404422500
GET
/api/v1/cert-manager/syncs/aws-secrets-manager
List the AWS Secrets Manager PKI Syncs for the specified project.
listAwsSecretsManagerPkiSyncs → 200400401403404422500
POST
/api/v1/cert-manager/syncs/aws-secrets-manager
Create a AWS Secrets Manager PKI Sync for the specified project.
createAwsSecretsManagerPkiSync body → 200400401403404422500
GET
/api/v1/cert-manager/syncs/aws-secrets-manager/{pkiSyncId}
Get the specified AWS Secrets Manager PKI Sync by ID.
getAwsSecretsManagerPkiSync 1 param → 200400401403404422500
PATCH
/api/v1/cert-manager/syncs/aws-secrets-manager/{pkiSyncId}
Update the specified AWS Secrets Manager PKI Sync.
updateAwsSecretsManagerPkiSync 1 param body → 200400401403404422500
DELETE
/api/v1/cert-manager/syncs/aws-secrets-manager/{pkiSyncId}
Delete the specified AWS Secrets Manager PKI Sync.
deleteAwsSecretsManagerPkiSync 1 param → 200400401403404422500
POST
/api/v1/cert-manager/syncs/aws-secrets-manager/{pkiSyncId}/sync
Trigger a sync for the specified AWS Secrets Manager PKI Sync.
syncAwsSecretsManagerPkiSync 1 param → 200400401403404422500
POST
/api/v1/cert-manager/syncs/aws-secrets-manager/{pkiSyncId}/remove-certificates
Remove certificates from the specified AWS Secrets Manager PKI Sync destination.
removeAwsSecretsManagerPkiSyncCertificates 1 param → 200400401403404422500
GET
/api/v1/cert-manager/syncs/aws-elastic-load-balancer
List the AWS Elastic Load Balancer PKI Syncs for the specified project.
listAwsElasticLoadBalancerPkiSyncs → 200400401403404422500
POST
/api/v1/cert-manager/syncs/aws-elastic-load-balancer
Create a AWS Elastic Load Balancer PKI Sync for the specified project.
createAwsElasticLoadBalancerPkiSync body → 200400401403404422500
GET
/api/v1/cert-manager/syncs/aws-elastic-load-balancer/{pkiSyncId}
Get the specified AWS Elastic Load Balancer PKI Sync by ID.
getAwsElasticLoadBalancerPkiSync 1 param → 200400401403404422500
PATCH
/api/v1/cert-manager/syncs/aws-elastic-load-balancer/{pkiSyncId}
Update the specified AWS Elastic Load Balancer PKI Sync.
updateAwsElasticLoadBalancerPkiSync 1 param body → 200400401403404422500
DELETE
/api/v1/cert-manager/syncs/aws-elastic-load-balancer/{pkiSyncId}
Delete the specified AWS Elastic Load Balancer PKI Sync.
deleteAwsElasticLoadBalancerPkiSync 1 param → 200400401403404422500
POST
/api/v1/cert-manager/syncs/aws-elastic-load-balancer/{pkiSyncId}/sync
Trigger a sync for the specified AWS Elastic Load Balancer PKI Sync.
syncAwsElasticLoadBalancerPkiSync 1 param → 200400401403404422500
POST
/api/v1/cert-manager/syncs/aws-elastic-load-balancer/{pkiSyncId}/remove-certificates
Remove certificates from the specified AWS Elastic Load Balancer PKI Sync destination.
removeAwsElasticLoadBalancerPkiSyncCertificates 1 param → 200400401403404422500
GET
/api/v1/cert-manager/syncs/chef
List the Chef PKI Syncs for the specified project.
listChefPkiSyncs → 200400401403404422500
POST
/api/v1/cert-manager/syncs/chef
Create a Chef PKI Sync for the specified project.
createChefPkiSync body → 200400401403404422500
GET
/api/v1/cert-manager/syncs/chef/{pkiSyncId}
Get the specified Chef PKI Sync by ID.
getChefPkiSync 1 param → 200400401403404422500
PATCH
/api/v1/cert-manager/syncs/chef/{pkiSyncId}
Update the specified Chef PKI Sync.
updateChefPkiSync 1 param body → 200400401403404422500
DELETE
/api/v1/cert-manager/syncs/chef/{pkiSyncId}
Delete the specified Chef PKI Sync.
deleteChefPkiSync 1 param → 200400401403404422500
POST
/api/v1/cert-manager/syncs/chef/{pkiSyncId}/sync
Trigger a sync for the specified Chef PKI Sync.
syncChefPkiSync 1 param → 200400401403404422500
POST
/api/v1/cert-manager/syncs/chef/{pkiSyncId}/remove-certificates
Remove certificates from the specified Chef PKI Sync destination.
removeChefPkiSyncCertificates 1 param → 200400401403404422500
GET
/api/v1/cert-manager/syncs/cloudflare-custom-certificate
List the Cloudflare Custom SSL Certificate PKI Syncs for the specified project.
listCloudflareCustomCertificatePkiSyncs → 200400401403404422500
POST
/api/v1/cert-manager/syncs/cloudflare-custom-certificate
Create a Cloudflare Custom SSL Certificate PKI Sync for the specified project.
createCloudflareCustomCertificatePkiSync body → 200400401403404422500
GET
/api/v1/cert-manager/syncs/cloudflare-custom-certificate/{pkiSyncId}
Get the specified Cloudflare Custom SSL Certificate PKI Sync by ID.
getCloudflareCustomCertificatePkiSync 1 param → 200400401403404422500
PATCH
/api/v1/cert-manager/syncs/cloudflare-custom-certificate/{pkiSyncId}
Update the specified Cloudflare Custom SSL Certificate PKI Sync.
updateCloudflareCustomCertificatePkiSync 1 param body → 200400401403404422500
DELETE
/api/v1/cert-manager/syncs/cloudflare-custom-certificate/{pkiSyncId}
Delete the specified Cloudflare Custom SSL Certificate PKI Sync.
deleteCloudflareCustomCertificatePkiSync 1 param → 200400401403404422500
POST
/api/v1/cert-manager/syncs/cloudflare-custom-certificate/{pkiSyncId}/sync
Trigger a sync for the specified Cloudflare Custom SSL Certificate PKI Sync.
syncCloudflareCustomCertificatePkiSync 1 param → 200400401403404422500
POST
/api/v1/cert-manager/syncs/cloudflare-custom-certificate/{pkiSyncId}/remove-certificates
Remove certificates from the specified Cloudflare Custom SSL Certificate PKI Sync destination.
removeCloudflareCustomCertificatePkiSyncCertificates 1 param → 200400401403404422500
GET
/api/v1/cert-manager/syncs/netscaler
List the NetScaler PKI Syncs for the specified project.
listNetscalerPkiSyncs → 200400401403404422500
POST
/api/v1/cert-manager/syncs/netscaler
Create a NetScaler PKI Sync for the specified project.
createNetscalerPkiSync body → 200400401403404422500
GET
/api/v1/cert-manager/syncs/netscaler/{pkiSyncId}
Get the specified NetScaler PKI Sync by ID.
getNetscalerPkiSync 1 param → 200400401403404422500
PATCH
/api/v1/cert-manager/syncs/netscaler/{pkiSyncId}
Update the specified NetScaler PKI Sync.
updateNetscalerPkiSync 1 param body → 200400401403404422500
DELETE
/api/v1/cert-manager/syncs/netscaler/{pkiSyncId}
Delete the specified NetScaler PKI Sync.
deleteNetscalerPkiSync 1 param → 200400401403404422500
POST
/api/v1/cert-manager/syncs/netscaler/{pkiSyncId}/sync
Trigger a sync for the specified NetScaler PKI Sync.
syncNetscalerPkiSync 1 param → 200400401403404422500
POST
/api/v1/cert-manager/syncs/netscaler/{pkiSyncId}/remove-certificates
Remove certificates from the specified NetScaler PKI Sync destination.
removeNetscalerPkiSyncCertificates 1 param → 200400401403404422500
GET
/api/v1/cert-manager/syncs/f5-big-ip
List the F5 BIG-IP PKI Syncs for the specified project.
listF5BigIpPkiSyncs → 200400401403404422500
POST
/api/v1/cert-manager/syncs/f5-big-ip
Create a F5 BIG-IP PKI Sync for the specified project.
createF5BigIpPkiSync body → 200400401403404422500
GET
/api/v1/cert-manager/syncs/f5-big-ip/{pkiSyncId}
Get the specified F5 BIG-IP PKI Sync by ID.
getF5BigIpPkiSync 1 param → 200400401403404422500
PATCH
/api/v1/cert-manager/syncs/f5-big-ip/{pkiSyncId}
Update the specified F5 BIG-IP PKI Sync.
updateF5BigIpPkiSync 1 param body → 200400401403404422500
DELETE
/api/v1/cert-manager/syncs/f5-big-ip/{pkiSyncId}
Delete the specified F5 BIG-IP PKI Sync.
deleteF5BigIpPkiSync 1 param → 200400401403404422500
POST
/api/v1/cert-manager/syncs/f5-big-ip/{pkiSyncId}/sync
Trigger a sync for the specified F5 BIG-IP PKI Sync.
syncF5BigIpPkiSync 1 param → 200400401403404422500
POST
/api/v1/cert-manager/syncs/f5-big-ip/{pkiSyncId}/remove-certificates
Remove certificates from the specified F5 BIG-IP PKI Sync destination.
removeF5BigIpPkiSyncCertificates 1 param → 200400401403404422500
GET
/api/v1/pki/syncs/options
List the available PKI Sync Options.
→ 200400401403404422500
GET
/api/v1/pki/syncs
List all the PKI Syncs for the specified project.
2 params → 200400401403404422500
GET
/api/v1/pki/syncs/{pkiSyncId}
Get a PKI Sync by ID.
1 param → 200400401403404422500
GET
/api/v1/pki/syncs/{pkiSyncId}/certificates
List all certificates associated with a PKI Sync.
3 params → 200400401403404422500
POST
/api/v1/pki/syncs/{pkiSyncId}/certificates
Add certificates to a PKI Sync.
1 param body → 200400401403404422500
DELETE
/api/v1/pki/syncs/{pkiSyncId}/certificates
Remove certificates from a PKI Sync.
1 param body → 200400401403404422500
GET
/api/v1/pki/syncs/azure-key-vault
List the Azure Key Vault PKI Syncs for the specified project.
→ 200400401403404422500
POST
/api/v1/pki/syncs/azure-key-vault
Create a Azure Key Vault PKI Sync for the specified project.
body → 200400401403404422500
GET
/api/v1/pki/syncs/azure-key-vault/{pkiSyncId}
Get the specified Azure Key Vault PKI Sync by ID.
1 param → 200400401403404422500
PATCH
/api/v1/pki/syncs/azure-key-vault/{pkiSyncId}
Update the specified Azure Key Vault PKI Sync.
1 param body → 200400401403404422500
DELETE
/api/v1/pki/syncs/azure-key-vault/{pkiSyncId}
Delete the specified Azure Key Vault PKI Sync.
1 param → 200400401403404422500
POST
/api/v1/pki/syncs/azure-key-vault/{pkiSyncId}/sync
Trigger a sync for the specified Azure Key Vault PKI Sync.
1 param → 200400401403404422500
POST
/api/v1/pki/syncs/azure-key-vault/{pkiSyncId}/remove-certificates
Remove certificates from the specified Azure Key Vault PKI Sync destination.
1 param → 200400401403404422500
GET
/api/v1/pki/syncs/aws-certificate-manager
List the AWS Certificate Manager PKI Syncs for the specified project.
→ 200400401403404422500
POST
/api/v1/pki/syncs/aws-certificate-manager
Create a AWS Certificate Manager PKI Sync for the specified project.
body → 200400401403404422500
GET
/api/v1/pki/syncs/aws-certificate-manager/{pkiSyncId}
Get the specified AWS Certificate Manager PKI Sync by ID.
1 param → 200400401403404422500
PATCH
/api/v1/pki/syncs/aws-certificate-manager/{pkiSyncId}
Update the specified AWS Certificate Manager PKI Sync.
1 param body → 200400401403404422500
DELETE
/api/v1/pki/syncs/aws-certificate-manager/{pkiSyncId}
Delete the specified AWS Certificate Manager PKI Sync.
1 param → 200400401403404422500
POST
/api/v1/pki/syncs/aws-certificate-manager/{pkiSyncId}/sync
Trigger a sync for the specified AWS Certificate Manager PKI Sync.
1 param → 200400401403404422500
POST
/api/v1/pki/syncs/aws-certificate-manager/{pkiSyncId}/remove-certificates
Remove certificates from the specified AWS Certificate Manager PKI Sync destination.
1 param → 200400401403404422500
GET
/api/v1/pki/syncs/aws-secrets-manager
List the AWS Secrets Manager PKI Syncs for the specified project.
→ 200400401403404422500
POST
/api/v1/pki/syncs/aws-secrets-manager
Create a AWS Secrets Manager PKI Sync for the specified project.
body → 200400401403404422500
GET
/api/v1/pki/syncs/aws-secrets-manager/{pkiSyncId}
Get the specified AWS Secrets Manager PKI Sync by ID.
1 param → 200400401403404422500
PATCH
/api/v1/pki/syncs/aws-secrets-manager/{pkiSyncId}
Update the specified AWS Secrets Manager PKI Sync.
1 param body → 200400401403404422500
DELETE
/api/v1/pki/syncs/aws-secrets-manager/{pkiSyncId}
Delete the specified AWS Secrets Manager PKI Sync.
1 param → 200400401403404422500
POST
/api/v1/pki/syncs/aws-secrets-manager/{pkiSyncId}/sync
Trigger a sync for the specified AWS Secrets Manager PKI Sync.
1 param → 200400401403404422500
POST
/api/v1/pki/syncs/aws-secrets-manager/{pkiSyncId}/remove-certificates
Remove certificates from the specified AWS Secrets Manager PKI Sync destination.
1 param → 200400401403404422500
GET
/api/v1/pki/syncs/aws-elastic-load-balancer
List the AWS Elastic Load Balancer PKI Syncs for the specified project.
→ 200400401403404422500
POST
/api/v1/pki/syncs/aws-elastic-load-balancer
Create a AWS Elastic Load Balancer PKI Sync for the specified project.
body → 200400401403404422500
GET
/api/v1/pki/syncs/aws-elastic-load-balancer/{pkiSyncId}
Get the specified AWS Elastic Load Balancer PKI Sync by ID.
1 param → 200400401403404422500
PATCH
/api/v1/pki/syncs/aws-elastic-load-balancer/{pkiSyncId}
Update the specified AWS Elastic Load Balancer PKI Sync.
1 param body → 200400401403404422500
DELETE
/api/v1/pki/syncs/aws-elastic-load-balancer/{pkiSyncId}
Delete the specified AWS Elastic Load Balancer PKI Sync.
1 param → 200400401403404422500
POST
/api/v1/pki/syncs/aws-elastic-load-balancer/{pkiSyncId}/sync
Trigger a sync for the specified AWS Elastic Load Balancer PKI Sync.
1 param → 200400401403404422500
POST
/api/v1/pki/syncs/aws-elastic-load-balancer/{pkiSyncId}/remove-certificates
Remove certificates from the specified AWS Elastic Load Balancer PKI Sync destination.
1 param → 200400401403404422500
GET
/api/v1/pki/syncs/chef
List the Chef PKI Syncs for the specified project.
→ 200400401403404422500
POST
/api/v1/pki/syncs/chef
Create a Chef PKI Sync for the specified project.
body → 200400401403404422500
GET
/api/v1/pki/syncs/chef/{pkiSyncId}
Get the specified Chef PKI Sync by ID.
1 param → 200400401403404422500
PATCH
/api/v1/pki/syncs/chef/{pkiSyncId}
Update the specified Chef PKI Sync.
1 param body → 200400401403404422500
DELETE
/api/v1/pki/syncs/chef/{pkiSyncId}
Delete the specified Chef PKI Sync.
1 param → 200400401403404422500
POST
/api/v1/pki/syncs/chef/{pkiSyncId}/sync
Trigger a sync for the specified Chef PKI Sync.
1 param → 200400401403404422500
POST
/api/v1/pki/syncs/chef/{pkiSyncId}/remove-certificates
Remove certificates from the specified Chef PKI Sync destination.
1 param → 200400401403404422500
GET
/api/v1/pki/syncs/cloudflare-custom-certificate
List the Cloudflare Custom SSL Certificate PKI Syncs for the specified project.
→ 200400401403404422500
POST
/api/v1/pki/syncs/cloudflare-custom-certificate
Create a Cloudflare Custom SSL Certificate PKI Sync for the specified project.
body → 200400401403404422500
GET
/api/v1/pki/syncs/cloudflare-custom-certificate/{pkiSyncId}
Get the specified Cloudflare Custom SSL Certificate PKI Sync by ID.
1 param → 200400401403404422500
PATCH
/api/v1/pki/syncs/cloudflare-custom-certificate/{pkiSyncId}
Update the specified Cloudflare Custom SSL Certificate PKI Sync.
1 param body → 200400401403404422500
DELETE
/api/v1/pki/syncs/cloudflare-custom-certificate/{pkiSyncId}
Delete the specified Cloudflare Custom SSL Certificate PKI Sync.
1 param → 200400401403404422500
POST
/api/v1/pki/syncs/cloudflare-custom-certificate/{pkiSyncId}/sync
Trigger a sync for the specified Cloudflare Custom SSL Certificate PKI Sync.
1 param → 200400401403404422500
POST
/api/v1/pki/syncs/cloudflare-custom-certificate/{pkiSyncId}/remove-certificates
Remove certificates from the specified Cloudflare Custom SSL Certificate PKI Sync destination.
1 param → 200400401403404422500
GET
/api/v1/pki/syncs/netscaler
List the NetScaler PKI Syncs for the specified project.
→ 200400401403404422500
POST
/api/v1/pki/syncs/netscaler
Create a NetScaler PKI Sync for the specified project.
body → 200400401403404422500
GET
/api/v1/pki/syncs/netscaler/{pkiSyncId}
Get the specified NetScaler PKI Sync by ID.
1 param → 200400401403404422500
PATCH
/api/v1/pki/syncs/netscaler/{pkiSyncId}
Update the specified NetScaler PKI Sync.
1 param body → 200400401403404422500
DELETE
/api/v1/pki/syncs/netscaler/{pkiSyncId}
Delete the specified NetScaler PKI Sync.
1 param → 200400401403404422500
POST
/api/v1/pki/syncs/netscaler/{pkiSyncId}/sync
Trigger a sync for the specified NetScaler PKI Sync.
1 param → 200400401403404422500
POST
/api/v1/pki/syncs/netscaler/{pkiSyncId}/remove-certificates
Remove certificates from the specified NetScaler PKI Sync destination.
1 param → 200400401403404422500
GET
/api/v1/pki/syncs/f5-big-ip
List the F5 BIG-IP PKI Syncs for the specified project.
→ 200400401403404422500
POST
/api/v1/pki/syncs/f5-big-ip
Create a F5 BIG-IP PKI Sync for the specified project.
body → 200400401403404422500
GET
/api/v1/pki/syncs/f5-big-ip/{pkiSyncId}
Get the specified F5 BIG-IP PKI Sync by ID.
1 param → 200400401403404422500
PATCH
/api/v1/pki/syncs/f5-big-ip/{pkiSyncId}
Update the specified F5 BIG-IP PKI Sync.
1 param body → 200400401403404422500
DELETE
/api/v1/pki/syncs/f5-big-ip/{pkiSyncId}
Delete the specified F5 BIG-IP PKI Sync.
1 param → 200400401403404422500
POST
/api/v1/pki/syncs/f5-big-ip/{pkiSyncId}/sync
Trigger a sync for the specified F5 BIG-IP PKI Sync.
1 param → 200400401403404422500
POST
/api/v1/pki/syncs/f5-big-ip/{pkiSyncId}/remove-certificates
Remove certificates from the specified F5 BIG-IP PKI Sync destination.
1 param → 200400401403404422500

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

infisical-pki-syncs-api-openapi.yml Raw ↑

Other APIs Infisical publishes across the network.

Infisical Admin API
Infisical Alibaba Cloud Auth API
Infisical App Connections API
Infisical Audit Logs API
Infisical AWS Auth API
Infisical Azure Auth API
Infisical Cert Manager API
Infisical Dynamic Secrets API
Infisical Environments API
Infisical Event Subscriptions API
Infisical Folders API
Infisical GCP Auth API