Versions Compared

Key

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

BETA (WORK IN PROGRESS)

this page is for internal use only

NEW API GUIDELINE

...

 

 

Note

Beta version

 

Overview

  • MailUpService is a new web service interface for accessing MailUp, most of new MailUp APIs will be based on this interface
  • SOAP API is still supported
  • MailUpService is version based: there is a different endpoint for each major release of this web service
  • For backward compatibility you can use the accessKey retrieved by loggin in with old aspx methods and use it for these new methods (web services (e.g. MailUpSend) and vice versa)
  • REST version is restricted to HTTP POST usage
  • we define a basic structure and naming convention (a single interface for all methods), then methods will be added step by step
  • method Naming convention is based on categories (groups) of methods 
  • Method naming is like this: entity+action+detail, where "entity" is something like category for grouping methods. Example:
    • authentication, 
    • filters
    • lists
    • groups
    • recipients
    • emails
    • sms
    • ...

Content

  • whenever possible, any new method will be added with both SOAP and REST interface
  • JSONP compatibility will be introduced starting from v 1.1

 

Child pages (Children Display)