Get channel info
documentedFetch attributes for a specific channel (including occupancy and requested info attributes).
GET /apps/{app_id}/channels/{channel_name}Channelsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.pusherapp.com/apps/{{$app_id}}/channels/{{$channel_name}}?auth_key={{$PUSHER_API_KEY}}&auth_timestamp={{$auth_timestamp}}&auth_version=1&auth_signature={{$auth_signature}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json"