REST Format

Rest Request Format

The EDS API currently only supports the REST request format.

REST is the simplest format to use as it's a simple HTTP GET or HTTP POST.

The REST endpoint url is: http://api.emaildatasource.com or for images http://image-api.emaildatasource.com

To make a REST request the format is as follows:
http://api.emaildatasource.com/service/2.0.0/rest/SERVICE?method=METHOD&api-key=API-KEY&parameters

Example Request
http://api.emaildatasource.com/service/2.0.0/rest/api.service.email?method=getEmails&api-key=your-api-key&uuid=4e12f5c0-efc2-454b-8e33-93223db444ea

The REST request will send a REST-XML response.