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

Qwilt Certificates API

TLS certificates

Qwilt Certificates API is one of 6 APIs that Qwilt publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Certificates. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 5 operations across 2 paths, and defines 1 schema. It is described by OpenAPI 3.0.3, at version v2.

Requests are made against a single base URL, https://cert-manager.cqloud.com.

5 operations 2 paths 1 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v2
Base URL
https://media-sites.cqloud.com
Authentication
API Key, HTTP Bearer
License
Proprietary
Resource Areas
1

Authentication & Security 2

Qwilt Certificates API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (apiKeyAuth). It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • apiKeyAuth — API key sent as Authorization: X-API-KEY .
  • bearerAuth — Bearer token from the login service (cqloudLoginToken).

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Certificates 5

TLS certificates

GET
/api/v2/certificates
List certificates
listCertificates → 200401
POST
/api/v2/certificates
Create a certificate
createCertificate body → 201400401
GET
/api/v2/certificates/{certId}
Get a certificate
getCertificate 1 param → 200401404
PUT
/api/v2/certificates/{certId}
Update a certificate
updateCertificate 1 param body → 200400401404
DELETE
/api/v2/certificates/{certId}
Delete a certificate
deleteCertificate 1 param → 200401404

Schemas 1

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

Certificate
object
A TLS certificate managed by Qwilt.
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

qwilt-certificates-api-openapi.yml Raw ↑

Other APIs Qwilt publishes across the network.

Qwilt Certificate Templates API
Qwilt Origin Allow List API
Qwilt Publishing Operations API
Qwilt Site Configurations API
Qwilt Sites API