v1

latestOpenAPI 3.0.02026-07-14330119.9 KB
Stub Mappings

Get all stub mappings

get/__admin/mappings

Query parameters

limitinteger

The maximum number of results to return

offsetinteger

The start index of the results to return

Response

All stub mappings

Example response

{
  "mappings": [
    {
      "request": {
        "bodyPatterns": [
          {
            "equalToJson": "{ \"numbers\": [1, 2, 3] }"
          }
        ],
        "headers": {
          "Content-Type": {
            "equalTo": "application/json"
          }
        },
        "method": "POST",
        "url": "/some/thing"
      }
    }
  ],
  "meta": {
    "total": 4
  }
}
All 33 operations