Webpush Channel Broadcast
latest

Contents:

  • Overview
  • 1.x
    • Full reference
      • Authentication
      • Channels
      • Subscriptions
      • Utility endpoints for OPS and Devs
      • Backoff indicators
      • Error responses
      • Deprecation
    • Cheatsheet
Webpush Channel Broadcast
  • Docs »
  • 1.x
  • Edit on GitHub

1.x¶

Full reference¶

Full detailed API documentation:

  • Authentication
  • Channels
  • Subscriptions
  • Utility endpoints for OPS and Devs
  • Backoff indicators
  • Error responses
  • Deprecation

Cheatsheet¶

Method URI Description
GET / Information about the running instance
GET /__heartbeat__ Return the status of dependent services
Channels
PUT /channels/(channel_id)/registration Subscribe to a channel
DELETE /channels/(channel_id)/registration Unsubscribe from a channel
GET /channels/(channel_id) Get channel details
POST /channels/(channel_id) Broadcast push notification
Subscriptions
POST /subscriptions Add a new user subscription
GET /subscriptions Get the list of user’s subscriptions
DELETE /subscriptions Delete user’s subscriptions
DELETE /subscriptions/(subscription_id) Delete an user subscription
Next Previous

© Copyright 2016, Mansimar Kaur. Revision 7bcfd453.

Built with Sphinx using a theme provided by Read the Docs.