Recently I’ve noticed some broken things with my pushcut api calls.
Not sure when it happened, but it seems like you reference notifications in the request body not by “identifier” but by “id” now. I’ve only noticed recently since my calls to “cancel” notifications hasn’t been clearing them out from my phone (not sure how long that’s been happening though, I often just “clear all” on iOS).
Also, going through the documentation trying to figure things out, I noticed that the api url has changed from:
https://api.pushcut.io/[key]/[call]
to
https://api.pushcut.io/v1/[call]
with the “API-Key” in the header instead.
I couldn’t get the new version to work in my shortcuts, so I stuck with the old url call. But given the “/v1/” I imagine that a change is coming…
Just a heads up for anyone noticing any strangeness