axonpush
API referenceChannels

GET /apps/{appId}/channels/{channelId}

GET
/apps/{appId}/channels/{channelId}

Path Parameters

appId*string
channelId*string

Response Body

application/json

application/problem+json

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