ngrok · Schema

ngrok TLS Certificate

A TLS Certificate is an x509 certificate and private key pair used to terminate TLS traffic on ngrok endpoints.

AI GatewayAPI GatewayComputeDeveloper ToolsGatewaysIngressPlatformProxiesServersTunnels

Properties

Name Type Description
id string Unique identifier for the TLS certificate.
uri string URI of the TLS certificate API resource.
created_at string Timestamp when the certificate was uploaded.
description string Human-readable description.
metadata string Arbitrary user-defined metadata.
certificate_pem string The PEM-encoded certificate chain.
subject_common_name string The subject common name from the certificate.
subject_alternative_names object Subject alternative names from the certificate.
not_before string The certificate is not valid before this time.
not_after string The certificate is not valid after this time.
key_usages array Key usage extensions from the certificate.
extended_key_usages array Extended key usage extensions from the certificate.
private_key_type string The type of the private key (rsa, ecdsa, ed25519).
View JSON Schema on GitHub

JSON Schema

tls-certificate.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/ngrok/blob/main/json-schema/tls-certificate.json",
  "title": "ngrok TLS Certificate",
  "description": "A TLS Certificate is an x509 certificate and private key pair used to terminate TLS traffic on ngrok endpoints.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the TLS certificate."
    },
    "uri": {
      "type": "string",
      "description": "URI of the TLS certificate API resource."
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the certificate was uploaded."
    },
    "description": {
      "type": "string",
      "description": "Human-readable description."
    },
    "metadata": {
      "type": "string",
      "description": "Arbitrary user-defined metadata."
    },
    "certificate_pem": {
      "type": "string",
      "description": "The PEM-encoded certificate chain."
    },
    "subject_common_name": {
      "type": "string",
      "description": "The subject common name from the certificate."
    },
    "subject_alternative_names": {
      "type": "object",
      "description": "Subject alternative names from the certificate.",
      "properties": {
        "dns_names": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "DNS name SANs."
        },
        "ips": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "IP address SANs."
        }
      }
    },
    "not_before": {
      "type": "string",
      "format": "date-time",
      "description": "The certificate is not valid before this time."
    },
    "not_after": {
      "type": "string",
      "format": "date-time",
      "description": "The certificate is not valid after this time."
    },
    "key_usages": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Key usage extensions from the certificate."
    },
    "extended_key_usages": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Extended key usage extensions from the certificate."
    },
    "private_key_type": {
      "type": "string",
      "description": "The type of the private key (rsa, ecdsa, ed25519)."
    }
  }
}

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/tls-certificate"
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 email required.

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