BigCommerce · Schema

CertificateInfo

Details about the installed certificate, including the raw certificate data, without the private key.

E-CommerceRetailCatalogOrderCheckoutPaymentsSoftware-as-a-Service

Properties

Name Type Description
common_name string Common Name on the TLS certificate.
subject_alternative_names array Subject Alternative Names for which the certificate is also valid.
validity_not_before string When does the validity period of this certificate begin? RFC 3339.
validity_not_after string When does the validity period of this certificate end? If this date is in the past, the certificate has expired. RFC 3339.
signing_algorithm string Signing algorithm used to sign the certificate.
issuer string
certificate string The primary certificate, as a string.
intermediate_certificates string The intermediate certificate(s), as a string.
View JSON Schema on GitHub

JSON Schema

bigcommerce-installedcertificatedetail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InstalledCertificateDetail",
  "title": "CertificateInfo",
  "description": "Details about the installed certificate, including the raw certificate data, without the private key.",
  "type": "object",
  "nullable": true,
  "properties": {
    "common_name": {
      "type": "string",
      "example": "store.com",
      "description": "Common Name on the TLS certificate."
    },
    "subject_alternative_names": {
      "type": "array",
      "example": [
        "store.com",
        "www.store.com"
      ],
      "description": "Subject Alternative Names for which the certificate is also valid.",
      "items": {
        "type": "string"
      }
    },
    "validity_not_before": {
      "type": "string",
      "example": "2018-01-04T04:15:50.000Z",
      "description": "When does the validity period of this certificate begin? RFC 3339."
    },
    "validity_not_after": {
      "type": "string",
      "example": "2018-01-04T04:15:50.000Z",
      "description": "When does the validity period of this certificate end? If this date is in the past, the certificate has expired. RFC 3339."
    },
    "signing_algorithm": {
      "type": "string",
      "description": "Signing algorithm used to sign the certificate."
    },
    "issuer": {
      "type": "string"
    },
    "certificate": {
      "type": "string",
      "description": "The primary certificate, as a string."
    },
    "intermediate_certificates": {
      "type": "string",
      "description": "The intermediate certificate(s), as a string."
    }
  },
  "x-tags": [
    "Models"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/bigcommerce-installedcertificatedetail"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.