Skip to main content
GET
/
v1
/
admin
/
distribution
/
channels
/
{id}
Get a distribution channel
curl --request GET \
  --url https://{operatorDomain}/v1/admin/distribution/channels/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "kind": "<string>",
    "status": "<string>",
    "website": "<string>",
    "contactName": "<string>",
    "contactEmail": "jsmith@example.com",
    "metadata": {}
  }
}

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Path Parameters

id
string
required

Response

200 - application/json

Channel

data
object