WP Engine · Schema

CertificateOrder

WordPressManaged HostingWordPress HostingSite ManagementDigital Experience Platform

Properties

Name Type Description
email_address string The certificate's holder's email address
given_name string The certificate holder's first / given name
family_name string The certificate holder's last / family name
region_code string The two-letter ISO 3166-1 alpha-2 code for the certificate's country
state string The certificate's state/region
city string The certificate's city/locality
phone string The certificate holder's phone number
View JSON Schema on GitHub

JSON Schema

certificateorder.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CertificateOrder",
  "type": "object",
  "required": [
    "email_address",
    "given_name",
    "family_name",
    "region_code"
  ],
  "properties": {
    "email_address": {
      "type": "string",
      "description": "The certificate's holder's email address",
      "example": "jane@example.com"
    },
    "given_name": {
      "type": "string",
      "description": "The certificate holder's first / given name",
      "example": "Jane"
    },
    "family_name": {
      "type": "string",
      "description": "The certificate holder's last / family name",
      "example": "Doe"
    },
    "region_code": {
      "type": "string",
      "description": "The two-letter ISO 3166-1 alpha-2 code for the certificate's country",
      "example": "US"
    },
    "state": {
      "type": "string",
      "description": "The certificate's state/region",
      "example": "Texas"
    },
    "city": {
      "type": "string",
      "description": "The certificate's city/locality",
      "example": "Austin"
    },
    "phone": {
      "type": "string",
      "description": "The certificate holder's phone number",
      "example": "800-123-4567"
    }
  }
}

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/certificateorder"
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.