Azure Notification Hubs REST API

Azure Notification Hubs provide an easy-to-use and scaled-out push engine that allows you to send notifications to any platform (iOS, Android, Windows, Kindle, Baidu, etc.) from any backend (cloud or on-premises). For more information about the service, see Azure Notification Hubs conceptual documentation

The REST APIs fall into the following categories:

  • Azure Resource Manager: APIs that perform Resource Manager operations, and have /providers/Microsoft.NotificationHubs/ as part of the request URI.
  • Notification Hubs service: APIs that enable operations directly on the Notification Hubs service, and have <namespaceName>.servicebus.windows.net/ in the request URI.
  • "Classic" or RDFE management: APIs that provide programmatic access to much of the functionality available through the Azure portal. These APIs have management.core.windows.net in the URI. Notification Hubs does not have RDFE REST APIs at this time.

See also