WP Engine · Example Payload

Status

Status

Status is an example object payload from WP Engine, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdsummarymethodpathtags

Example Payload

Raw ↑
{
  "operationId": "status",
  "summary": "The status of the WP Engine Hosting Platform API",
  "method": "GET",
  "path": "/status",
  "tags": [
    "Status"
  ]
}