URL Push Audit

Retrieves the audit log for a push.

Example Request

curl -X GET \
  -H "Authorization: Bearer MyAPIToken" \
  https://pwpush.com/r/fk27vnslkd/audit.json

Example Response

[
  {
    "ip": "127.0.0.1",
    "referrer": "https://example.com",
    "created_at": "2023-10-20T15:32:01Z",
    "successful": true,
    ...
  },
  ...
]

Supported Formats

json

Params

Param name Description
url_token
required

Secret URL token of a previously created push.

Validations:

  • Must be a String