
Your application might need to access features that are only available to those with an existing EzineArticles Membership Account.
These parameters must be passed with every API call that requires Member Authentication.
| Parameter | Purpose | |
|---|---|---|
| The email address for an EzineArticles Membership Account (Used to login to their Membership Account). | Required | |
| pass | EzineArticles member's password associated with the email. | Required |
Methods requiring Member Authentication: account.article.new, account.article.update, account.article.view, account.status
If there is a problem with your API request, an error message will be shown in the format specified by the response_format parameter or in plain text if that parameter is missing.
| Code | Meaning |
|---|---|
| 200 | The request was successful. This code will accompany a response from the API. |
| 404 | No results found. This code will accompany a message explaining that no results were found for your request. |
| 400 | The request was invalid. This code will also be sent if you have exceeded your maximum hourly requests or your API Key is invalid. |
| 500 | The API is experiencing a problem unrelated to your request that prevents it being performed at this time. |