13 lines
199 B
Markdown
13 lines
199 B
Markdown
## GET /api/v1/channel/{id}
|
|
*Requires an authentication header*
|
|
|
|
Returns a channel with id = {id}
|
|
|
|
### Response:
|
|
```json
|
|
{
|
|
"id": "string",
|
|
"name": "string",
|
|
"communityId": "string"
|
|
}
|
|
```
|