Back to Customer API documentation

 

Customer REST API Method: emails/clients

Returns a list of email clients available for testing.

 

URL:

https://#{company}.litmus.com/emails/clients.xml

 

HTTP Method(s):

GET

 

Parameters:

 

Response

          XML example (truncated): 

 

<?xml version="1.0" encoding="UTF-8"?>
<testing_applications type="array">
  <testing_application>
    <average_time_to_process type="integer">213</average_time_to_process>
    <business>false</business>
    <result_type>email</result_type>
    <supports_content_blocking>false</supports_content_blocking>
    <desktop_client>false</desktop_client>
    <status>0</status>
    <default>false</default>
    <platform_name>Web-based</platform_name>
    <platform_long_name>Web-based</platform_long_name>
    <application_code>hotmail</application_code>
    <application_long_name>Live Hotmail</application_long_name>
  </testing_application>
  ...
</testing_applications>