Get channel
GET/api/v1/notifications/channels/{channelId}
Retrieve detailed information for a specific channel.
Parameters
channelId(string, required): Channel identifier (format: channel_xxx)
Responses
200 OK: Channel details retrieved successfully.404 Not Found: Channel not found.400 Bad Request: Invalid channel ID format.
Request
Responses
- 200
- 400
- 404
Channel retrieved successfully
Bad Request
Not Found