Active File Pushes Retrieval

Returns the list of file pushes that you previously pushed which are still active.

Example Request

curl -X GET \
  -H "Authorization: Bearer MyAPIToken" \
  https://pwpush.com/f/active.json

Example Response

[
  {
    "url_token": "fkwjfvhall92",
    "created_at": "2023-10-20T15:32:01Z",
    "expires_on": "2023-10-23T15:32:01Z",
    ...
  },
  ...
]

Supported Formats

JSON