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

Certificate Enrolment Protocols Order API

Certificate order workflow.

This API exposes 3 operations across 3 paths, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against 2 base URLs: https://acme-v02.api.letsencrypt.org, https://acme-staging-v02.api.letsencrypt.org.

3 operations 3 paths 2 schemas 3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Servers
https://acme-v02.api.letsencrypt.org
https://acme-staging-v02.api.letsencrypt.org
License
Resource Areas
1

Paths & Operations 3

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

Order 3

Certificate order workflow.

POST
/acme/new-order
Submit a certificate order
newOrder body → 201
POST
/acme/order/{id}
Retrieve an order
getOrder 1 param body → 200
POST
/acme/order/{id}/finalize
Finalize an order
finalizeOrder 1 param body → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed is JwsRequest (3 properties). Each schema is shown below with its type and property counts.

GenericResponse
object
JwsRequest
object
A JSON Web Signature (JWS) flattened serialization object.
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

certificate-enrolment-protocols-order-api-openapi.yml Raw ↑