axonpush
API referenceChannels

GET /apps/{appId}/channels

GET
/apps/{appId}/channels

Path Parameters

appId*string

Response Body

application/json

application/problem+json

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"    }  ]}