PushAlert REST API Limits

PushAlert REST API Limits

PushAlert provides a robust REST API to be used on your server along with a front-end JS API. Most of the functions of the dashboard can be performed using the REST API with proper authentication. The documentation here provides all the necessary details along with pseudocode to use our API.

We provide API access on Free plans as well, but to prevent spamming we have applied restrictions on the number of calls you can make based on your subscription plan.

Following are the REST API limits for various plans (per month):
  1. Free Plan - 1000 API Calls
  2. Basic Plan - 10x Number of Subscribers in Plan (Basic 3K - 10x3000 = 30000, Basic 5K - 50,000 and so on)
  3. Premium Plan - 20x Number of Subscribers in Plan (Premium 5K - 20x5000 = 100,000, Premium 10K = 200,000 and so on)
  4. Platinum Plan - 30x Number of Subscribers in Plan (Platinum 5K - 30x5000 = 150,000, Platinum 10K = 300,000 and so on)
  5. Enterprise and Custom Plans - Based on Customer Requirement
You can check your account to see the API limit, by going into Settings > REST API Key.
    • Related Articles

    • Which browsers are supported by PushAlert?

      Currently, we support Chrome, Safari, Firefox, Microsoft Edge, UC Browser, Samsung Internet Browser and Opera web browsers. You can see the details of supported platforms below: Chrome - Mobile (Android), Desktop (Windows, MacOS, Linux, ChromeOS) ...
    • How to integrate PushAlert Notifications on my website?

      We have created tutorials on the integration of PushAlert based on the platform you use. Please head to your dashboard, click on your website domain, and then head to the Integrate section from the left menu. Directions to install the service will be ...
    • How can I import my existing subscriber database to PushAlert?

      To import subscribers we require the subscriber endpoint list (tokens) from your previous provider along with the FCM or VAPID configuration used. Once we have both we will begin with the import which would take about 48/72 hours. Once done, the ...
    • Web Push Notifications for iPhone and iPad - Apple iOS?

      Web Push Notifications are now available with iOS 16.4+ on both iPhone and iPad. You can check our handy guide on enabling iOS push notifications on your website for Safari and other browsers here - https://pushalert.co/documentation/ios-web-push
    • Can PushAlert be implemented on non-https (non-secure http) websites?

      PushAlert can be implemented on both HTTP and HTTPS websites. The implementation is a bit different but it's possible on both easily. In case of HTTP websites, we will provide you a branded HTTPS subdomain on our server, with a URL structure ...