Active Pushes Retrieval

Returns the list of pushes for your account that are still active.

Example Request

curl -X GET \
  -H "X-User-Email: user@example.com" \
  -H "X-User-Token: MyAPIToken" \
  https://pwpush.com/p/active.json

Example Response

[
  {
    "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",
    ...
  },
  ...
]

Language Specific Examples

For language-specific examples and detailed API documentation, see: docs.pwpush.com/docs/json-api/

Supported Formats

JSON