Returns the list of pushes for your account that have expired.
curl -X GET \ -H "X-User-Email: user@example.com" \ -H "X-User-Token: MyAPIToken" \ https://pwpush.com/p/expired.json
[ { "url_token": "fkwjfvhall92", "html_url": "https://pwpush.com/p/fkwjfvhall92", "json_url": "https://pwpush.com/p/fkwjfvhall92.json", "created_at": "2023-10-20T15:32:01Z", "expires_at": "2023-10-20T15:32:01Z", ... }, ... ]
For language-specific examples and detailed API documentation, see: docs.pwpush.com/docs/json-api/