WP Engine · Example Payload

Getsite

Site

Getsite 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": "getSite",
  "summary": "Get a site by ID",
  "method": "GET",
  "path": "/sites/{site_id}",
  "tags": [
    "Site"
  ],
  "parameters": {
    "site_id": "<site_id>"
  }
}