v1

latestOpenAPI 3.0.02026-07-24212113249.1 KB
Channels

Retrieve a channel

get/channels/{id}

Path parameters

idstring required

The channel ID

Headers

organizationstring required

The URL of the end-user web application

Response

Successful response

idstring

Channel ID

namestring

Channel name

slugstring

Channel slug

organizationstring

Organization ID

descriptionstring

Channel description

statusstring

Channel status

entitlementsstring[]

Array of product IDs

kindstring

The access level of the channel

accessstring

States if the channel is universally available or geolocked.

Example response

{
  "id": "3649593763a63ab59e096487",
  "name": "Your Channel",
  "slug": "your-channel",
  "organization": "639cfa9a3efc39a89a96d6dw",
  "description": "Channel description",
  "status": "PUBLISHED",
  "customization": {
    "logo": {
      "light": {
        "imgPath": "image/path",
        "baseUrl": "server.com"
      },
      "dark": {
        "imgPath": "image/path",
        "baseUrl": "server.com"
      }
    },
    "icon": {
      "light": {
        "imgPath": "image/path",
        "baseUrl": "server.com"
      },
      "dark": {
        "imgPath": "image/path",
        "baseUrl": "server.com"
      }
    },
    "thumbnail": {
      "imgPath": "image/path",
      "baseUrl": "server.com"
    }
  },
  "kind": "PRIVATE",
  "access": "AVAILABLE"
}