Get channel

Get a channel by id

GET
/channels/{channelId}
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

Path Parameters

channelIdstring

Channel ID

Response Body

curl -X GET "https://eu1.api.bivariant.com/v1/channels/string"
{
  "agentId": "string",
  "appUiIdd": "string",
  "createdAt": "string",
  "description": "string",
  "id": "string",
  "kind": "app",
  "organizationId": "string",
  "spaceId": "string",
  "title": "string",
  "updatedAt": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}