WP Engine · Example Payload

Listinstalls

Install

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

Top-level fields

operationIdsummarymethodpathtagsparameters

Example Payload

Raw ↑
{
  "operationId": "listInstalls",
  "summary": "List your WordPress installations",
  "method": "GET",
  "path": "/installs",
  "tags": [
    "Install"
  ],
  "parameters": {}
}