PeerTube · Example Payload

Getuserinfo

My User

Getuserinfo is an example object payload from PeerTube, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummarydescriptiontagsparametersrequestBodyresponses

Example Payload

Raw ↑
{
  "operationId": "getUserInfo",
  "method": "GET",
  "path": "/api/v1/users/me",
  "summary": "Get my user information",
  "description": "",
  "tags": [
    "My User"
  ],
  "parameters": [],
  "requestBody": null,
  "responses": {
    "200": {
      "description": "successful operation",
      "examples": {}
    }
  }
}