Kaltura · Example Payload

Ottservice_Apptoken_Action_Get_Post

Get application authentication token by id

appToken

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

Top-level fields

pathmethodoperationIdsummarydescriptiontagsparametersresponses

Example Payload

Raw ↑
{
  "path": "/service/apptoken/action/get",
  "method": "POST",
  "operationId": "appToken.get",
  "summary": "",
  "description": "Get application authentication token by id",
  "tags": [
    "appToken"
  ],
  "parameters": [
    {
      "in": "body",
      "name": "body",
      "schema": {
        "allOf": [
          {
            "$ref": "#/definitions/OTTRequest"
          }
        ],
        "properties": {
          "id": {
            "type": "string"
          }
        },
        "type": "object"
      }
    }
  ],
  "responses": {
    "200": {
      "description": "Success"
    }
  }
}