<%= render 'response' %>
View a Channel
To view a specific Channel, send an HTTP GET to
<%= @ssl_api_domain %>channels/CHANNEL_ID.json.xml
.
Valid parameters:
- api_key (string) - User's API Key; please note that this is different than a Channel API key, and can be found in your account details. If this key is provided, the Channel's private details (such as the Channel's API keys) will also be shown. (optional).
Example GET:
GET <%= @ssl_api_domain %>channels/1417.json.xml
The response will be a webpage that shows the Channel.