This is intended for users who want to script their own notifications, it’s not intended for 3rd parties who want to push notifications to users. 3rd parties should use the service API instead, and we suggest users not to give their own credentials as it prevents them from choosing who access your informations.
Anyone with your credentials will be able to do all they want with your account, including changing your settings.
https://www.appnotifications.com/account/notifications.json
If you want to send yourself a notifications, you can use
$ curl -d user_credentials=YOUR_CREDENTIALS \
-d "notification[message]=my message" \
-d "notification[long_message]=<b>Some HTML for the full layout page notification</b>" \
-d "notification[title]=A notification title" \
-d "notification[subtitle]=A notification subtitle" \
-d "notification[long_message_preview]=the notif preview" \
-d "notification[message_level]=2" \
-d "notification[silent]=0" \
-d "notification[action_loc_key]=Approve me" \
https://www.appnotifications.com/account/notifications.json
---
"{\"id\":3548469}"