Skip to content

Get Emailpreview Test Info
deprecated

Request

Returns test info.

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

Security
basicAuth
Path
test_idstringrequired

Test to get the content of

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

Responses

A 200 response

Bodyapplication/json
subjectstringrequired
dateinteger, (int32)required
completedArray of strings
processingArray of strings
bouncedArray of strings
content_checkinggithub.com-mailgun-emailpreview-clients-preview-ContentCheckingResult (object) or null
Any of:
Response
{ "subject": "string", "date": 0, "completed": [ "string" ], "processing": [ "string" ], "bounced": [ "string" ], "content_checking": { "link_validation": {}, "image_validation": {}, "accessibility": {}, "code_analysis": {} } }