WP Engine · Example Payload

Getinstall

Install

Getinstall 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": "getInstall",
  "summary": "Get an install by ID",
  "method": "GET",
  "path": "/installs/{install_id}",
  "tags": [
    "Install"
  ],
  "parameters": {
    "install_id": "<install_id>"
  }
}