API referenceChannels
GET /apps/{appId}/channels
curl -X GET "https://example.com/apps/string/channels"{ "$schema": "https://example.com/schemas/ListChannelsOutputBody.json", "channels": [ { "$schema": "https://example.com/schemas/ChannelDTO.json", "appId": "string", "channelId": "string", "createdAt": "string", "name": "string", "orgId": "string", "updatedAt": "string" } ]}