Overview
The SmartURL™ interface encapsulates the APIs to manage the creation and curation of short URL links. The methods provided include the ability to pass a long URL and receive a short URL on a specific domain. Additionally, a short URL can be passed in order to receive the corresponding long URL and key usage metrics.
WSDL
Production: https://ui.solutionsbytext.com/SBT.App.SetUp/wsservices/SmartclickWSService.svc?singlewsdl
Staging: https://test.solutionsbytext.com/SBT.App.SetUp/wsservices/SmartclickWSService.svc?singlewsdl
Methods
METHOD | DESCRIPTION |
---|---|
Get Short URL | Returns the Short URL based on inputting the Long URL and domain. |
Get Short URL Details | Returns the Long URL and usage statistics based on inputting a Short URL and Org Code. |
Create Short URL Using Custom Keyword | Using this service, the user can create a Short URL using a Custom Keyword. |
Update Target URL For Custom URL | Using this service user can update the Target LongURL for custom Short URL. |
Get Short URL Report | Returns the Short URLs generated based on the input Date and Time Range. |
Get Custom URL Report | Returns the Customized Short URLs generated based on input Date and Time Range. |
Syntax
C#
[ServiceContractAttribute(Name="ISmartClicks", Namespace="http://SBTService/ServiceContracts/")] public interface ISmartClicks