Skip to content

Get channel details

GET
/api/channels/{channelId}
curl --request GET \
--url http://localhost:3001/api/channels/example \
--header 'Authorization: <Authorization>'

Retrieve detailed information about a specific channel

channelId
required
string

Channel ID

OK

Media typeapplication/json
object
key
additional properties
any
Examplegenerated
{}

Bad Request

Media typeapplication/json
object
error
string
success
boolean
Examplegenerated
{
"error": "example",
"success": true
}

Unauthorized

Media typeapplication/json
object
error
string
success
boolean
Examplegenerated
{
"error": "example",
"success": true
}

Not Found

Media typeapplication/json
object
error
string
success
boolean
Examplegenerated
{
"error": "example",
"success": true
}