Azure Notification Hubs website screenshot

Azure Notification Hubs

Azure Notification Hubs is a massively scalable mobile push notification engine that enables sending push notifications to iOS, Android, Windows, and other platforms. It supports device registration, tag-based routing, template notifications, scheduled sends, and telemetry for tracking delivery metrics.

1 APIs 0 Features
Cross-PlatformMessagingMobileNotificationsPush Notifications

APIs

Azure Notification Hubs REST API

Azure Notification Hubs REST API enables sending push notifications at scale to iOS, Android, Windows, and other platforms. It supports device registration, tag-based routing, t...

Collections

Pricing Plans

Rate Limits

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🌐
Portal
Portal
💰
Pricing
Pricing
🔗
Documentation
Documentation
🔗
Website
Website
📝
Signup
Signup
🔗
Login
Login
💬
Support
Support
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Azure Notification Hubs REST API
  version: 2020-06
request:
  auth:
    type: apikey
    key: Authorization
    value: '{{Authorization}}'
    placement: header
items:
- info:
    name: Notifications
    type: folder
  items:
  - info:
      name: NH Send notification
      type: http
    http:
      method: POST
      url: https://{namespace}.servicebus.windows.net/:hub/messages
      headers:
      - name: ServiceBusNotification-Format
        value: ''
      - name: ServiceBusNotification-Tags
        value: ''
      params:
      - name: hub
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Sends a push notification to all registrations or via tag expression.
- info:
    name: Registrations
    type: folder
  items:
  - info:
      name: NH List registrations
      type: http
    http:
      method: GET
      url: https://{namespace}.servicebus.windows.net/:hub/registrations
      params:
      - name: hub
        value: ''
        type: path
    docs: Lists registrations.
  - info:
      name: NH Create registration
      type: http
    http:
      method: POST
      url: https://{namespace}.servicebus.windows.net/:hub/registrations
      params:
      - name: hub
        value: ''
        type: path
    docs: Creates a new registration.
- info:
    name: Installations
    type: folder
  items:
  - info:
      name: NH Upsert installation
      type: http
    http:
      method: PUT
      url: https://{namespace}.servicebus.windows.net/:hub/installations/:id
      params:
      - name: hub
        value: ''
        type: path
      - name: id
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Creates or updates an installation.
  - info:
      name: NH Delete installation
      type: http
    http:
      method: DELETE
      url: https://{namespace}.servicebus.windows.net/:hub/installations/:id
      params:
      - name: hub
        value: ''
        type: path
      - name: id
        value: ''
        type: path
    docs: Deletes an installation.
bundled: true