Published — v. 17
MailUpService 1.1 (JSONP)
DEPRECATED
Â
Â
Overview
Version 1.1 of MailUpService web services provides new methods that allow cross domain requests (with HTTP GET)Â using JSONP
Endpoints
JSONP:Â Â https://services.mailup.com/1.1/MailUpService.svc/jsonp
Â
Methods
Authentication token is required, you can retreive it by means of LoginFromId (available in any of SOAP API web services) or using Authentication method provided by MailUpService 1.0
Category | Description | Available methods |
---|---|---|
Emails | This group includes methods that manage email messages |
|
Lists | This group allows lists management |
|
Â
Using JSONP
Each request is done using HTTP GET and the following format:
Â
JSONP-enabled methods | parameters | notes |
---|---|---|
ListsRead |
| Returns available lists, similar to MailUpSend.GetLists. Example: Â Â https://services.mailup.com/1.1/MailUpService.svc/jsonp/ListsRead?token=tuhsWU7StetLw2tYp7CryKhFyzDQnSpBZJVHzFLmahSeaDmGAK8/zyOzsEhr&idList=1 |
EmailsRead |
| Returns available email messages for specified list, skipping cloned messages. |
Â
Code Example
A detailed example is provided at this page: link