Auth0 · Schema

GetDefaultCustomDomainResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
custom_domain_id string ID of the custom domain.
domain string Domain name.
primary boolean Whether this is a primary domain (true) or not (false).
is_default boolean Whether this is the default custom domain (true) or not (false).
status object
type object
origin_domain_name string Intermediate address.
verification object
custom_client_ip_header stringnull The HTTP header to fetch the client's IP address
tls_policy string The TLS version policy
domain_metadata object
certificate object
relying_party_identifier string Relying Party ID (rpId) to be used for Passkeys on this custom domain. If not present, the full domain will be used.
View JSON Schema on GitHub

JSON Schema

auth0-getdefaultcustomdomainresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetDefaultCustomDomainResponseContent",
  "title": "GetDefaultCustomDomainResponseContent",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "custom_domain_id",
    "domain",
    "primary",
    "status",
    "type"
  ],
  "properties": {
    "custom_domain_id": {
      "type": "string",
      "description": "ID of the custom domain.",
      "default": "cd_0000000000000001"
    },
    "domain": {
      "type": "string",
      "description": "Domain name.",
      "default": "login.mycompany.com"
    },
    "primary": {
      "type": "boolean",
      "description": "Whether this is a primary domain (true) or not (false).",
      "default": false
    },
    "is_default": {
      "type": "boolean",
      "description": "Whether this is the default custom domain (true) or not (false).",
      "default": false
    },
    "status": {
      "$ref": "#/components/schemas/CustomDomainStatusFilterEnum"
    },
    "type": {
      "$ref": "#/components/schemas/CustomDomainTypeEnum"
    },
    "origin_domain_name": {
      "type": "string",
      "description": "Intermediate address.",
      "default": "mycompany_cd_0000000000000001.edge.tenants.auth0.com"
    },
    "verification": {
      "$ref": "#/components/schemas/DomainVerification"
    },
    "custom_client_ip_header": {
      "type": [
        "string",
        "null"
      ],
      "description": "The HTTP header to fetch the client's IP address"
    },
    "tls_policy": {
      "type": "string",
      "description": "The TLS version policy",
      "default": "recommended"
    },
    "domain_metadata": {
      "$ref": "#/components/schemas/DomainMetadata"
    },
    "certificate": {
      "$ref": "#/components/schemas/DomainCertificate"
    },
    "relying_party_identifier": {
      "type": "string",
      "description": "Relying Party ID (rpId) to be used for Passkeys on this custom domain. If not present, the full domain will be used.",
      "format": "hostname"
    }
  }
}

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/auth0-getdefaultcustomdomainresponsecontent"
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.