Kaltura · Example Payload

Ottservice_Apptoken_Action_Add_Post

Add new application authentication token

appToken

Ottservice_Apptoken_Action_Add_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/add",
  "method": "POST",
  "operationId": "appToken.add",
  "summary": "",
  "description": "Add new application authentication token",
  "tags": [
    "appToken"
  ],
  "parameters": [
    {
      "in": "body",
      "name": "body",
      "schema": {
        "allOf": [
          {
            "$ref": "#/definitions/OTTRequest"
          }
        ],
        "properties": {
          "appToken": {
            "$ref": "#/definitions/KalturaAppToken"
          }
        },
        "type": "object"
      }
    }
  ],
  "responses": {
    "200": {
      "description": "Success"
    }
  }
}