Small Improvements · Example Payload

Listcurrentcompanyusingget Example

GET /v2/companies

companies-resource

Listcurrentcompanyusingget 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": "listCurrentCompany",
  "operationId": "listCurrentCompanyUsingGET",
  "method": "GET",
  "path": "/v2/companies",
  "tags": [
    "companies-resource"
  ],
  "description": "GET /v2/companies",
  "response": {
    "status": 200,
    "description": "OK"
  }
}