Sign in

Check receipt status

documented

Poll the status of a specific receipt to see acknowledgement, last delivery, and related data.

GET /receipts/{receipt}.json?token={token}Receiptsno implementation yet0 runs
No 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"
Check receipt status · Pushover · OpenIntegrations