Retrieves the audit log for a push.
curl -X GET \ -H "Authorization: Bearer MyAPIToken" \ https://pwpush.com/r/fk27vnslkd/audit.json
[ { "ip": "127.0.0.1", "referrer": "https://example.com", "created_at": "2023-10-20T15:32:01Z", "successful": true, ... }, ... ]
Param name | Description |
---|---|
url_token
required |
Secret URL token of a previously created push. Validations:
|