This method retrieves the preview URL of a push. This is useful for getting the fully qualified URL of a push before sharing it with others.
curl -X GET \ -H "Authorization: Bearer MyAPIToken" \ https://pwpush.com/p/fk27vnslkd/preview.json
{ "url": "https://pwpush.com/p/fk27vnslkd" }
Param name | Description |
---|---|
url_token
required |
Secret URL token of a previously created push. Validations:
|