Sign in

Get channel stats (deprecated)

documented

Deprecated endpoint for retrieving channel statistics; use the current channel info endpoint instead.

GET /apps/{app_id}/channels/{channel_name}/statsChannelsno implementation yet0 runs
No 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}}/stats?auth_key={{PUSHER_API_KEY}}&auth_timestamp={{$auth_timestamp}}&auth_version={{$auth_version}}&auth_signature={{$auth_signature}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"