Channel REST Endpoints

Blockchain Network Administrative Operations/Channel
REST API for channel operations
Add an organization to a channel
Method: post
Path: /console/admin/api/v1.1/channels/{channelName}/organizations
Create a Channel
Method: post
Path: /console/admin/api/v1.1/channels
Get a List of Block's Data
Method: get
Path: /console/admin/api/v1.1/channels/{channelName}/blocks
Get Channel Block Data
Method: get
Path: /console/admin/api/v1.1/channels/{channelName}/blocks/{blockId}
Get Channel Information
Method: get
Path: /console/admin/api/v1.1/channels/{channelName}
Get Channel List
Method: get
Path: /console/admin/api/v1.1/channels
Get Orderer Advanced Attributes for a Channel
Method: get
Path: /console/admin/api/v1.1/channels/{channelName}/orderingSettings
Remove an organization from a channel
Method: delete
Path: /console/admin/api/v1.1/channels/{channelName}/organizations/{mspId}
Set Anchor Peers for a Channel
Method: post
Path: /console/admin/api/v1.1/channels/{channelName}/organizations/{mspId}/anchorPeers
Update Channel Configuration (Deprecated in v19.1.3)
Method: patch
Path: /console/admin/api/v1.1/channels/{channelName}
Update Orderer Advanced Attributes for a Channel
Method: patch
Path: /console/admin/api/v1.1/channels/{channelName}/orderingSettings
Update Policies of a Channel
Method: post
Path: /console/admin/api/v1.1/channels/{channelName}/policies