Pusher Channels API

Pub/sub channels over WebSocket (client) and HTTP (server publish). Public, private, and presence channels supported. WebSocket endpoint at ws-{cluster}.pusher.com. Cluster hostnames include eu, us2, us3, ap1, ap2, ap3, etc.

Documentation

Other Resources

API entry from apis.yml

apis.yml Raw ↑
aid: pusher:channels-api
name: Pusher Channels API
tags:
- Pub/Sub
- WebSockets
- HTTP
- Messaging
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api-{cluster}.pusher.com/apps/{app_id}
humanURL: https://pusher.com/docs/channels
description: Pub/sub channels over WebSocket (client) and HTTP (server publish). Public, private, and
  presence channels supported. WebSocket endpoint at ws-{cluster}.pusher.com. Cluster hostnames include
  eu, us2, us3, ap1, ap2, ap3, etc.
properties:
- type: Documentation
  url: https://pusher.com/docs/channels
- type: Pricing
  url: https://pusher.com/channels/pricing
x-features:
- Public, private, presence channels
- End-to-end encryption (E2E)
- Webhooks for events
- Multi-region clusters
x-use-cases:
- In-app chat
- Live dashboards
- Realtime collaboration