Topics REST Endpoints

Topics
Topics are destinations to which messages may be sent that support publish/subscribe, one-to-many communication.
Create a Topic
Method: put
Path: /topics/{topicName}
Delete a Topic
Method: delete
Path: /topics/{topicName}
Get Topic Properties
Method: get
Path: /topics/{topicName}
List Topics
Method: get
Path: /topics