Preview a Push

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.

Example Request

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

Example Response

{
  "url": "https://pwpush.com/p/fk27vnslkd"
}

Supported Formats

JSON

Params

Param name Description
url_token
required

Secret URL token of a previously created push.

Validations:

  • Must be a String