Litmus Help

Still have questions? Email us: hello@litmusapp.com

Testing applications

Testing applications are the environments that you can test with, such as different web browsers or different email clients.

For more detailed information about the data types returned, take a look at the data reference.

List all browsers

GET /pages/clients.xml

Returns a list of web browsers available for testing.

Response:

Status: 200 OK
<testing-applications type="array"> <testing-application> <code>ie7</code> <name>Explorer 7.0</name> <platform>Windows</platform> </testing-application> ... </testing-applications>

List all email clients

GET /emails/clients.xml

Returns a list of email clients available for testing.

Response:

Status: 200 OK
<testing-applications type="array"> <testing-application> <code>gmail</code> <name>Gmail</name> <platform>Web-based</platform> </testing-application> ... </testing-applications>

More Customer API articles: