Authentication

From SMS Wiki
Revision as of 22:41, 8 May 2008 by Bzurkovic (Talk | contribs)

Jump to: navigation, search

Authentication

Every function of the SOAP API that requires authentication must pass in Authentication Parameters. To acquire a set of Authentication Parameters, please use the API found at: http://api.upsidewireless.com/soap/Authentication.asmx.

Token and Signature, two values that are returned from the function are then used for every subsequent call to the API. They are used as proxies for your username and password as some users prefer to use the non-SSL optinon for function calls, in which case, calls made to the API are sent over the Internet unencrypted. The use of proxies prevents unauthorized access to your Upside Wireless account.

The Token parameter will never change for the life of the account whereas the Signature will change if your password changes. In most applications, you will store these variables in a constant or configuration store.



back