This method retrieves information related to a channel.
Parameters
Name | Type | Required | Description |
---|---|---|---|
token | String | Yes | Authentication token for the user. |
channelId | String | Yes | 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 Code | HTTP Status | Description | Additional Parameters |
---|---|---|---|
UnknownChannel | 400 | The group provided in the channelId field can't be located |