Access up-to-date API descriptions
Click below to get to the up-to-date API descriptions:
click here to get to 10xONE API descriptions
10xONE API call Authentication method
All API calls must include a token in the call header.
For this:
1) Download and unzip this
click here – you need to extract the zip file you can download from here
2) Call the EncryptString function with the user name and password used for login.
3) Call this end point with the result received:
IRightModuleMobileWebService/web/AuthenticateUser
input parameters:
string UserName, string Password, string DeviceToken
DeviceToken value to be set to nul.
Return values:
class AuthenticationResult { string ErrorCode string ErrorMessage string UserToken }
Where you must include UserToken value – in every API call
The UserToken value must be included in all call headers (header name: UserToken).
Token validity time
The token is valid for 4 hours. Any auth error will be provided in the ErrorMessage parameter.