This method retrieves information related to a channel.

Parameters

NameTypeRequiredDescription
tokenStringYesAuthentication token for the user.
channelIdStringYes

Identifier of the channel for which information was requested

Response

A single Channel object.

{
    "id": "g:f71eec8b-b94a-45af-a698-cc139b3d48b1",
    "name": "Channel name", 
    "memberCount": 15,
    "profileImage": "https://av.flock.co/9e6d31314638145778a3f51e-full"
}

Errors

Error CodeHTTP StatusDescriptionAdditional Parameters
UnknownChannel400The group provided in the channelId field can't be located