{ "opencollection": "1.0.0", "info": { "name": "Infisical Admin PKI Certificate Profiles API", "version": "0.0.1" }, "items": [ { "info": { "name": "PKI Certificate Profiles", "type": "folder" }, "items": [ { "info": { "name": "listCertificateProfiles", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/cert-manager/certificate-profiles", "params": [ { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" }, { "name": "enrollmentType", "value": "", "type": "query" }, { "name": "issuerType", "value": "", "type": "query" }, { "name": "caId", "value": "", "type": "query" }, { "name": "applicationId", "value": "", "type": "query" } ] } }, { "info": { "name": "createCertificateProfile", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/cert-manager/certificate-profiles", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getCertificateProfile", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/cert-manager/certificate-profiles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "updateCertificateProfile", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/cert-manager/certificate-profiles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deleteCertificateProfile", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/cert-manager/certificate-profiles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "getCertificateProfileBySlug", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/cert-manager/certificate-profiles/slug/:slug", "params": [ { "name": "slug", "value": "", "type": "path" } ] } }, { "info": { "name": "listCertificateProfileCertificates", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/cert-manager/certificate-profiles/:id/certificates", "params": [ { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "getCertificateProfileLatestActiveBundle", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/cert-manager/certificate-profiles/:id/certificates/latest-active-bundle", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get latest active certificate bundle for a profile" }, { "info": { "name": "revealCertificateProfileAcmeEabSecret", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/cert-manager/certificate-profiles/:id/acme/eab-secret/reveal", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "GET /api/v1/pki/certificate-profiles", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/pki/certificate-profiles", "params": [ { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" }, { "name": "enrollmentType", "value": "", "type": "query" }, { "name": "issuerType", "value": "", "type": "query" }, { "name": "caId", "value": "", "type": "query" }, { "name": "applicationId", "value": "", "type": "query" } ] } }, { "info": { "name": "POST /api/v1/pki/certificate-profiles", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/pki/certificate-profiles", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "GET /api/v1/pki/certificate-profiles/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/pki/certificate-profiles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "PATCH /api/v1/pki/certificate-profiles/{id}", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/pki/certificate-profiles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "DELETE /api/v1/pki/certificate-profiles/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/pki/certificate-profiles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "GET /api/v1/pki/certificate-profiles/slug/{slug}", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/pki/certificate-profiles/slug/:slug", "params": [ { "name": "slug", "value": "", "type": "path" } ] } }, { "info": { "name": "GET /api/v1/pki/certificate-profiles/{id}/certificates", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/pki/certificate-profiles/:id/certificates", "params": [ { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "GET /api/v1/pki/certificate-profiles/{id}/certificates/latest-active-bundle", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/pki/certificate-profiles/:id/certificates/latest-active-bundle", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get latest active certificate bundle for a profile" }, { "info": { "name": "GET /api/v1/pki/certificate-profiles/{id}/acme/eab-secret/reveal", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/pki/certificate-profiles/:id/acme/eab-secret/reveal", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }