## GET /api/v1/channel/{id} _Requires an authentication header_ Returns a channel with id = {id} ### Response: ```json { "id": "string", "name": "string", "communityId": "string", "creationDate": 0 } ```