Small Improvements · Example Payload

Getusingget_15 Example

GET /me

public-me-resource

Getusingget_15 Example is an example object payload from Small Improvements, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summaryoperationIdmethodpathtagsdescriptionresponse

Example Payload

Raw ↑
{
  "summary": "get",
  "operationId": "getUsingGET_15",
  "method": "GET",
  "path": "/me",
  "tags": [
    "public-me-resource"
  ],
  "description": "GET /me",
  "response": {
    "status": 200,
    "description": "OK"
  }
}