Path Parameters
Query Parameters
Required range:
x >= 0Required range:
1 <= x <= 100curl --request GET \
--url https://us.infisical.com/api/v1/pki/syncs/{pkiSyncId}/certificates{
"certificates": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"pkiSyncId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"certificateId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"syncStatus": "pending",
"lastSyncMessage": "<string>",
"lastSyncedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"certificateSerialNumber": "<string>",
"certificateCommonName": "<string>",
"certificateAltNames": "<string>",
"certificateStatus": "<string>",
"certificateNotBefore": "2023-11-07T05:31:56Z",
"certificateNotAfter": "2023-11-07T05:31:56Z",
"certificateRenewBeforeDays": 123,
"certificateRenewalError": "<string>",
"pkiSyncName": "<string>",
"pkiSyncDestination": "<string>"
}
],
"totalCount": 123
}List all certificates associated with a PKI Sync.
curl --request GET \
--url https://us.infisical.com/api/v1/pki/syncs/{pkiSyncId}/certificates{
"certificates": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"pkiSyncId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"certificateId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"syncStatus": "pending",
"lastSyncMessage": "<string>",
"lastSyncedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"certificateSerialNumber": "<string>",
"certificateCommonName": "<string>",
"certificateAltNames": "<string>",
"certificateStatus": "<string>",
"certificateNotBefore": "2023-11-07T05:31:56Z",
"certificateNotAfter": "2023-11-07T05:31:56Z",
"certificateRenewBeforeDays": 123,
"certificateRenewalError": "<string>",
"pkiSyncName": "<string>",
"pkiSyncDestination": "<string>"
}
],
"totalCount": 123
}x >= 01 <= x <= 100Was this page helpful?