GET
/
ott
/
file_kinds
/
v1
/
batch
curl --request GET \
  --url https://api.mottostreaming.com/ott/file_kinds/v1/batch \
  --header 'Authorization: Bearer <token>'
{
  "file_kinds": [
    {
      "id": "<string>",
      "name": "<string>",
      "environment": "<string>",
      "description": "<string>",
      "content_types": [
        "<string>"
      ],
      "min_count": 123,
      "max_count": 123,
      "max_size": "<string>",
      "template": "<string>",
      "category": "<string>",
      "priority": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

file_kind_ids
string[]

Response

200
application/json
OK
file_kinds
object[]