Gets detailed channel data
GET/getChannel
Gets detailed channel data
Request
Query Parameters
channelAddress stringrequired
Responses
- 200
- default
Channel information
- application/json
- Schema
- Example (from schema)
Schema
title stringrequired
profileimgurl stringrequired
otherProperties objectrequired
{
"title": "string",
"profileimgurl": "string",
"otherProperties": {}
}
Error response
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
message stringrequired
code stringrequired
issues object[]
message stringrequired
{
"message": "string",
"code": "string",
"issues": [
{
"message": "string"
}
]
}
Loading...