I got queued(STATUS 202) on my answer to the push so I made a cURL
curl -H “Content-Type: application/json” -H “X-Ionic-Application-Id: BLABLA” https://push.ionic.io/api/v1/status/BLABLA -u BLABLA
Enter host password for user ‘BLABLA’: BLABLA
And I’m getting this…
{“android”:{“failure_reason”:“401”,“sent”:0,“success”:false},“app_id”:“BLABLA”,“status”:“Failed”,“errors”:[]}
Do anyone know what i’m doing wrong?