Get PubSub channels for an application
GET {{baseUrl}}/v3/channels/pubsub
Get the PubSub channels for an application.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":[{"id":"\u003cstring\u003e","description":"\u003cstring\u003e","trigger_types":["\u003cstring\u003e","\u003cstring\u003e"],"topic":"\u003cstring\u003e","status":"\u003cstring\u003e","notification_email_addresses":["\u003cstring\u003e","\u003cstring\u003e"]},{"id":"\u003cstring\u003e","description":"\u003cstring\u003e","trigger_types":["\u003cstring\u003e","\u003cstring\u003e"],"topic":"\u003cstring\u003e","status":"\u003cstring\u003e","notification_email_addresses":["\u003cstring\u003e","\u003cstring\u003e"]}],"request_id":"\u003cstring\u003e"}