Account


General Parameters

ParameterDescriptionExample
Token and SignatureUsed to authenticate your request. They are proxies for your username and password Use GetParameters to generate token and signature from your username and password.
Error CodesDescription
NO_ERRORAPI call was successful
GENERAL_ERRORUnclassified error, mostly internal error
UNAUTHORIZED_ACCESSWrong token or signature. Or have no specific permissions
USERNAME_IN_USERequested username already exists
EMAIL_ADDRESS_IN_USERequested email address already exists
SMSIN_IN_USERequested smsIN is already in use
WEBTEXT_IN_USERequested webText is already in use
DEVICE_IN_USERequested device is already in use
INVALID_USERNAMEUsername must be 6 to 15 characters long and can't be a number or contain invalid characters. Valid characters are '-_0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'
INVALID_PASSWORDPassword must be 6 to 15 characters long and must contain at least one digit and should not contain invalid characters
INVALID_FISTNAMEFirst name must not be empty and be 1 to 14 characters long
INVALID_LASTNAMELast name must not be empty and be 1 to 14 characters long
INVALID_EMAIL_ADDRESSEmail address must be valid and domain is not in blocked list
INVALID_SMSINsmsIN must be either empty or 4 to 6 characters long
INVALID_WEBTEXTWebText must be either empty or 6 to 12 characters long
INVALID_PARAMETERParameter is invalid

The following operations are supported. For a formal definition, please review the Service Description.