POST /ShortLink/

Creates a short link based on the long link given.
 

Request

Method Request URI
POST /API/ShortLink/?sessionId=value

URI Parameters

URI Parameter Description
sessionId Current session ID.

Request Body

Name: longLink
Type: System.String

Response

Response Body

A System.String with the short link, or a status code indicating the problem.