Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

Table of Contents

 

Overview

Version 1.1 of MailUp web services uses a different hostname than v. 1.0 and it has the following features:

...

REST is supported only when XML parameters are passed with http POST method (Ping method is the only exception, which can be called using http GET https://services.mailup.com/1.1/MailUpService.svc/rest/Ping).
Required parameter format is the same as what is specified for SOAP requests (see example below).

Restrictions

  1. Available Most of the available REST methods cannot are to be called using HTTP GET (POST, while. HTTP GET is available only for "Ping" test method is the only exception, which can be called using http GET (https://services.mailup.com/1.1/MailUpService.svc/rest/Ping) and JSONP-enabled methods
  2. If you are experiencing some "cross domain problems" (i.e. you're unable to request data from a server in a different domain) you can try JSONP (available only for a subset of v.1.1 methods) 

Configuration

Info

Please refer to REST configuration page to get some tips about enabling REST

 

...

Warning

Due to security concerns, JSONP is available only for a subset of methods (see table below)

JSONP method-enabled methodsparametersnotes
ListsRead
  1. token
  2. idList
Returns available lists, similar to MailUpSend.GetLists
EmailsRead
  1. token

Returns available email messages for specified list, skipping cloned messages.
Provides the same reusult as MailUpSend.CloneMessages

...

A detailed example is provided at this page: link