Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

BETA (WORK IN PROGRESS)

this page is for internal use only

NEW API GUIDELINE

  • we will provide a new endpoint whenever a major change is applied to web services
  • for backward compatibility you can use accessKey retrieved by old aspx methods and use it for these new methods (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 is like this: entity+action+detail. 
  • "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

 

  • No labels