ngrok · Schema

ngrok Reserved Domain

A Reserved Domain is a custom hostname reserved for use with HTTP, HTTPS, or TLS tunnels and edges.

AI GatewayAPI GatewayComputeDeveloper ToolsGatewaysIngressPlatformProxiesServersTunnels

Properties

Name Type Description
id string Unique identifier for the reserved domain.
uri string URI of the reserved domain API resource.
created_at string Timestamp when the reserved domain was created.
description string Human-readable description.
metadata string Arbitrary user-defined metadata.
domain string The hostname of the reserved domain.
region string The ngrok region where the domain is reserved.
cname_target string The DNS CNAME target for custom domains.
certificate object Reference to the TLS certificate for the domain.
certificate_management_policy object The certificate management policy for automated TLS certificates.
certificate_management_status object The status of the certificate management process.
acme_challenge_cname_target string The CNAME target for ACME certificate validation challenges.
View JSON Schema on GitHub

JSON Schema

reserved-domain.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/ngrok/blob/main/json-schema/reserved-domain.json",
  "title": "ngrok Reserved Domain",
  "description": "A Reserved Domain is a custom hostname reserved for use with HTTP, HTTPS, or TLS tunnels and edges.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the reserved domain."
    },
    "uri": {
      "type": "string",
      "description": "URI of the reserved domain API resource."
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the reserved domain was created."
    },
    "description": {
      "type": "string",
      "description": "Human-readable description."
    },
    "metadata": {
      "type": "string",
      "description": "Arbitrary user-defined metadata."
    },
    "domain": {
      "type": "string",
      "description": "The hostname of the reserved domain."
    },
    "region": {
      "type": "string",
      "description": "The ngrok region where the domain is reserved."
    },
    "cname_target": {
      "type": "string",
      "description": "The DNS CNAME target for custom domains."
    },
    "certificate": {
      "type": "object",
      "description": "Reference to the TLS certificate for the domain.",
      "properties": {
        "id": {
          "type": "string"
        },
        "uri": {
          "type": "string"
        }
      }
    },
    "certificate_management_policy": {
      "type": "object",
      "description": "The certificate management policy for automated TLS certificates."
    },
    "certificate_management_status": {
      "type": "object",
      "description": "The status of the certificate management process."
    },
    "acme_challenge_cname_target": {
      "type": "string",
      "description": "The CNAME target for ACME certificate validation challenges."
    }
  }
}

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/reserved-domain"
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.