Overview

The Authentication interface encapsulates the APIs to manage the security aspects of an API session. An API session might typically comprise one or more API calls (across the disparate API groups). Before any API calls can be made, one needs to obtain a ‘security token’ through the Authentication interface.

 

WSDL 

Production: https://ui.solutionsbytext.com/Sbt.App.SetUp/WSServices/LoginAPIService.svc?singleWsdl

Staging:  https://test.solutionsbytext.com/Sbt.App.SetUp/WSServices/LoginAPIService.svc?singlewsdl

 

Methods

Method Description
AuthenticateAPIKey This returns the security token using input API key, which is used to authenticate all other API methods.

 

Syntax

C#

[ServiceContractAttribute(Name="ILoginAPI", Namespace="https://SBTService/ServiceContracts/")]

public interface ILoginAPI

 

Send Feedback