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 ACME API

The PKI ACME API from Infisical — 13 operation(s) for pki acme.

Infisical PKI ACME 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 ACME. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 13 operations across 13 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.

13 operations 13 paths 0 schemas 3 GET10 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 ACME API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth).

  • bearerAuth — An access token in Infisical

Paths & Operations 13

Across 13 paths, the API surfaces 13 operations — 3 GET, 10 POST. Each is listed below with its method, path, parameters, and response codes.

PKI ACME 13
GET
/api/v1/cert-manager/acme/profiles/{profileId}/directory
ACME Directory - provides URLs for the client to make API calls to
1 param → 200
GET
/api/v1/cert-manager/acme/profiles/{profileId}/new-nonce
ACME New Nonce (GET) - generate a new nonce and return in Replay-Nonce header with 204 No Content
1 param → 204
POST
/api/v1/cert-manager/acme/profiles/{profileId}/new-account
ACME New Account - register a new account or find existing one
1 param body → 201
POST
/api/v1/cert-manager/acme/profiles/{profileId}/accounts/{accountId}
ACME Account Deactivation
2 params body → 200
POST
/api/v1/cert-manager/acme/profiles/{profileId}/new-order
ACME New Order - apply for a new certificate
1 param body → 201
POST
/api/v1/cert-manager/acme/profiles/{profileId}/orders/{orderId}
ACME Get Order - return status and details of the order
2 params body → 200
POST
/api/v1/cert-manager/acme/profiles/{profileId}/orders/{orderId}/finalize
ACME Finalize Order - finalize cert order by providing CSR
2 params body → 200
POST
/api/v1/cert-manager/acme/profiles/{profileId}/accounts/{accountId}/orders
ACME List Orders - get existing orders from current account
2 params body → 200
POST
/api/v1/cert-manager/acme/profiles/{profileId}/orders/{orderId}/certificate
ACME Download Certificate - download certificate when ready
2 params body → 200
POST
/api/v1/cert-manager/acme/profiles/{profileId}/authorizations/{authzId}
ACME Identifier Authorization - get authorization info (challenges)
2 params body → 200
POST
/api/v1/cert-manager/acme/profiles/{profileId}/authorizations/{authzId}/challenges/{challengeId}
ACME Respond to Challenge - let ACME server know challenge is ready
3 params → 200
GET
/api/v1/cert-manager/acme/applications/{applicationId}/profiles/{profileId}/directory
ACME Directory - provides URLs for the client to make API calls to
2 params → 200
POST
/api/v1/cert-manager/acme/applications/{applicationId}/profiles/{profileId}/new-account
ACME New Account - register a new account or find existing one
2 params body → 201

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

infisical-pki-acme-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