Check receipt status
documentedPoll the status of a specific receipt to see acknowledgement, last delivery, and related data.
GET /receipts/{receipt}.json?token={token}Receiptsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.pushover.net/1/receipts/{{$receipt}}.json?token={{PUSHOVER_API_KEY}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json"