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

CDN media-delivery site objects

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

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

This API exposes 5 operations across 2 paths, and defines 2 schemas. 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 2 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 Sites 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.

Sites 5

CDN media-delivery site objects

GET
/api/v2/sites
List sites
listSites 1 param → 200401403
POST
/api/v2/sites
Create a site
createSite body → 201400401403
GET
/api/v2/sites/{siteId}
Get a site
getSite 1 param → 200401404
PUT
/api/v2/sites/{siteId}
Update a site
updateSite 1 param body → 200400401404
DELETE
/api/v2/sites/{siteId}
Delete a site
deleteSite 2 params → 200401404

Schemas 2

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

Site
object
A media-delivery site.
4 properties
SiteCreate
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

qwilt-sites-api-openapi.yml Raw ↑

Other APIs Qwilt publishes across the network.

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