Skip to content

List Emailpreview Tests
deprecated

Request

Returns a list of email preview tests.

WARNING: This endpoint is deprecated in favor of our V2 endpoint.

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

Responses

A 200 response

Bodyapplication/json
Array [
idstring
dateinteger, (int32)
typestring
subjectstring
headersobject
]
Response
[ { "id": "", "date": 0, "type": "", "subject": "", "headers": {} } ]