Small Improvements · Example Payload

Gettokensusingget Example

GET /v2/personal-access-token

personal-access-token-resource

Gettokensusingget 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": "getTokens",
  "operationId": "getTokensUsingGET",
  "method": "GET",
  "path": "/v2/personal-access-token",
  "tags": [
    "personal-access-token-resource"
  ],
  "description": "GET /v2/personal-access-token",
  "response": {
    "status": 200,
    "description": "OK"
  }
}