How to use the Notification Hubs REST Interface

This section describes how to use the Azure Notification Hubs REST APIs to send notifications and manage registrations.

Notification Hubs use the same security infrastructure as Microsoft Azure Service Bus, and thus supports Shared Access Signature authentication (SAS) as the authentication mechanism for accessing Notification Hubs. For more information, see Shared Access Signature Authentication with Service Bus.

Microsoft already provides a .NET wrapper around the REST API in the Microsoft.Azure.NotificationHubs.NotificationHubClient (NuGet package) assembly. As such, this section focuses on Java and Javascript clients.

In this section