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...