PURL - wowanalytics/Api-Samples GitHub Wiki

#PURL (Personal URL) PURL's are managed via the following methods

####/client/{clientId}/purl/create

Post values

{
    "url": "string",
    "shortCode": "string",
    "frameOptionsDeny": true,
    "message": "string"
}

returns the Purl details

{
    "url": "http://shortdomain.td/1gn5yt2",
    "shortCode": "1gn5yt2",
    "frameOptionsDeny": false,
    "message": null
}

Where

url is the PURL
shortCode is the short code for the PURL frameOptionsDeny indicates if the supplied URL's x-frame-options header is set to Deny or SameOrign message is the message associated with the PURL.