BatchGetFileKinds
Returns kinds of files by file_kind IDs.
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>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object