Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 660 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 660 Bytes

OneSignal Logo

OneSignal-REST-API

Asp.net C# oneSignal Push and View Notifications

Do Not Forget

Change APP-ID and REST-API-KEY from WebApiConfig class with yours


    public static class WebApiConfig
    {
        public const string URL_Notification = "https://onesignal.com/api/v1/notifications"; // DO NOT TOUCH THIS 
        public const string APP_ID = "YOUR-ONE_SIGNAL-APP-ID";
        public const string API_KEY = "YOUR-ONE_SIGNAL-REST-API-KEY";
    }

OneSignal Api Official Documentation

[OneSignal Server API] (https://documentation.onesignal.com/reference)