WP Engine · Example Payload

Getaccountslimits

Account

Getaccountslimits 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": "getAccountsLimits",
  "summary": "Fetch account usage limits",
  "method": "GET",
  "path": "/accounts/{account_id}/limits",
  "tags": [
    "Account"
  ],
  "parameters": {
    "account_id": "<account_id>"
  }
}