/shorturl/{id}

Update the short url.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Updates the url of an existing short url.

curl -i -X POST \
   -d '{"targetUrl":"https://www.example.com"}'
   -H "Authorization: Basic YOUR-USERNAME-AND-TOKEN-BASE64-ENCODED" \
   -H "Content-Type: application/json" \
   -H "Accept:application/json" \
 'https://my.surveypal.com/api/rest/shorturl/:id'
Path Params
string
required

Short url id.

Body Params
string
required

A target url for the shorturl.

Response

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json