Retrieves a push including it’s payload and details. If the push is still active, this will burn a view and the transaction will be logged in the push audit log.
curl -X GET \ -H "Authorization: Bearer MyAPIToken" \ https://pwpush.com/r/fk27vnslkd.json
{ "expire_after_days": 2, "expire_after_views": 5, "expired": false, "url_token": "quyul5r5w18", "payload": "https://example.com", ... }
Param name | Description |
---|---|
url_token
required |
Secret URL token of a previously created push. Validations:
|