Skip to content

List Clients

Request

Returns a list of clients that can perform an email preview.

Security
basicAuth
curl -i -X GET \
  -u '<username>:<password>' \
  https://api.mailgun.net/v1/preview/tests/clients

Responses

A 200 response

Bodyapplication/json
clientsobjectrequired
Response
{ "clients": { "android10_gmailapp_pixel4_dm": {} } }