Introduction

This documentation describes ExpertSender REST API. It is intended for software developers who will participate in integrating various IT systems with ExpertSender.


ExpertSender API follows RESTful architecture principles. RESTful (Representational State Transfer) systems provide a simple way to access, modify and manipulate objects on remote servers. Some of REST principles include:

  • Identifying resources using URIs

  • Using HTTP methods to manipulate resources

  • Using HTTP codes to indicate operation results


To utilize ExpertSender API you need to know the correct API server and your unique API key.

You can find this information after logging in to your Business Unit in: Settings > Unit Settings > "API" tab.


IMPORTANT: all examples in the API doc need to be modified to include your correct API server and API key.