v1

latestOpenAPI 3.0.02026-08-0417295208.0 KB
channels

Get the user permission level on the channel

get/channels/{channel_name}/permissions

Path parameters

channel_namestring required

Response

successfully retrieved the permission scopes on a channel

scopesstring[]

Example response

{
  "scopes": [
    "channel:edit"
  ]
}