Support and Documentation


Important!
This documentation has been deprecated. We are migrating Oempro help articles to our new help portal. Take a look at more detailed help articles on our new help portal.

Sections:

  1. Description
  2. Oempro Version
  3. Request Parameters
  4. Response Parameters
  5. Error Codes

Subscriber.Login

Description

Logs in the subscriber

Oempro Version

4+

Request Parameters

Command = {Subscriber.Login} (required)
API Command
ResponseFormat = {JSON | XML} (required)
Response format
JSONPCallBack = {bool}
Send this parameter for cross-domain. More info about JSONP can be found here: http: //en.wikipedia.org/wiki/JSON#JSONP
ListID = {integer} (required)
List ID that stores the subscriber information
MSubscriberID = {integer} (required)
ID of the subscriber (md5)
MEmailAddress = {string} (required)
Email address of the subscriber (md5)
EmailAddress = {string} (required)
Email address to validate

Response Parameters

Success = {true | false}
States if there is an error or not
ErrorCode = {integer}
If there is an error, error's code

Error Codes

1
Missing list ID
2
Missing subscriber ID
3
Missing subscriber email address
4
Missing validation email address
5
Invalid list ID
6
Invalid user
7
Invalid validation email address
8
Invalid login information
99998
Authentication failure or session expired
99999
Not enough privileges

Stay connected!