Kaltura API DocumentationappToken.list

List application authentication tokens by filter and pager

Try it out
post https://www.kaltura.com/api_v3/service/apptoken/action/list

Request Parameters

body:object
object
filter:object:KalturaAppTokenFilter
orderBy:string
Enum: CREATED_AT_ASC [+createdAt], UPDATED_AT_ASC [+updatedAt], CREATED_AT_DESC [-createdAt], UPDATED_AT_DESC [-updatedAt]
KalturaAppTokenFilter must also match all of:
object:KalturaAppTokenBaseFilter
pager:object:KalturaFilterPager

The KalturaFilterPager object enables paging management to be applied upon service list actions.

KalturaFilterPager must also match all of:
object:KalturaPager

Response

Success

object:KalturaAppTokenListResponse
objects:array[object:KalturaAppToken]
object:KalturaAppToken
createdAt:integer

readOnly

Creation time as Unix timestamp (In seconds)

description:string
expiry:integer

Expiry time of current token (unix timestamp in seconds)

hashType:string
Enum: MD5 [MD5], SHA1 [SHA1], SHA256 [SHA256], SHA512 [SHA512]

Enum Type: KalturaAppTokenHashType

id:string

readOnly

The id of the application token

partnerId:integer

readOnly

sessionDuration:integer

Expiry duration of KS (Kaltura Session) that created using the current token (in seconds)

sessionPrivileges:string

Comma separated privileges to be applied on KS (Kaltura Session) that created using the current token

sessionType:integer
Enum: USER [0], ADMIN [2]

Enum Type: KalturaSessionType

Type of KS (Kaltura Session) that created using the current token

sessionUserId:string

User id of KS (Kaltura Session) that created using the current token

status:integer
Enum: DISABLED [1], ACTIVE [2], DELETED [3]

readOnly

Enum Type: KalturaAppTokenStatus

Application token status

token:string

readOnly

The application token

updatedAt:integer

readOnly

Update time as Unix timestamp (In seconds)

KalturaAppTokenListResponse must also match all of:
object:KalturaListResponse