What Is the API?

What Is the API?

Top ↑

The API is a set of methods that enable you to use code to perform operations on system objects, such as Lists and Folders. The methods for each type of object enable you to extend your system's capabilities and integrate the system with third party applications.

Methods send and respond to requests sent from third party systems, automate repetitive operations, or directly perform other operations on objects in your system, such as adding and deleting.

The following are examples of tasks you could accomplish using the API:

  • Synchronise the Contacts in your system and the Contact's in your website's database.
  • Find all of your empty Folders and delete them.
  • Combine several maintenance tasks into one routine and schedule it to run nightly:

See Also