Jump to content
View in the app

A better way to browse. Learn more.

Pulseway

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Can you use the REST api to pull notifications into another service?

Featured Replies

Posted

Hi I am looking for a way to pull and display live notifications into another application. Specifically, we have an internal dashboard using node-red and would like to add some info from Pulseway on to it.

 

  • Author

If I am correct I should be able to:

curl  https://api.pulseway.com/v2/notifications -u myuser:myapitoken

and I should get json output for current notifications

I just get invalid username and or password.

{"data":null,"meta":{"response_code":401,"error_message":"Invalid username and/or password (199)."}}

I quite expect I'm missing something obvious, but don't know what...

  • Staff

Hi @pybe,

Please tel us which Pulseway subscription are you using? 

Free plan: https://api.pulseway.com/v2/systems/:id/notifications

curl https://https://api.pulseway.com/v2/systems/11111111-2222-3333-4444-555555555555/notifications -u username:password 

Team plan: https://your-server-name/api/v2

curl https://https://your-server-name/api/v2/systems/11111111-2222-3333-4444-555555555555/notifications -u username:password 

the ID is the ID for the system.

Please let me know if you have any further questions regarding this.

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.