Auth0 · Schema

GetSigningKeysResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
kid string The key id of the signing key
cert string The public certificate of the signing key
pkcs7 string The public certificate of the signing key in pkcs7 format
current boolean True if the key is the the current key
next boolean True if the key is the the next key
previous boolean True if the key is the the previous key
current_since object
current_until object
fingerprint string The cert fingerprint
thumbprint string The cert thumbprint
revoked boolean True if the key is revoked
revoked_at object
View JSON Schema on GitHub

JSON Schema

auth0-getsigningkeysresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetSigningKeysResponseContent",
  "title": "GetSigningKeysResponseContent",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "cert",
    "kid",
    "fingerprint",
    "thumbprint"
  ],
  "properties": {
    "kid": {
      "type": "string",
      "description": "The key id of the signing key",
      "default": "21hi274Rp02112mgkUGma"
    },
    "cert": {
      "type": "string",
      "description": "The public certificate of the signing key",
      "default": "-----BEGIN CERTIFICATE-----\r\nMIIDDTCCA...YiA0TQhAt8=\r\n-----END CERTIFICATE-----"
    },
    "pkcs7": {
      "type": "string",
      "description": "The public certificate of the signing key in pkcs7 format",
      "default": "-----BEGIN PKCS7-----\r\nMIIDPA....t8xAA==\r\n-----END PKCS7-----"
    },
    "current": {
      "type": "boolean",
      "description": "True if the key is the the current key",
      "default": true
    },
    "next": {
      "type": "boolean",
      "description": "True if the key is the the next key"
    },
    "previous": {
      "type": "boolean",
      "description": "True if the key is the the previous key"
    },
    "current_since": {
      "$ref": "#/components/schemas/SigningKeysDate"
    },
    "current_until": {
      "$ref": "#/components/schemas/SigningKeysDate"
    },
    "fingerprint": {
      "type": "string",
      "description": "The cert fingerprint",
      "default": "CC:FB:DD:D8:9A:B5:DE:1B:F0:CC:36:D2:99:59:21:12:03:DD:A8:25"
    },
    "thumbprint": {
      "type": "string",
      "description": "The cert thumbprint",
      "default": "CCFBDDD89AB5DE1BF0CC36D29959211203DDA825"
    },
    "revoked": {
      "type": "boolean",
      "description": "True if the key is revoked"
    },
    "revoked_at": {
      "$ref": "#/components/schemas/SigningKeysDate"
    }
  }
}

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