Auth0 · Schema

DomainCertificate

Certificate information. This object is relevant only for Custom Domains with Auth0-Managed Certificates.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
status object
error_msg string A user-friendly error message will be presented if the certificate status is provisioning_failed or renewing_failed.
certificate_authority object
renews_before string The certificate will be renewed prior to this date.
View JSON Schema on GitHub

JSON Schema

auth0-domaincertificate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DomainCertificate",
  "title": "DomainCertificate",
  "type": "object",
  "description": "Certificate information. This object is relevant only for Custom Domains with Auth0-Managed Certificates.",
  "additionalProperties": false,
  "properties": {
    "status": {
      "$ref": "#/components/schemas/DomainCertificateStatusEnum"
    },
    "error_msg": {
      "type": "string",
      "description": "A user-friendly error message will be presented if the certificate status is provisioning_failed or renewing_failed."
    },
    "certificate_authority": {
      "$ref": "#/components/schemas/DomainCertificateAuthorityEnum"
    },
    "renews_before": {
      "type": "string",
      "description": "The certificate will be renewed prior to this date."
    }
  }
}

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-domaincertificate"
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.