{"items":[{"type":"link","label":"Email Preview API","link":"/docs/inspect/api-reference/openapi-final","routeSlug":"/docs/inspect/api-reference/openapi-final","content":{"contentType":"overview","meta":{"name":"Email Preview API"},"children":[{"nodeType":"container","panels":[{"title":"Download OpenAPI description","titleTranslationKey":"download.description.title","children":[{"kind":"download","label":"openapi-final.json","url":"/_bundle/docs/inspect/api-reference/openapi-final.json?download"},{"kind":"download","label":"openapi-final.yaml","url":"/_bundle/docs/inspect/api-reference/openapi-final.yaml?download"}]},{"title":"Overview","titleTranslationKey":"info.title","children":[]},{"title":"Languages","titleTranslationKey":"languages.title","children":[{"kind":"languages","options":[{"key":"curl","title":"curl","lang":"curl"},{"key":"javascript","title":"JavaScript","lang":"JavaScript"},{"key":"node","title":"Node.js","lang":"Node.js"},{"key":"python","title":"Python","lang":"Python"},{"key":"java","title":"Java","lang":"Java"},{"key":"csharp","title":"C#","lang":"C#"},{"key":"php","title":"PHP","lang":"PHP"},{"key":"go","title":"Go","lang":"Go"},{"key":"ruby","title":"Ruby","lang":"Ruby"},{"key":"r","title":"R","lang":"R"},{"key":"payload","title":"Payload","lang":"Payload"}]}]},{"title":"Servers","titleTranslationKey":"servers.title","children":[{"kind":"servers","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"mode":"default"}]}],"children":[{"nodeType":"overview-section-wrapper","children":[{"nodeType":"header","level":1,"label":"Email Preview API (1.0.0)","showPageActions":true},{"nodeType":"overview-section-wrapper","children":[{"nodeType":"markdoc","content":"Mailgun Email Preview service with RESTful JSON HTTP API for providing email previews."}],"sectionId":"/docs/inspect/api-reference/openapi-final"}],"sectionId":"/docs/inspect/api-reference/openapi-final"}]}]}},{"type":"separator","label":"Mailgun Inspect","content":null},{"type":"group","label":"Link Validation","link":"/docs/inspect/api-reference/openapi-final/link-validation","routeSlug":"/docs/inspect/api-reference/openapi-final/link-validation","items":[{"label":"Get Link Validation Results","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/link-validation/get-v1-inspect-links--id-","routeSlug":"/docs/inspect/api-reference/openapi-final/link-validation/get-v1-inspect-links--id-","metadata":{"seo":{"title":"Get Link Validation Results","description":"Returns the results of a link validation test."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET-v1-inspect-links--id-","name":"Get Link Validation Results","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1links~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Link Validation Results","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the results of a link validation test."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"components/schemas/string","description":"The ID of the validation test we want to check the results for","required":true}],"pointer":"/paths/~1v1~1inspect~1links~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/inspect/links/{id}","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","401","404"],"pointer":"/v1/inspect/links/{id}","href":"link-validation/get-v1-inspect-links--id-","openApiOperationId":"GET-v1-inspect-links--id-","summary":"Get Link Validation Results"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-GetLinkValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/get/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-GetLinkValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/get/responses/200/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/get/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/get/responses/401/content/application~1json/examples/Example"]},{"code":"404","description":"A 404 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/get/responses/404/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/get/responses/404/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1links~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-GetLinkValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/get/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-GetLinkValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/get/responses/200/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/get/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/get/responses/401/content/application~1json/examples/Example"]}}},{"code":"404","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/get/responses/404/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/get/responses/404/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/link-validation/get-v1-inspect-links--id-"}],"panels":[]}]},"httpPath":"/v1/inspect/links/{id}"},{"label":"Reprocess Link Validation Test","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/link-validation/post-v1-inspect-links--id-","routeSlug":"/docs/inspect/api-reference/openapi-final/link-validation/post-v1-inspect-links--id-","metadata":{"seo":{"title":"Reprocess Link Validation Test","description":"Reprocess a link validation test."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"POST-v1-inspect-links--id-","name":"Reprocess Link Validation Test","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1links~1{id}/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Reprocess Link Validation Test","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Reprocess a link validation test."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"components/schemas/string","description":"Link Validation Test ID","required":true}],"pointer":"/paths/~1v1~1inspect~1links~1{id}/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v1/inspect/links/{id}","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","400","401"],"pointer":"/v1/inspect/links/{id}","href":"link-validation/post-v1-inspect-links--id-","openApiOperationId":"POST-v1-inspect-links--id-","summary":"Reprocess Link Validation Test"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-CreateLinkValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/post/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-CreateLinkValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/post/responses/200/content/application~1json/examples/Example"]},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/post/responses/400/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/post/responses/400/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/post/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/post/responses/401/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1links~1{id}/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-CreateLinkValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/post/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-CreateLinkValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/post/responses/200/content/application~1json/examples/Example"]}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/post/responses/400/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/post/responses/400/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/post/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/post/responses/401/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/link-validation/post-v1-inspect-links--id-"}],"panels":[]}]},"httpPath":"/v1/inspect/links/{id}"},{"label":"Delete Link Validation Test","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/link-validation/delete-v1-inspect-links--id-","routeSlug":"/docs/inspect/api-reference/openapi-final/link-validation/delete-v1-inspect-links--id-","metadata":{"seo":{"title":"Delete Link Validation Test","description":"Delete a specific link validation test by its unique test ID. This endpoint allows you to remove a link validation test from the system. If the test ID does not exist, the appropriate error message is returned."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"DELETE-v1-inspect-links--id-","name":"Delete Link Validation Test","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1links~1{id}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete Link Validation Test","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Delete a specific link validation test by its unique test ID. This endpoint allows you to remove a link validation test from the system. If the test ID does not exist, the appropriate error message is returned."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"components/schemas/string","description":"The unique identifier of the test.","required":true}],"pointer":"/paths/~1v1~1inspect~1links~1{id}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/v1/inspect/links/{id}","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","401","404"],"pointer":"/v1/inspect/links/{id}","href":"link-validation/delete-v1-inspect-links--id-","openApiOperationId":"DELETE-v1-inspect-links--id-","summary":"Delete Link Validation Test"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/delete/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/delete/responses/200/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/delete/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/delete/responses/401/content/application~1json/examples/Example"]},{"code":"404","description":"A 404 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/delete/responses/404/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/delete/responses/404/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1links~1{id}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/delete/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/delete/responses/200/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/delete/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/delete/responses/401/content/application~1json/examples/Example"]}}},{"code":"404","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/delete/responses/404/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}/delete/responses/404/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/link-validation/delete-v1-inspect-links--id-"}],"panels":[]}]},"httpPath":"/v1/inspect/links/{id}"},{"label":"List Link Validations","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/link-validation/get-v1-inspect-links","routeSlug":"/docs/inspect/api-reference/openapi-final/link-validation/get-v1-inspect-links","metadata":{"seo":{"title":"List Link Validations","description":"Retrieve a list of previous link validation tests based on various filters."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET-v1-inspect-links","name":"List Link Validations","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1links/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"List Link Validations","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieve a list of previous link validation tests based on various filters."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"status","in":"query","schemaId":"components/schemas/string","description":"Filter by status of the link validation test"},{"name":"id","in":"query","schemaId":"components/schemas/string","description":"Filter by ID"},{"name":"url","in":"query","schemaId":"components/schemas/string","description":"Search by URL"},{"name":"isExpiredSSL","in":"query","schemaId":"components/schemas/string","description":"Filter by tests that contain expired SSL certificates"},{"name":"statusCode","in":"query","schemaId":"schema_156","description":"Filter by tests with a particular status code"}],"pointer":"/paths/~1v1~1inspect~1links/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/inspect/links","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[],"query":[{"name":"status","in":"query","schemaId":"components/schemas/string"},{"name":"id","in":"query","schemaId":"components/schemas/string"},{"name":"url","in":"query","schemaId":"components/schemas/string"},{"name":"isExpiredSSL","in":"query","schemaId":"components/schemas/string"},{"name":"statusCode","in":"query","schemaId":"schema_156"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","400","401"],"pointer":"/v1/inspect/links","href":"link-validation/get-v1-inspect-links","openApiOperationId":"GET-v1-inspect-links","summary":"List Link Validations"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-GetLinkValidationTestsJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1links/get/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-GetLinkValidationTestsJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1links/get/responses/200/content/application~1json/examples/Example"]},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links/get/responses/400/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links/get/responses/400/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links/get/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links/get/responses/401/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1links/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-GetLinkValidationTestsJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1links/get/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-GetLinkValidationTestsJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1links/get/responses/200/content/application~1json/examples/Example"]}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links/get/responses/400/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links/get/responses/400/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links/get/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links/get/responses/401/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/link-validation/get-v1-inspect-links"}],"panels":[]}]},"httpPath":"/v1/inspect/links"},{"label":"Create a Link Validation Test","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/link-validation/post-v1-inspect-links","routeSlug":"/docs/inspect/api-reference/openapi-final/link-validation/post-v1-inspect-links","metadata":{"seo":{"title":"Create a Link Validation Test","description":"Create a link validation test."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"POST-v1-inspect-links","name":"Create a Link Validation Test","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1links/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create a Link Validation Test","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Create a link validation test."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-LinkValidationRequest"}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-LinkValidationRequest","pointer":"/paths/~1v1~1inspect~1links/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v1/inspect/links","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-LinkValidationRequest"}},"responseCodes":["200","400","401"],"pointer":"/v1/inspect/links","href":"link-validation/post-v1-inspect-links","openApiOperationId":"POST-v1-inspect-links","summary":"Create a Link Validation Test"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"schemaId":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-LinkValidationRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-LinkValidationRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-CreateLinkValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1links/post/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-CreateLinkValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1links/post/responses/200/content/application~1json/examples/Example"]},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links/post/responses/400/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links/post/responses/400/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links/post/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links/post/responses/401/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1links/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-CreateLinkValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1links/post/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-CreateLinkValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1links/post/responses/200/content/application~1json/examples/Example"]}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links/post/responses/400/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links/post/responses/400/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links/post/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links/post/responses/401/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/link-validation/post-v1-inspect-links"}],"panels":[]}]},"httpPath":"/v1/inspect/links"},{"label":"Create a Link Validation Test from an html input","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/link-validation/post-v1-inspect-links-html-validate","routeSlug":"/docs/inspect/api-reference/openapi-final/link-validation/post-v1-inspect-links-html-validate","metadata":{"seo":{"title":"Create a Link Validation Test from an html input","description":"Create a link validation test from an HTML input."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"POST-v1-inspect-links-html-validate","name":"Create a Link Validation Test from an html input","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1links~1html-validate/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create a Link Validation Test from an html input","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Create a link validation test from an HTML input."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-htmlparser-types-HTMLEngineAPIRequest"}},"schemaId":"components/schemas/github.com-mailgun-htmlparser-types-HTMLEngineAPIRequest","pointer":"/paths/~1v1~1inspect~1links~1html-validate/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v1/inspect/links/html-validate","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-htmlparser-types-HTMLEngineAPIRequest"}},"responseCodes":["200","400","401"],"pointer":"/v1/inspect/links/html-validate","href":"link-validation/post-v1-inspect-links-html-validate","openApiOperationId":"POST-v1-inspect-links-html-validate","summary":"Create a Link Validation Test from an html input"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"schemaId":"components/schemas/github.com-mailgun-htmlparser-types-HTMLEngineAPIRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-htmlparser-types-HTMLEngineAPIRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-CreateLinkValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1links~1html-validate/post/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-CreateLinkValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1links~1html-validate/post/responses/200/content/application~1json/examples/Example"]},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1html-validate/post/responses/400/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1html-validate/post/responses/400/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1html-validate/post/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1html-validate/post/responses/401/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1links~1html-validate/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-CreateLinkValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1links~1html-validate/post/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-CreateLinkValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1links~1html-validate/post/responses/200/content/application~1json/examples/Example"]}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1html-validate/post/responses/400/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1html-validate/post/responses/400/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1html-validate/post/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1html-validate/post/responses/401/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/link-validation/post-v1-inspect-links-html-validate"}],"panels":[]}]},"httpPath":"/v1/inspect/links/html-validate"},{"label":"Validates link test results against the provided spreadsheet file","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/link-validation/post-v1-inspect-links--id--csv","routeSlug":"/docs/inspect/api-reference/openapi-final/link-validation/post-v1-inspect-links--id--csv","metadata":{"seo":{"title":"Validates link test results against the provided spreadsheet file","description":"Compares link validation test results to the spreadsheet provided as a CSV, XLS or XLSX file."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"POST-v1-inspect-links--id--csv","name":"Validates link test results against the provided spreadsheet file","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1links~1{id}~1csv/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Validates link test results against the provided spreadsheet file","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Compares link validation test results to the spreadsheet provided as a CSV, XLS or XLSX file."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"components/schemas/string","description":"Link Validation Test ID","required":true}],"pointer":"/paths/~1v1~1inspect~1links~1{id}~1csv/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"components/schemas/string","exampleIds":["paths/~1v1~1inspect~1links~1{id}~1csv/post/requestBody/content/multipart~1form-data/examples/Example"]}},"schemaId":"components/schemas/string","exampleIds":["paths/~1v1~1inspect~1links~1{id}~1csv/post/requestBody/content/multipart~1form-data/examples/Example"],"pointer":"/paths/~1v1~1inspect~1links~1{id}~1csv/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v1/inspect/links/{id}/csv","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"requestBody":{"multipart/form-data":{"schemaId":"components/schemas/string","exampleIds":["paths/~1v1~1inspect~1links~1{id}~1csv/post/requestBody/content/multipart~1form-data/examples/Example"]}},"responseCodes":["200","400","401"],"pointer":"/v1/inspect/links/{id}/csv","href":"link-validation/post-v1-inspect-links--id--csv","openApiOperationId":"POST-v1-inspect-links--id--csv","summary":"Validates link test results against the provided spreadsheet file"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"schemaId":"components/schemas/string","exampleIds":["paths/~1v1~1inspect~1links~1{id}~1csv/post/requestBody/content/multipart~1form-data/examples/Example"],"mediaTypes":["multipart/form-data"],"mediaTypeSchemas":{"multipart/form-data":{"schemaId":"components/schemas/string","exampleIds":["paths/~1v1~1inspect~1links~1{id}~1csv/post/requestBody/content/multipart~1form-data/examples/Example"]}},"examples":[{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-CSVLinkValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}~1csv/post/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-CSVLinkValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}~1csv/post/responses/200/content/application~1json/examples/Example"]},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}~1csv/post/responses/400/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}~1csv/post/responses/400/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}~1csv/post/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}~1csv/post/responses/401/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1links~1{id}~1csv/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-CSVLinkValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}~1csv/post/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-CSVLinkValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}~1csv/post/responses/200/content/application~1json/examples/Example"]}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}~1csv/post/responses/400/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}~1csv/post/responses/400/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}~1csv/post/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1links~1{id}~1csv/post/responses/401/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/link-validation/post-v1-inspect-links--id--csv"}],"panels":[]}]},"httpPath":"/v1/inspect/links/{id}/csv"}],"content":{"contentType":"group","meta":{"name":"Link Validation"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Link Validation","showPageActions":true},{"nodeType":"markdoc","content":"The Link Validation API processes a list of URLs to verify their HTTP status, monitor redirect chains with timing metrics, and provide detailed information on content length, content type, and SSL certificate status."}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/v1/inspect/links/{id}","summary":"Get Link Validation Results","prefix":{"name":"get","color":"get"},"badges":[],"link":"/link-validation/get-v1-inspect-links--id-","deprecated":false},{"title":"/v1/inspect/links/{id}","summary":"Reprocess Link Validation Test","prefix":{"name":"post","color":"post"},"badges":[],"link":"/link-validation/post-v1-inspect-links--id-","deprecated":false},{"title":"/v1/inspect/links/{id}","summary":"Delete Link Validation Test","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/link-validation/delete-v1-inspect-links--id-","deprecated":false},{"title":"/v1/inspect/links","summary":"List Link Validations","prefix":{"name":"get","color":"get"},"badges":[],"link":"/link-validation/get-v1-inspect-links","deprecated":false},{"title":"/v1/inspect/links","summary":"Create a Link Validation Test","prefix":{"name":"post","color":"post"},"badges":[],"link":"/link-validation/post-v1-inspect-links","deprecated":false},{"title":"/v1/inspect/links/html-validate","summary":"Create a Link Validation Test from an html input","prefix":{"name":"post","color":"post"},"badges":[],"link":"/link-validation/post-v1-inspect-links-html-validate","deprecated":false},{"title":"/v1/inspect/links/{id}/csv","summary":"Validates link test results against the provided spreadsheet file","prefix":{"name":"post","color":"post"},"badges":[],"link":"/link-validation/post-v1-inspect-links--id--csv","deprecated":false}]}]}]}]}},{"type":"group","label":"Image Validation","link":"/docs/inspect/api-reference/openapi-final/image-validation","routeSlug":"/docs/inspect/api-reference/openapi-final/image-validation","items":[{"label":"Get Image Validation Results","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/image-validation/get-v1-inspect-images--id-","routeSlug":"/docs/inspect/api-reference/openapi-final/image-validation/get-v1-inspect-images--id-","metadata":{"seo":{"title":"Get Image Validation Results","description":"Returns the results of an image validation test."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET-v1-inspect-images--id-","name":"Get Image Validation Results","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1images~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Image Validation Results","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the results of an image validation test."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"components/schemas/string","description":"The ID of the validation test we want to check the results for","required":true}],"pointer":"/paths/~1v1~1inspect~1images~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/inspect/images/{id}","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","401","404"],"pointer":"/v1/inspect/images/{id}","href":"image-validation/get-v1-inspect-images--id-","openApiOperationId":"GET-v1-inspect-images--id-","summary":"Get Image Validation Results"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-GetImageValidationTestJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}/get/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-GetImageValidationTestJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}/get/responses/200/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}/get/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}/get/responses/401/content/application~1json/examples/Example"]},{"code":"404","description":"A 404 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}/get/responses/404/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}/get/responses/404/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1images~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-GetImageValidationTestJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}/get/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-GetImageValidationTestJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}/get/responses/200/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}/get/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}/get/responses/401/content/application~1json/examples/Example"]}}},{"code":"404","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}/get/responses/404/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}/get/responses/404/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/image-validation/get-v1-inspect-images--id-"}],"panels":[]}]},"httpPath":"/v1/inspect/images/{id}"},{"label":"Delete Image Validation Test","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/image-validation/delete-v1-inspect-images--id-","routeSlug":"/docs/inspect/api-reference/openapi-final/image-validation/delete-v1-inspect-images--id-","metadata":{"seo":{"title":"Delete Image Validation Test","description":"Delete a specific image validation test by its unique test ID. This endpoint allows you to remove an image validation test from the system. If the test ID does not exist, the appropriate error message is returned."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"DELETE-v1-inspect-images--id-","name":"Delete Image Validation Test","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1images~1{id}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete Image Validation Test","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Delete a specific image validation test by its unique test ID. This endpoint allows you to remove an image validation test from the system. If the test ID does not exist, the appropriate error message is returned."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"components/schemas/string","description":"The unique identifier of the test.","required":true}],"pointer":"/paths/~1v1~1inspect~1images~1{id}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/v1/inspect/images/{id}","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","401","404"],"pointer":"/v1/inspect/images/{id}","href":"image-validation/delete-v1-inspect-images--id-","openApiOperationId":"DELETE-v1-inspect-images--id-","summary":"Delete Image Validation Test"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}/delete/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}/delete/responses/200/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}/delete/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}/delete/responses/401/content/application~1json/examples/Example"]},{"code":"404","description":"A 404 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}/delete/responses/404/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}/delete/responses/404/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1images~1{id}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}/delete/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}/delete/responses/200/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}/delete/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}/delete/responses/401/content/application~1json/examples/Example"]}}},{"code":"404","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}/delete/responses/404/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}/delete/responses/404/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/image-validation/delete-v1-inspect-images--id-"}],"panels":[]}]},"httpPath":"/v1/inspect/images/{id}"},{"label":"Get Image Validation Tests","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/image-validation/get-v1-inspect-images","routeSlug":"/docs/inspect/api-reference/openapi-final/image-validation/get-v1-inspect-images","metadata":{"seo":{"title":"Get Image Validation Tests","description":"Retrieve a paginated list of all image validation tests that have been submitted. The response is paginated, with a limit of up to 1000 items per page. The total count of records will display in the meta object under the key, 'count'."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET-v1-inspect-images","name":"Get Image Validation Tests","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1images/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Image Validation Tests","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieve a paginated list of all image validation tests that have been submitted. The response is paginated, with a limit of up to 1000 items per page.  The total count of records will display in the meta object under the key, 'count'."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"limit","in":"query","schemaId":"schema_156","description":"Max count of items. Max: 1000. Default: 100"},{"name":"skip","in":"query","schemaId":"schema_156","description":"Get the list of items starting at the nth element (paging). Default: 0"}],"pointer":"/paths/~1v1~1inspect~1images/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/inspect/images","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[],"query":[{"name":"limit","in":"query","schemaId":"schema_156"},{"name":"skip","in":"query","schemaId":"schema_156"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","400","401"],"pointer":"/v1/inspect/images","href":"image-validation/get-v1-inspect-images","openApiOperationId":"GET-v1-inspect-images","summary":"Get Image Validation Tests"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-GetImageValidationTestsJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images/get/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-GetImageValidationTestsJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images/get/responses/200/content/application~1json/examples/Example"]},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images/get/responses/400/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images/get/responses/400/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images/get/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images/get/responses/401/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1images/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-GetImageValidationTestsJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images/get/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-GetImageValidationTestsJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images/get/responses/200/content/application~1json/examples/Example"]}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images/get/responses/400/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images/get/responses/400/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images/get/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images/get/responses/401/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/image-validation/get-v1-inspect-images"}],"panels":[]}]},"httpPath":"/v1/inspect/images"},{"label":"Create an Image Validation Test","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/image-validation/post-v1-inspect-images","routeSlug":"/docs/inspect/api-reference/openapi-final/image-validation/post-v1-inspect-images","metadata":{"seo":{"title":"Create an Image Validation Test","description":"Create an image validation test."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"POST-v1-inspect-images","name":"Create an Image Validation Test","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1images/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create an Image Validation Test","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Create an image validation test."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-ImageValidationLinkRequest"}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-ImageValidationLinkRequest","pointer":"/paths/~1v1~1inspect~1images/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v1/inspect/images","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-ImageValidationLinkRequest"}},"responseCodes":["200","400","401"],"pointer":"/v1/inspect/images","href":"image-validation/post-v1-inspect-images","openApiOperationId":"POST-v1-inspect-images","summary":"Create an Image Validation Test"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-ImageValidationLinkRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-ImageValidationLinkRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-CreateImageValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images/post/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-CreateImageValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images/post/responses/200/content/application~1json/examples/Example"]},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images/post/responses/400/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images/post/responses/400/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images/post/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images/post/responses/401/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1images/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-CreateImageValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images/post/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-CreateImageValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images/post/responses/200/content/application~1json/examples/Example"]}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images/post/responses/400/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images/post/responses/400/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images/post/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images/post/responses/401/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/image-validation/post-v1-inspect-images"}],"panels":[]}]},"httpPath":"/v1/inspect/images"},{"label":"Create an Image Validation Test by HTML","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/image-validation/post-v1-inspect-images-html-validate","routeSlug":"/docs/inspect/api-reference/openapi-final/image-validation/post-v1-inspect-images-html-validate","metadata":{"seo":{"title":"Create an Image Validation Test by HTML","description":"Create an image validation test with HTML"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"POST-v1-inspect-images-html-validate","name":"Create an Image Validation Test by HTML","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1images~1html-validate/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create an Image Validation Test by HTML","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Create an image validation test with HTML"},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-htmlparser-types-HTMLEngineAPIRequest"}},"schemaId":"components/schemas/github.com-mailgun-htmlparser-types-HTMLEngineAPIRequest","pointer":"/paths/~1v1~1inspect~1images~1html-validate/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v1/inspect/images/html-validate","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-htmlparser-types-HTMLEngineAPIRequest"}},"responseCodes":["200","400","401"],"pointer":"/v1/inspect/images/html-validate","href":"image-validation/post-v1-inspect-images-html-validate","openApiOperationId":"POST-v1-inspect-images-html-validate","summary":"Create an Image Validation Test by HTML"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"schemaId":"components/schemas/github.com-mailgun-htmlparser-types-HTMLEngineAPIRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-htmlparser-types-HTMLEngineAPIRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-CreateImageValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images~1html-validate/post/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-CreateImageValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images~1html-validate/post/responses/200/content/application~1json/examples/Example"]},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1html-validate/post/responses/400/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1html-validate/post/responses/400/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1html-validate/post/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1html-validate/post/responses/401/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1images~1html-validate/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-CreateImageValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images~1html-validate/post/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-CreateImageValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images~1html-validate/post/responses/200/content/application~1json/examples/Example"]}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1html-validate/post/responses/400/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1html-validate/post/responses/400/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1html-validate/post/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1html-validate/post/responses/401/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/image-validation/post-v1-inspect-images-html-validate"}],"panels":[]}]},"httpPath":"/v1/inspect/images/html-validate"},{"label":"Create an Image Validation Test by Image Upload","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/image-validation/post-v1-inspect-images-upload","routeSlug":"/docs/inspect/api-reference/openapi-final/image-validation/post-v1-inspect-images-upload","metadata":{"seo":{"title":"Create an Image Validation Test by Image Upload","description":"Create an image validation test by image upload"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"POST-v1-inspect-images-upload","name":"Create an Image Validation Test by Image Upload","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1images~1upload/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create an Image Validation Test by Image Upload","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Create an image validation test by image upload"},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-ImageValidationUploadRequest"}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-ImageValidationUploadRequest","pointer":"/paths/~1v1~1inspect~1images~1upload/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v1/inspect/images/upload","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-ImageValidationUploadRequest"}},"responseCodes":["200","400","401"],"pointer":"/v1/inspect/images/upload","href":"image-validation/post-v1-inspect-images-upload","openApiOperationId":"POST-v1-inspect-images-upload","summary":"Create an Image Validation Test by Image Upload"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-ImageValidationUploadRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-ImageValidationUploadRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-GetImageValidationTestJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images~1upload/post/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-GetImageValidationTestJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images~1upload/post/responses/200/content/application~1json/examples/Example"]},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1upload/post/responses/400/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1upload/post/responses/400/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1upload/post/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1upload/post/responses/401/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1images~1upload/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-GetImageValidationTestJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images~1upload/post/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-GetImageValidationTestJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images~1upload/post/responses/200/content/application~1json/examples/Example"]}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1upload/post/responses/400/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1upload/post/responses/400/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1upload/post/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1upload/post/responses/401/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/image-validation/post-v1-inspect-images-upload"}],"panels":[]}]},"httpPath":"/v1/inspect/images/upload"},{"label":"Reprocess Image Validation Test","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/image-validation/post-v1-inspect-images--id--reprocess","routeSlug":"/docs/inspect/api-reference/openapi-final/image-validation/post-v1-inspect-images--id--reprocess","metadata":{"seo":{"title":"Reprocess Image Validation Test","description":"Reprocess an image validation test."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"POST-v1-inspect-images--id--reprocess","name":"Reprocess Image Validation Test","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1images~1{id}~1reprocess/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Reprocess Image Validation Test","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Reprocess an image validation test."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"components/schemas/string","description":"Test ID","required":true}],"pointer":"/paths/~1v1~1inspect~1images~1{id}~1reprocess/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v1/inspect/images/{id}/reprocess","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","400","401"],"pointer":"/v1/inspect/images/{id}/reprocess","href":"image-validation/post-v1-inspect-images--id--reprocess","openApiOperationId":"POST-v1-inspect-images--id--reprocess","summary":"Reprocess Image Validation Test"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-CreateImageValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1reprocess/post/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-CreateImageValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1reprocess/post/responses/200/content/application~1json/examples/Example"]},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1reprocess/post/responses/400/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1reprocess/post/responses/400/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1reprocess/post/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1reprocess/post/responses/401/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1images~1{id}~1reprocess/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-CreateImageValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1reprocess/post/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-CreateImageValidationJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1reprocess/post/responses/200/content/application~1json/examples/Example"]}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1reprocess/post/responses/400/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1reprocess/post/responses/400/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1reprocess/post/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1reprocess/post/responses/401/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/image-validation/post-v1-inspect-images--id--reprocess"}],"panels":[]}]},"httpPath":"/v1/inspect/images/{id}/reprocess"},{"label":"Optimize Images By Test ID","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/image-validation/post-v1-inspect-images--id--optimize","routeSlug":"/docs/inspect/api-reference/openapi-final/image-validation/post-v1-inspect-images--id--optimize","metadata":{"seo":{"title":"Optimize Images By Test ID","description":"Optimizes images by test id"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"POST-v1-inspect-images--id--optimize","name":"Optimize Images By Test ID","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1images~1{id}~1optimize/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Optimize Images By Test ID","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Optimizes images by test id"},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"components/schemas/string","description":"The ID of the image validation test we want to optimize the images for.","required":true}],"pointer":"/paths/~1v1~1inspect~1images~1{id}~1optimize/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v1/inspect/images/{id}/optimize","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","401","404"],"pointer":"/v1/inspect/images/{id}/optimize","href":"image-validation/post-v1-inspect-images--id--optimize","openApiOperationId":"POST-v1-inspect-images--id--optimize","summary":"Optimize Images By Test ID"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-OptimizeImagesByTestJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1optimize/post/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-OptimizeImagesByTestJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1optimize/post/responses/200/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1optimize/post/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1optimize/post/responses/401/content/application~1json/examples/Example"]},{"code":"404","description":"A 404 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1optimize/post/responses/404/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1optimize/post/responses/404/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1images~1{id}~1optimize/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-OptimizeImagesByTestJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1optimize/post/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-OptimizeImagesByTestJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1optimize/post/responses/200/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1optimize/post/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1optimize/post/responses/401/content/application~1json/examples/Example"]}}},{"code":"404","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1optimize/post/responses/404/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1optimize/post/responses/404/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/image-validation/post-v1-inspect-images--id--optimize"}],"panels":[]}]},"httpPath":"/v1/inspect/images/{id}/optimize"},{"label":"Optimize Single Image By Test ID","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/image-validation/post-v1-inspect-images--id--optimize--image-id-","routeSlug":"/docs/inspect/api-reference/openapi-final/image-validation/post-v1-inspect-images--id--optimize--image-id-","metadata":{"seo":{"title":"Optimize Single Image By Test ID","description":"Optimizes a single image by test id"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"POST-v1-inspect-images--id--optimize--image-id-","name":"Optimize Single Image By Test ID","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1images~1{id}~1optimize~1{image_id}/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Optimize Single Image By Test ID","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Optimizes a single image by test id"},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"components/schemas/string","description":"The ID of the image validation test we want to optimize the images for.","required":true},{"name":"image_id","in":"path","schemaId":"components/schemas/string","description":"The ID of the image we want to optimize","required":true}],"pointer":"/paths/~1v1~1inspect~1images~1{id}~1optimize~1{image_id}/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v1/inspect/images/{id}/optimize/{image_id}","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"components/schemas/string"},{"name":"image_id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","401","404"],"pointer":"/v1/inspect/images/{id}/optimize/{image_id}","href":"image-validation/post-v1-inspect-images--id--optimize--image-id-","openApiOperationId":"POST-v1-inspect-images--id--optimize--image-id-","summary":"Optimize Single Image By Test ID"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-OptimizeImageByTestJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1optimize~1{image_id}/post/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-OptimizeImageByTestJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1optimize~1{image_id}/post/responses/200/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1optimize~1{image_id}/post/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1optimize~1{image_id}/post/responses/401/content/application~1json/examples/Example"]},{"code":"404","description":"A 404 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1optimize~1{image_id}/post/responses/404/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1optimize~1{image_id}/post/responses/404/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1images~1{id}~1optimize~1{image_id}/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-OptimizeImageByTestJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1optimize~1{image_id}/post/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-OptimizeImageByTestJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1optimize~1{image_id}/post/responses/200/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1optimize~1{image_id}/post/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1optimize~1{image_id}/post/responses/401/content/application~1json/examples/Example"]}}},{"code":"404","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1optimize~1{image_id}/post/responses/404/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1images~1{id}~1optimize~1{image_id}/post/responses/404/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/image-validation/post-v1-inspect-images--id--optimize--image-id-"}],"panels":[]}]},"httpPath":"/v1/inspect/images/{id}/optimize/{image_id}"}],"content":{"contentType":"group","meta":{"name":"Image Validation"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Image Validation","showPageActions":true},{"nodeType":"markdoc","content":"The Image Validation API processes image URLs or uploads to provide comprehensive details such as dimensions, type, file size, and format, reports frame count, animation duration, color depth, and transparency for GIFs, and include image optimization capabilities."}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/v1/inspect/images/{id}","summary":"Get Image Validation Results","prefix":{"name":"get","color":"get"},"badges":[],"link":"/image-validation/get-v1-inspect-images--id-","deprecated":false},{"title":"/v1/inspect/images/{id}","summary":"Delete Image Validation Test","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/image-validation/delete-v1-inspect-images--id-","deprecated":false},{"title":"/v1/inspect/images","summary":"Get Image Validation Tests","prefix":{"name":"get","color":"get"},"badges":[],"link":"/image-validation/get-v1-inspect-images","deprecated":false},{"title":"/v1/inspect/images","summary":"Create an Image Validation Test","prefix":{"name":"post","color":"post"},"badges":[],"link":"/image-validation/post-v1-inspect-images","deprecated":false},{"title":"/v1/inspect/images/html-validate","summary":"Create an Image Validation Test by HTML","prefix":{"name":"post","color":"post"},"badges":[],"link":"/image-validation/post-v1-inspect-images-html-validate","deprecated":false},{"title":"/v1/inspect/images/upload","summary":"Create an Image Validation Test by Image Upload","prefix":{"name":"post","color":"post"},"badges":[],"link":"/image-validation/post-v1-inspect-images-upload","deprecated":false},{"title":"/v1/inspect/images/{id}/reprocess","summary":"Reprocess Image Validation Test","prefix":{"name":"post","color":"post"},"badges":[],"link":"/image-validation/post-v1-inspect-images--id--reprocess","deprecated":false},{"title":"/v1/inspect/images/{id}/optimize","summary":"Optimize Images By Test ID","prefix":{"name":"post","color":"post"},"badges":[],"link":"/image-validation/post-v1-inspect-images--id--optimize","deprecated":false},{"title":"/v1/inspect/images/{id}/optimize/{image_id}","summary":"Optimize Single Image By Test ID","prefix":{"name":"post","color":"post"},"badges":[],"link":"/image-validation/post-v1-inspect-images--id--optimize--image-id-","deprecated":false}]}]}]}]}},{"type":"group","label":"Accessibility","link":"/docs/inspect/api-reference/openapi-final/accessibility","routeSlug":"/docs/inspect/api-reference/openapi-final/accessibility","items":[{"label":"Get Accessibility Tests","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/accessibility/get-v1-inspect-accessibility","routeSlug":"/docs/inspect/api-reference/openapi-final/accessibility/get-v1-inspect-accessibility","metadata":{"seo":{"title":"Get Accessibility Tests","description":"Retrieve a paginated list of all accessibility tests that have been submitted. Each test includes details such as its status, the number of checks performed, and, of those checks, how many passes and failures there were. The response is paginated, with a limit of up to 1000 items per page. The total count of records will display in the meta object under the key, 'count'."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET-v1-inspect-accessibility","name":"Get Accessibility Tests","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1accessibility/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Accessibility Tests","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieve a paginated list of all accessibility tests that have been submitted. Each test includes details such as its status, the number of checks performed, and, of those checks, how many passes and failures there were. The response is paginated, with a limit of up to 1000 items per page.  The total count of records will display in the meta object under the key, 'count'."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"limit","in":"query","schemaId":"schema_156","description":"Max count of items. Max: 1000. Default: 100"},{"name":"skip","in":"query","schemaId":"schema_156","description":"Get the list of items starting at the nth element (paging). Default: 0"}],"pointer":"/paths/~1v1~1inspect~1accessibility/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/inspect/accessibility","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[],"query":[{"name":"limit","in":"query","schemaId":"schema_156"},{"name":"skip","in":"query","schemaId":"schema_156"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","401"],"pointer":"/v1/inspect/accessibility","href":"accessibility/get-v1-inspect-accessibility","openApiOperationId":"GET-v1-inspect-accessibility","summary":"Get Accessibility Tests"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-accessibility-GetAccessibilityTestsJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1accessibility/get/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-accessibility-GetAccessibilityTestsJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1accessibility/get/responses/200/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1accessibility/get/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1accessibility/get/responses/401/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1accessibility/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-inspect-internal-accessibility-GetAccessibilityTestsJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1accessibility/get/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-accessibility-GetAccessibilityTestsJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1accessibility/get/responses/200/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1accessibility/get/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1accessibility/get/responses/401/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/accessibility/get-v1-inspect-accessibility"}],"panels":[]}]},"httpPath":"/v1/inspect/accessibility"},{"label":"Create Accessibility Test","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/accessibility/post-v1-inspect-accessibility","routeSlug":"/docs/inspect/api-reference/openapi-final/accessibility/post-v1-inspect-accessibility","metadata":{"seo":{"title":"Create Accessibility Test","description":"This endpoint allows users to submit an accessibility test for processing. It accepts a set of HTML content, processes it for accessibility issues, and returns a unique job ID for tracking the status of the test. The status of the job will display in the meta object, with a status of 'Processing'."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"POST-v1-inspect-accessibility","name":"Create Accessibility Test","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1accessibility/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create Accessibility Test","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"This endpoint allows users to submit an accessibility test for processing. It accepts a set of HTML content, processes it for accessibility issues, and returns a unique job ID for tracking the status of the test.  The status of the job will display in the meta object, with a status of 'Processing'."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/POST-v1-inspect-accessibility-application-json-RequestBody"}},"schemaId":"components/schemas/POST-v1-inspect-accessibility-application-json-RequestBody","pointer":"/paths/~1v1~1inspect~1accessibility/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v1/inspect/accessibility","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/POST-v1-inspect-accessibility-application-json-RequestBody"}},"responseCodes":["201","400","401"],"pointer":"/v1/inspect/accessibility","href":"accessibility/post-v1-inspect-accessibility","openApiOperationId":"POST-v1-inspect-accessibility","summary":"Create Accessibility Test"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"schemaId":"components/schemas/POST-v1-inspect-accessibility-application-json-RequestBody","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/POST-v1-inspect-accessibility-application-json-RequestBody"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"201","description":"A 201 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-accessibility-CreateAccessibilityJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1accessibility/post/responses/201/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-accessibility-CreateAccessibilityJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1accessibility/post/responses/201/content/application~1json/examples/Example"]},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-accessibility-ErrorResponse","exampleIds":["paths/~1v1~1inspect~1accessibility/post/responses/400/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-accessibility-ErrorResponse","exampleIds":["paths/~1v1~1inspect~1accessibility/post/responses/400/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1accessibility/post/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1accessibility/post/responses/401/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1accessibility/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"201","schemaId":"components/schemas/github.com-mailgun-inspect-internal-accessibility-CreateAccessibilityJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1accessibility/post/responses/201/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-accessibility-CreateAccessibilityJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1accessibility/post/responses/201/content/application~1json/examples/Example"]}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-inspect-internal-accessibility-ErrorResponse","exampleIds":["paths/~1v1~1inspect~1accessibility/post/responses/400/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-accessibility-ErrorResponse","exampleIds":["paths/~1v1~1inspect~1accessibility/post/responses/400/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1accessibility/post/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1accessibility/post/responses/401/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/accessibility/post-v1-inspect-accessibility"}],"panels":[]}]},"httpPath":"/v1/inspect/accessibility"},{"label":"Get Accessibility Test","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/accessibility/get-v1-inspect-accessibility--id-","routeSlug":"/docs/inspect/api-reference/openapi-final/accessibility/get-v1-inspect-accessibility--id-","metadata":{"seo":{"title":"Get Accessibility Test","description":"Retrieve the details of a specific accessibility test using the provided test ID. This endpoint returns comprehensive details about the test, including metadata and test results."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET-v1-inspect-accessibility--id-","name":"Get Accessibility Test","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1accessibility~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Accessibility Test","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieve the details of a specific accessibility test using the provided test ID. This endpoint returns comprehensive details about the test, including metadata and test results."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"components/schemas/string","description":"The unique identifier of the test.","required":true}],"pointer":"/paths/~1v1~1inspect~1accessibility~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/inspect/accessibility/{id}","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","401","404"],"pointer":"/v1/inspect/accessibility/{id}","href":"accessibility/get-v1-inspect-accessibility--id-","openApiOperationId":"GET-v1-inspect-accessibility--id-","summary":"Get Accessibility Test"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-accessibility-GetAccessibilityTestJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1accessibility~1{id}/get/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-accessibility-GetAccessibilityTestJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1accessibility~1{id}/get/responses/200/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1accessibility~1{id}/get/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1accessibility~1{id}/get/responses/401/content/application~1json/examples/Example"]},{"code":"404","description":"A 404 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1accessibility~1{id}/get/responses/404/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1accessibility~1{id}/get/responses/404/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1accessibility~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-inspect-internal-accessibility-GetAccessibilityTestJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1accessibility~1{id}/get/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-accessibility-GetAccessibilityTestJSONAPIResponse","exampleIds":["paths/~1v1~1inspect~1accessibility~1{id}/get/responses/200/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1accessibility~1{id}/get/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1accessibility~1{id}/get/responses/401/content/application~1json/examples/Example"]}}},{"code":"404","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1accessibility~1{id}/get/responses/404/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1accessibility~1{id}/get/responses/404/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/accessibility/get-v1-inspect-accessibility--id-"}],"panels":[]}]},"httpPath":"/v1/inspect/accessibility/{id}"},{"label":"Delete Accessibility Test","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/accessibility/delete-v1-inspect-accessibility--id-","routeSlug":"/docs/inspect/api-reference/openapi-final/accessibility/delete-v1-inspect-accessibility--id-","metadata":{"seo":{"title":"Delete Accessibility Test","description":"Delete a specific accessibility test by its unique test ID. This endpoint allows you to remove an accessibility test from the system. If the test ID does not exist, the appropriate error message is returned."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"DELETE-v1-inspect-accessibility--id-","name":"Delete Accessibility Test","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1accessibility~1{id}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete Accessibility Test","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Delete a specific accessibility test by its unique test ID. This endpoint allows you to remove an accessibility test from the system. If the test ID does not exist, the appropriate error message is returned."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"components/schemas/string","description":"The unique identifier of the test.","required":true}],"pointer":"/paths/~1v1~1inspect~1accessibility~1{id}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/v1/inspect/accessibility/{id}","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","401","404"],"pointer":"/v1/inspect/accessibility/{id}","href":"accessibility/delete-v1-inspect-accessibility--id-","openApiOperationId":"DELETE-v1-inspect-accessibility--id-","summary":"Delete Accessibility Test"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1accessibility~1{id}/delete/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1accessibility~1{id}/delete/responses/200/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1accessibility~1{id}/delete/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1accessibility~1{id}/delete/responses/401/content/application~1json/examples/Example"]},{"code":"404","description":"A 404 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1accessibility~1{id}/delete/responses/404/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1accessibility~1{id}/delete/responses/404/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1accessibility~1{id}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1accessibility~1{id}/delete/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1accessibility~1{id}/delete/responses/200/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1accessibility~1{id}/delete/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1accessibility~1{id}/delete/responses/401/content/application~1json/examples/Example"]}}},{"code":"404","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1accessibility~1{id}/delete/responses/404/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1accessibility~1{id}/delete/responses/404/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/accessibility/delete-v1-inspect-accessibility--id-"}],"panels":[]}]},"httpPath":"/v1/inspect/accessibility/{id}"}],"content":{"contentType":"group","meta":{"name":"Accessibility"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Accessibility","showPageActions":true},{"nodeType":"markdoc","content":"The Accessibility API evaluates HTML emails against WCAG standards, providing a clear pass/fail assessment to ensure compliance with accessibility guidelines."}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/v1/inspect/accessibility","summary":"Get Accessibility Tests","prefix":{"name":"get","color":"get"},"badges":[],"link":"/accessibility/get-v1-inspect-accessibility","deprecated":false},{"title":"/v1/inspect/accessibility","summary":"Create Accessibility Test","prefix":{"name":"post","color":"post"},"badges":[],"link":"/accessibility/post-v1-inspect-accessibility","deprecated":false},{"title":"/v1/inspect/accessibility/{id}","summary":"Get Accessibility Test","prefix":{"name":"get","color":"get"},"badges":[],"link":"/accessibility/get-v1-inspect-accessibility--id-","deprecated":false},{"title":"/v1/inspect/accessibility/{id}","summary":"Delete Accessibility Test","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/accessibility/delete-v1-inspect-accessibility--id-","deprecated":false}]}]}]}]}},{"type":"group","label":"Code Analysis","link":"/docs/inspect/api-reference/openapi-final/code-analysis","routeSlug":"/docs/inspect/api-reference/openapi-final/code-analysis","items":[{"label":"Get Code Analysis Dictionary","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/code-analysis/get-v1-inspect-analyze-dictionary","routeSlug":"/docs/inspect/api-reference/openapi-final/code-analysis/get-v1-inspect-analyze-dictionary","metadata":{"seo":{"title":"Get Code Analysis Dictionary","description":"Returns the lookup dictionary containing variants, clients, platforms, application types, support levels, and categories used in code analysis."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET-v1-inspect-analyze-dictionary","name":"Get Code Analysis Dictionary","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1analyze~1dictionary/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Code Analysis Dictionary","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the lookup dictionary containing variants, clients, platforms, application types, support levels, and categories used in code analysis."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/inspect/analyze/dictionary","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","401","500"],"pointer":"/v1/inspect/analyze/dictionary","href":"code-analysis/get-v1-inspect-analyze-dictionary","openApiOperationId":"GET-v1-inspect-analyze-dictionary","summary":"Get Code Analysis Dictionary"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-Dictionary","exampleIds":["paths/~1v1~1inspect~1analyze~1dictionary/get/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-Dictionary","exampleIds":["paths/~1v1~1inspect~1analyze~1dictionary/get/responses/200/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1dictionary/get/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1dictionary/get/responses/401/content/application~1json/examples/Example"]},{"code":"500","description":"A 500 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1dictionary/get/responses/500/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1dictionary/get/responses/500/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1analyze~1dictionary/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-Dictionary","exampleIds":["paths/~1v1~1inspect~1analyze~1dictionary/get/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-Dictionary","exampleIds":["paths/~1v1~1inspect~1analyze~1dictionary/get/responses/200/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1dictionary/get/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1dictionary/get/responses/401/content/application~1json/examples/Example"]}}},{"code":"500","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1dictionary/get/responses/500/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1dictionary/get/responses/500/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/code-analysis/get-v1-inspect-analyze-dictionary"}],"panels":[]}]},"httpPath":"/v1/inspect/analyze/dictionary"},{"label":"List Code Analysis Jobs","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/code-analysis/get-v1-inspect-analyze","routeSlug":"/docs/inspect/api-reference/openapi-final/code-analysis/get-v1-inspect-analyze","metadata":{"seo":{"title":"List Code Analysis Jobs","description":"Returns a paginated list of all code analysis jobs under the account, showing only the latest version of each test. Uses skip/limit pagination and supports filtering by status."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET-v1-inspect-analyze","name":"List Code Analysis Jobs","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1analyze/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"List Code Analysis Jobs","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a paginated list of all code analysis jobs under the account, showing only the latest version of each test. Uses skip/limit pagination and supports filtering by status."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"status","in":"query","schemaId":"schema_157","description":"Filter jobs by status (Processing, Completed, Failed)"},{"name":"limit","in":"query","schemaId":"schema_156","description":"Limits the number of items returned in a request","required":true}],"pointer":"/paths/~1v1~1inspect~1analyze/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/inspect/analyze","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[],"query":[{"name":"status","in":"query","schemaId":"schema_157"},{"name":"limit","in":"query","required":true,"schemaId":"schema_156"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","401","404"],"pointer":"/v1/inspect/analyze","href":"code-analysis/get-v1-inspect-analyze","openApiOperationId":"GET-v1-inspect-analyze","summary":"List Code Analysis Jobs"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-CodeAnalysisListResponse","exampleIds":["paths/~1v1~1inspect~1analyze/get/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-CodeAnalysisListResponse","exampleIds":["paths/~1v1~1inspect~1analyze/get/responses/200/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze/get/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze/get/responses/401/content/application~1json/examples/Example"]},{"code":"404","description":"A 404 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze/get/responses/404/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze/get/responses/404/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1analyze/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-CodeAnalysisListResponse","exampleIds":["paths/~1v1~1inspect~1analyze/get/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-CodeAnalysisListResponse","exampleIds":["paths/~1v1~1inspect~1analyze/get/responses/200/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze/get/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze/get/responses/401/content/application~1json/examples/Example"]}}},{"code":"404","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze/get/responses/404/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze/get/responses/404/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/code-analysis/get-v1-inspect-analyze"}],"panels":[]}]},"httpPath":"/v1/inspect/analyze"},{"label":"Create a Code Analysis Test","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/code-analysis/post-v1-inspect-analyze","routeSlug":"/docs/inspect/api-reference/openapi-final/code-analysis/post-v1-inspect-analyze","metadata":{"seo":{"title":"Create a Code Analysis Test","description":"Create a code analysis test to analyze HTML content for email client feature compatibility."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"POST-v1-inspect-analyze","name":"Create a Code Analysis Test","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1analyze/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create a Code Analysis Test","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Create a code analysis test to analyze HTML content for email client feature compatibility."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-htmlparser-types-HTMLEngineAPIRequest"}},"schemaId":"components/schemas/github.com-mailgun-htmlparser-types-HTMLEngineAPIRequest","pointer":"/paths/~1v1~1inspect~1analyze/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v1/inspect/analyze","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-htmlparser-types-HTMLEngineAPIRequest"}},"responseCodes":["200","400","401"],"pointer":"/v1/inspect/analyze","href":"code-analysis/post-v1-inspect-analyze","openApiOperationId":"POST-v1-inspect-analyze","summary":"Create a Code Analysis Test"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"schemaId":"components/schemas/github.com-mailgun-htmlparser-types-HTMLEngineAPIRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-htmlparser-types-HTMLEngineAPIRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-TestCreationResponse","exampleIds":["paths/~1v1~1inspect~1analyze/post/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-TestCreationResponse","exampleIds":["paths/~1v1~1inspect~1analyze/post/responses/200/content/application~1json/examples/Example"]},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze/post/responses/400/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze/post/responses/400/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze/post/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze/post/responses/401/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1analyze/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-TestCreationResponse","exampleIds":["paths/~1v1~1inspect~1analyze/post/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-TestCreationResponse","exampleIds":["paths/~1v1~1inspect~1analyze/post/responses/200/content/application~1json/examples/Example"]}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze/post/responses/400/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze/post/responses/400/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze/post/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze/post/responses/401/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/code-analysis/post-v1-inspect-analyze"}],"panels":[]}]},"httpPath":"/v1/inspect/analyze"},{"label":"Get Code Analysis Results","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/code-analysis/get-v1-inspect-analyze--test-id-","routeSlug":"/docs/inspect/api-reference/openapi-final/code-analysis/get-v1-inspect-analyze--test-id-","metadata":{"seo":{"title":"Get Code Analysis Results","description":"Returns the latest version of code analysis test results for a given test ID."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET-v1-inspect-analyze--test-id-","name":"Get Code Analysis Results","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1analyze~1{test_id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Code Analysis Results","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the latest version of code analysis test results for a given test ID."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"test_id","in":"path","schemaId":"components/schemas/string","description":"The ID of the code analysis test we want to check the results for","required":true}],"pointer":"/paths/~1v1~1inspect~1analyze~1{test_id}/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"slug","in":"query","schemaId":"components/schemas/string","description":"Filter results by feature slug"},{"name":"support_type","in":"query","schemaId":"schema_158","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Filter results by support type (y=supported, a=partial, n=not supported, u=unknown)"},"children":[]}]}]}]},{"name":"application_type","in":"query","schemaId":"schema_159","description":"Filter results by application type (web, mobile, desktop). Only variants belonging to the specified application type will be included in the response."},{"name":"group_by","in":"query","schemaId":"schema_160","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Group variants by their implementation notes. When set to 'notes', variants within each support level are grouped by their note content. The response structure changes: instead of VariantReference arrays, each support level (y/a/n/u) contains GroupedVariantsByNote objects with 'note' field and 'variants' array. A 'grouped_by' field is added to meta."},"children":[]}]}]}]}],"pointer":"/paths/~1v1~1inspect~1analyze~1{test_id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/inspect/analyze/{test_id}","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"test_id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[{"name":"slug","in":"query","schemaId":"components/schemas/string"},{"name":"support_type","in":"query","schemaId":"schema_158"},{"name":"application_type","in":"query","schemaId":"schema_159"},{"name":"group_by","in":"query","schemaId":"schema_160"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","401","404"],"pointer":"/v1/inspect/analyze/{test_id}","href":"code-analysis/get-v1-inspect-analyze--test-id-","openApiOperationId":"GET-v1-inspect-analyze--test-id-","summary":"Get Code Analysis Results"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-TestResultResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/get/responses/200/content/application~1json/examples/Normal Response","paths/~1v1~1inspect~1analyze~1{test_id}/get/responses/200/content/application~1json/examples/Grouped by Notes Response"]}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-TestResultResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/get/responses/200/content/application~1json/examples/Normal Response","paths/~1v1~1inspect~1analyze~1{test_id}/get/responses/200/content/application~1json/examples/Grouped by Notes Response"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/get/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/get/responses/401/content/application~1json/examples/Example"]},{"code":"404","description":"A 404 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/get/responses/404/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/get/responses/404/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1analyze~1{test_id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-TestResultResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/get/responses/200/content/application~1json/examples/Normal Response","paths/~1v1~1inspect~1analyze~1{test_id}/get/responses/200/content/application~1json/examples/Grouped by Notes Response"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-TestResultResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/get/responses/200/content/application~1json/examples/Normal Response","paths/~1v1~1inspect~1analyze~1{test_id}/get/responses/200/content/application~1json/examples/Grouped by Notes Response"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/get/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/get/responses/401/content/application~1json/examples/Example"]}}},{"code":"404","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/get/responses/404/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/get/responses/404/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/code-analysis/get-v1-inspect-analyze--test-id-"}],"panels":[]}]},"httpPath":"/v1/inspect/analyze/{test_id}"},{"label":"Create New Code Analysis Version","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/code-analysis/post-v1-inspect-analyze--test-id-","routeSlug":"/docs/inspect/api-reference/openapi-final/code-analysis/post-v1-inspect-analyze--test-id-","metadata":{"seo":{"title":"Create New Code Analysis Version","description":"Creates a new version of an existing code analysis test with incremented version number."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"POST-v1-inspect-analyze--test-id-","name":"Create New Code Analysis Version","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1analyze~1{test_id}/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create New Code Analysis Version","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Creates a new version of an existing code analysis test with incremented version number."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"test_id","in":"path","schemaId":"components/schemas/string","description":"The ID of the existing code analysis test","required":true}],"pointer":"/paths/~1v1~1inspect~1analyze~1{test_id}/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-htmlparser-types-HTMLEngineAPIRequest"}},"schemaId":"components/schemas/github.com-mailgun-htmlparser-types-HTMLEngineAPIRequest","pointer":"/paths/~1v1~1inspect~1analyze~1{test_id}/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v1/inspect/analyze/{test_id}","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"test_id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-htmlparser-types-HTMLEngineAPIRequest"}},"responseCodes":["200","400","401","404"],"pointer":"/v1/inspect/analyze/{test_id}","href":"code-analysis/post-v1-inspect-analyze--test-id-","openApiOperationId":"POST-v1-inspect-analyze--test-id-","summary":"Create New Code Analysis Version"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"schemaId":"components/schemas/github.com-mailgun-htmlparser-types-HTMLEngineAPIRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-htmlparser-types-HTMLEngineAPIRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-TestCreationResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/post/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-TestCreationResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/post/responses/200/content/application~1json/examples/Example"]},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/post/responses/400/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/post/responses/400/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/post/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/post/responses/401/content/application~1json/examples/Example"]},{"code":"404","description":"A 404 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/post/responses/404/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/post/responses/404/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1analyze~1{test_id}/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-TestCreationResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/post/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-TestCreationResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/post/responses/200/content/application~1json/examples/Example"]}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/post/responses/400/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/post/responses/400/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/post/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/post/responses/401/content/application~1json/examples/Example"]}}},{"code":"404","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/post/responses/404/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/post/responses/404/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/code-analysis/post-v1-inspect-analyze--test-id-"}],"panels":[]}]},"httpPath":"/v1/inspect/analyze/{test_id}"},{"label":"Delete Code Analysis Test","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/code-analysis/delete-v1-inspect-analyze--test-id-","routeSlug":"/docs/inspect/api-reference/openapi-final/code-analysis/delete-v1-inspect-analyze--test-id-","metadata":{"seo":{"title":"Delete Code Analysis Test","description":"Deletes all versions of a code analysis test by test ID."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"DELETE-v1-inspect-analyze--test-id-","name":"Delete Code Analysis Test","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1analyze~1{test_id}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete Code Analysis Test","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Deletes all versions of a code analysis test by test ID."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"test_id","in":"path","schemaId":"components/schemas/string","description":"The ID of the code analysis test to delete","required":true}],"pointer":"/paths/~1v1~1inspect~1analyze~1{test_id}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/v1/inspect/analyze/{test_id}","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"test_id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","204","401","404"],"pointer":"/v1/inspect/analyze/{test_id}","href":"code-analysis/delete-v1-inspect-analyze--test-id-","openApiOperationId":"DELETE-v1-inspect-analyze--test-id-","summary":"Delete Code Analysis Test"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/delete/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/delete/responses/200/content/application~1json/examples/Example"]},{"code":"204","description":"A 204 response"},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/delete/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/delete/responses/401/content/application~1json/examples/Example"]},{"code":"404","description":"A 404 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-NotFoundError","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/delete/responses/404/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-NotFoundError","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/delete/responses/404/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1analyze~1{test_id}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/delete/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/delete/responses/200/content/application~1json/examples/Example"]}}},{"code":"204"},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/delete/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/delete/responses/401/content/application~1json/examples/Example"]}}},{"code":"404","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-NotFoundError","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/delete/responses/404/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-NotFoundError","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}/delete/responses/404/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/code-analysis/delete-v1-inspect-analyze--test-id-"}],"panels":[]}]},"httpPath":"/v1/inspect/analyze/{test_id}"},{"label":"Get Code Analysis Results by Version","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/code-analysis/get-v1-inspect-analyze--test-id--versions--version-id-","routeSlug":"/docs/inspect/api-reference/openapi-final/code-analysis/get-v1-inspect-analyze--test-id--versions--version-id-","metadata":{"seo":{"title":"Get Code Analysis Results by Version","description":"Returns code analysis test results for a specific test ID and version."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET-v1-inspect-analyze--test-id--versions--version-id-","name":"Get Code Analysis Results by Version","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1analyze~1{test_id}~1versions~1{version_id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Code Analysis Results by Version","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns code analysis test results for a specific test ID and version."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"test_id","in":"path","schemaId":"components/schemas/string","description":"The ID of the code analysis test","required":true},{"name":"version_id","in":"path","schemaId":"components/schemas/string","description":"The version number of the test results","required":true}],"pointer":"/paths/~1v1~1inspect~1analyze~1{test_id}~1versions~1{version_id}/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"slug","in":"query","schemaId":"components/schemas/string","description":"Filter results by feature slug"},{"name":"support_type","in":"query","schemaId":"components/schemas/string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Filter results by support type (y=supported, a=partial, n=not supported, u=unknown)"},"children":[]}]}]}]},{"name":"application_type","in":"query","schemaId":"schema_159","description":"Filter results by application type (web, mobile, desktop). Only variants belonging to the specified application type will be included in the response."},{"name":"group_by","in":"query","schemaId":"schema_160","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Group variants by their implementation notes. When set to 'notes', variants within each support level are grouped by their note content. The response structure changes: instead of VariantReference arrays, each support level (y/a/n/u) contains GroupedVariantsByNote objects with 'note' field and 'variants' array. A 'grouped_by' field is added to meta."},"children":[]}]}]}]}],"pointer":"/paths/~1v1~1inspect~1analyze~1{test_id}~1versions~1{version_id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/inspect/analyze/{test_id}/versions/{version_id}","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"test_id","in":"path","required":true,"schemaId":"components/schemas/string"},{"name":"version_id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[{"name":"slug","in":"query","schemaId":"components/schemas/string"},{"name":"support_type","in":"query","schemaId":"components/schemas/string"},{"name":"application_type","in":"query","schemaId":"schema_159"},{"name":"group_by","in":"query","schemaId":"schema_160"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","401","404"],"pointer":"/v1/inspect/analyze/{test_id}/versions/{version_id}","href":"code-analysis/get-v1-inspect-analyze--test-id--versions--version-id-","openApiOperationId":"GET-v1-inspect-analyze--test-id--versions--version-id-","summary":"Get Code Analysis Results by Version"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-TestResultResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1versions~1{version_id}/get/responses/200/content/application~1json/examples/Normal Response","paths/~1v1~1inspect~1analyze~1{test_id}~1versions~1{version_id}/get/responses/200/content/application~1json/examples/Grouped by Notes Response"]}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-TestResultResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1versions~1{version_id}/get/responses/200/content/application~1json/examples/Normal Response","paths/~1v1~1inspect~1analyze~1{test_id}~1versions~1{version_id}/get/responses/200/content/application~1json/examples/Grouped by Notes Response"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1versions~1{version_id}/get/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1versions~1{version_id}/get/responses/401/content/application~1json/examples/Example"]},{"code":"404","description":"A 404 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1versions~1{version_id}/get/responses/404/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1versions~1{version_id}/get/responses/404/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1analyze~1{test_id}~1versions~1{version_id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-TestResultResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1versions~1{version_id}/get/responses/200/content/application~1json/examples/Normal Response","paths/~1v1~1inspect~1analyze~1{test_id}~1versions~1{version_id}/get/responses/200/content/application~1json/examples/Grouped by Notes Response"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-TestResultResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1versions~1{version_id}/get/responses/200/content/application~1json/examples/Normal Response","paths/~1v1~1inspect~1analyze~1{test_id}~1versions~1{version_id}/get/responses/200/content/application~1json/examples/Grouped by Notes Response"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1versions~1{version_id}/get/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1versions~1{version_id}/get/responses/401/content/application~1json/examples/Example"]}}},{"code":"404","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1versions~1{version_id}/get/responses/404/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1versions~1{version_id}/get/responses/404/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/code-analysis/get-v1-inspect-analyze--test-id--versions--version-id-"}],"panels":[]}]},"httpPath":"/v1/inspect/analyze/{test_id}/versions/{version_id}"},{"label":"Get All Code Analysis Versions","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/code-analysis/get-v1-inspect-analyze--test-id--versions","routeSlug":"/docs/inspect/api-reference/openapi-final/code-analysis/get-v1-inspect-analyze--test-id--versions","metadata":{"seo":{"title":"Get All Code Analysis Versions","description":"Returns all versions available for a given test ID."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET-v1-inspect-analyze--test-id--versions","name":"Get All Code Analysis Versions","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1analyze~1{test_id}~1versions/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get All Code Analysis Versions","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns all versions available for a given test ID."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"test_id","in":"path","schemaId":"components/schemas/string","description":"The ID of the code analysis test","required":true}],"pointer":"/paths/~1v1~1inspect~1analyze~1{test_id}~1versions/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/inspect/analyze/{test_id}/versions","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"test_id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","401","404"],"pointer":"/v1/inspect/analyze/{test_id}/versions","href":"code-analysis/get-v1-inspect-analyze--test-id--versions","openApiOperationId":"GET-v1-inspect-analyze--test-id--versions","summary":"Get All Code Analysis Versions"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-VersionListResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1versions/get/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-VersionListResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1versions/get/responses/200/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1versions/get/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1versions/get/responses/401/content/application~1json/examples/Example"]},{"code":"404","description":"A 404 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1versions/get/responses/404/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1versions/get/responses/404/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1analyze~1{test_id}~1versions/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-VersionListResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1versions/get/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-VersionListResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1versions/get/responses/200/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1versions/get/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1versions/get/responses/401/content/application~1json/examples/Example"]}}},{"code":"404","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1versions/get/responses/404/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1versions/get/responses/404/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/code-analysis/get-v1-inspect-analyze--test-id--versions"}],"panels":[]}]},"httpPath":"/v1/inspect/analyze/{test_id}/versions"},{"label":"Update Resolved Status","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/code-analysis/post-v1-inspect-analyze--test-id--resolve--id-","routeSlug":"/docs/inspect/api-reference/openapi-final/code-analysis/post-v1-inspect-analyze--test-id--resolve--id-","metadata":{"seo":{"title":"Update Resolved Status","description":"Updates the resolved status of a specific instance within a feature in the latest version of a test."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"POST-v1-inspect-analyze--test-id--resolve--id-","name":"Update Resolved Status","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1analyze~1{test_id}~1resolve~1{id}/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update Resolved Status","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Updates the resolved status of a specific instance within a feature in the latest version of a test."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"test_id","in":"path","schemaId":"components/schemas/string","description":"The ID of the code analysis test","required":true},{"name":"id","in":"path","schemaId":"components/schemas/string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The ID of the instance to update (found in features[].instances[].id)"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1v1~1inspect~1analyze~1{test_id}~1resolve~1{id}/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-ResolveRequest"}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-ResolveRequest","pointer":"/paths/~1v1~1inspect~1analyze~1{test_id}~1resolve~1{id}/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v1/inspect/analyze/{test_id}/resolve/{id}","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"test_id","in":"path","required":true,"schemaId":"components/schemas/string"},{"name":"id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-ResolveRequest"}},"responseCodes":["200","400","401","404"],"pointer":"/v1/inspect/analyze/{test_id}/resolve/{id}","href":"code-analysis/post-v1-inspect-analyze--test-id--resolve--id-","openApiOperationId":"POST-v1-inspect-analyze--test-id--resolve--id-","summary":"Update Resolved Status"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-ResolveRequest","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-ResolveRequest"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-TestResultResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1resolve~1{id}/post/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-TestResultResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1resolve~1{id}/post/responses/200/content/application~1json/examples/Example"]},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1resolve~1{id}/post/responses/400/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1resolve~1{id}/post/responses/400/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1resolve~1{id}/post/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1resolve~1{id}/post/responses/401/content/application~1json/examples/Example"]},{"code":"404","description":"A 404 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1resolve~1{id}/post/responses/404/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1resolve~1{id}/post/responses/404/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1analyze~1{test_id}~1resolve~1{id}/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-TestResultResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1resolve~1{id}/post/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-TestResultResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1resolve~1{id}/post/responses/200/content/application~1json/examples/Example"]}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1resolve~1{id}/post/responses/400/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1resolve~1{id}/post/responses/400/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1resolve~1{id}/post/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1resolve~1{id}/post/responses/401/content/application~1json/examples/Example"]}}},{"code":"404","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1resolve~1{id}/post/responses/404/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1analyze~1{test_id}~1resolve~1{id}/post/responses/404/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/code-analysis/post-v1-inspect-analyze--test-id--resolve--id-"}],"panels":[]}]},"httpPath":"/v1/inspect/analyze/{test_id}/resolve/{id}"}],"content":{"contentType":"group","meta":{"name":"Code Analysis"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Code Analysis","showPageActions":true},{"nodeType":"markdoc","content":"The Code Analysis API analyzes HTML email content to detect CSS features and provides comprehensive compatibility reports across major email clients, including support statistics, version-specific compatibility data, and detailed feature breakdowns to ensure optimal email rendering."}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/v1/inspect/analyze/dictionary","summary":"Get Code Analysis Dictionary","prefix":{"name":"get","color":"get"},"badges":[],"link":"/code-analysis/get-v1-inspect-analyze-dictionary","deprecated":false},{"title":"/v1/inspect/analyze","summary":"List Code Analysis Jobs","prefix":{"name":"get","color":"get"},"badges":[],"link":"/code-analysis/get-v1-inspect-analyze","deprecated":false},{"title":"/v1/inspect/analyze","summary":"Create a Code Analysis Test","prefix":{"name":"post","color":"post"},"badges":[],"link":"/code-analysis/post-v1-inspect-analyze","deprecated":false},{"title":"/v1/inspect/analyze/{test_id}","summary":"Get Code Analysis Results","prefix":{"name":"get","color":"get"},"badges":[],"link":"/code-analysis/get-v1-inspect-analyze--test-id-","deprecated":false},{"title":"/v1/inspect/analyze/{test_id}","summary":"Create New Code Analysis Version","prefix":{"name":"post","color":"post"},"badges":[],"link":"/code-analysis/post-v1-inspect-analyze--test-id-","deprecated":false},{"title":"/v1/inspect/analyze/{test_id}","summary":"Delete Code Analysis Test","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/code-analysis/delete-v1-inspect-analyze--test-id-","deprecated":false},{"title":"/v1/inspect/analyze/{test_id}/versions/{version_id}","summary":"Get Code Analysis Results by Version","prefix":{"name":"get","color":"get"},"badges":[],"link":"/code-analysis/get-v1-inspect-analyze--test-id--versions--version-id-","deprecated":false},{"title":"/v1/inspect/analyze/{test_id}/versions","summary":"Get All Code Analysis Versions","prefix":{"name":"get","color":"get"},"badges":[],"link":"/code-analysis/get-v1-inspect-analyze--test-id--versions","deprecated":false},{"title":"/v1/inspect/analyze/{test_id}/resolve/{id}","summary":"Update Resolved Status","prefix":{"name":"post","color":"post"},"badges":[],"link":"/code-analysis/post-v1-inspect-analyze--test-id--resolve--id-","deprecated":false}]}]}]}]}},{"type":"group","label":"Email Preview","link":"/docs/inspect/api-reference/openapi-final/email-preview","routeSlug":"/docs/inspect/api-reference/openapi-final/email-preview","items":[{"label":"List Clients","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/email-preview/get-v1-preview-tests-clients","routeSlug":"/docs/inspect/api-reference/openapi-final/email-preview/get-v1-preview-tests-clients","metadata":{"seo":{"title":"List Clients","description":"Returns a list of clients that can perform an email preview."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET-v1-preview-tests-clients","name":"List Clients","isWebhook":false,"pointer":"/paths/~1v1~1preview~1tests~1clients/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"List Clients","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns a list of clients that can perform an email preview."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/preview/tests/clients","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","400","401","500","default"],"pointer":"/v1/preview/tests/clients","href":"email-preview/get-v1-preview-tests-clients","openApiOperationId":"GET-v1-preview-tests-clients","summary":"List Clients"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ClientsResponse","exampleIds":["paths/~1v1~1preview~1tests~1clients/get/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ClientsResponse","exampleIds":["paths/~1v1~1preview~1tests~1clients/get/responses/200/content/application~1json/examples/Example"]},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"},{"code":"500","description":"A 500 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"},{"code":"default","description":"A default response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}],"pointer":"/paths/~1v1~1preview~1tests~1clients/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ClientsResponse","exampleIds":["paths/~1v1~1preview~1tests~1clients/get/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ClientsResponse","exampleIds":["paths/~1v1~1preview~1tests~1clients/get/responses/200/content/application~1json/examples/Example"]}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}},{"code":"500","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}}},{"code":"default","schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/email-preview/get-v1-preview-tests-clients"}],"panels":[]}]},"httpPath":"/v1/preview/tests/clients"},{"label":"Get Test Results","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/email-preview/get-v1-preview-tests--test-id--results","routeSlug":"/docs/inspect/api-reference/openapi-final/email-preview/get-v1-preview-tests--test-id--results","metadata":{"seo":{"title":"Get Test Results","description":"Returns the results for the specified email preview test."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET-v1-preview-tests--test-id--results","name":"Get Test Results","isWebhook":false,"pointer":"/paths/~1v1~1preview~1tests~1{test_id}~1results/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Test Results","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the results for the specified email preview test."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"test_id","in":"path","schemaId":"components/schemas/string","description":"Test to get results for","required":true}],"pointer":"/paths/~1v1~1preview~1tests~1{test_id}~1results/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/preview/tests/{test_id}/results","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"test_id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","400","401","500","default"],"pointer":"/v1/preview/tests/{test_id}/results","href":"email-preview/get-v1-preview-tests--test-id--results","openApiOperationId":"GET-v1-preview-tests--test-id--results","summary":"Get Test Results"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-GetTestResultsResponse","exampleIds":["paths/~1v1~1preview~1tests~1{test_id}~1results/get/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-GetTestResultsResponse","exampleIds":["paths/~1v1~1preview~1tests~1{test_id}~1results/get/responses/200/content/application~1json/examples/Example"]},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"},{"code":"500","description":"A 500 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"},{"code":"default","description":"A default response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}],"pointer":"/paths/~1v1~1preview~1tests~1{test_id}~1results/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-GetTestResultsResponse","exampleIds":["paths/~1v1~1preview~1tests~1{test_id}~1results/get/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-GetTestResultsResponse","exampleIds":["paths/~1v1~1preview~1tests~1{test_id}~1results/get/responses/200/content/application~1json/examples/Example"]}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}},{"code":"500","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}}},{"code":"default","schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/email-preview/get-v1-preview-tests--test-id--results"}],"panels":[]}]},"httpPath":"/v1/preview/tests/{test_id}/results"},{"label":"Reprocess Emailpreview Test","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/email-preview/put-v1-preview-tests--test-id--results-reprocess","routeSlug":"/docs/inspect/api-reference/openapi-final/email-preview/put-v1-preview-tests--test-id--results-reprocess","metadata":{"seo":{"title":"Reprocess Emailpreview Test","description":"Reprocesses the test for the passed clients."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"PUT-v1-preview-tests--test-id--results-reprocess","name":"Reprocess Emailpreview Test","isWebhook":false,"pointer":"/paths/~1v1~1preview~1tests~1{test_id}~1results~1reprocess/put","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Reprocess Emailpreview Test","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Reprocesses the test for the passed clients."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"test_id","in":"path","schemaId":"components/schemas/string","description":"Test to reprocess","required":true}],"pointer":"/paths/~1v1~1preview~1tests~1{test_id}~1results~1reprocess/put/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/v1/preview/tests/{test_id}/results/reprocess","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"test_id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","400","401","500","default"],"pointer":"/v1/preview/tests/{test_id}/results/reprocess","href":"email-preview/put-v1-preview-tests--test-id--results-reprocess","openApiOperationId":"PUT-v1-preview-tests--test-id--results-reprocess","summary":"Reprocess Emailpreview Test"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ReprocessTestResponse","exampleIds":["paths/~1v1~1preview~1tests~1{test_id}~1results~1reprocess/put/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ReprocessTestResponse","exampleIds":["paths/~1v1~1preview~1tests~1{test_id}~1results~1reprocess/put/responses/200/content/application~1json/examples/Example"]},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"},{"code":"500","description":"A 500 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"},{"code":"default","description":"A default response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}],"pointer":"/paths/~1v1~1preview~1tests~1{test_id}~1results~1reprocess/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ReprocessTestResponse","exampleIds":["paths/~1v1~1preview~1tests~1{test_id}~1results~1reprocess/put/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ReprocessTestResponse","exampleIds":["paths/~1v1~1preview~1tests~1{test_id}~1results~1reprocess/put/responses/200/content/application~1json/examples/Example"]}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}},{"code":"500","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}}},{"code":"default","schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/email-preview/put-v1-preview-tests--test-id--results-reprocess"}],"panels":[]}]},"httpPath":"/v1/preview/tests/{test_id}/results/reprocess"},{"label":"Get Test Content (empty)","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/email-preview/get-v1-preview-tests--test-id--content","routeSlug":"/docs/inspect/api-reference/openapi-final/email-preview/get-v1-preview-tests--test-id--content","metadata":{"seo":{"title":"Get Test Content (empty)","description":"Gets HTML content of the passed test."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET-v1-preview-tests--test-id--content","name":"Get Test Content (empty)","isWebhook":false,"pointer":"/paths/~1v1~1preview~1tests~1{test_id}~1content/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Test Content (empty)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Gets HTML content of the passed test."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"test_id","in":"path","schemaId":"components/schemas/string","description":"Test to get the content of","required":true}],"pointer":"/paths/~1v1~1preview~1tests~1{test_id}~1content/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/preview/tests/{test_id}/content","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"test_id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","400","401","500","default"],"pointer":"/v1/preview/tests/{test_id}/content","href":"email-preview/get-v1-preview-tests--test-id--content","openApiOperationId":"GET-v1-preview-tests--test-id--content","summary":"Get Test Content (empty)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-TestContentResponse"}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-TestContentResponse"},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"},{"code":"500","description":"A 500 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"},{"code":"default","description":"A default response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}],"pointer":"/paths/~1v1~1preview~1tests~1{test_id}~1content/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-TestContentResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-TestContentResponse"}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}},{"code":"500","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}}},{"code":"default","schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/email-preview/get-v1-preview-tests--test-id--content"}],"panels":[]}]},"httpPath":"/v1/preview/tests/{test_id}/content"},{"label":"Get Test Content","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/email-preview/get-v1-preview-tests--test-id--content--content-","routeSlug":"/docs/inspect/api-reference/openapi-final/email-preview/get-v1-preview-tests--test-id--content--content-","metadata":{"seo":{"title":"Get Test Content","description":"Gets HTML content of the passed test."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET-v1-preview-tests--test-id--content--content-","name":"Get Test Content","isWebhook":false,"pointer":"/paths/~1v1~1preview~1tests~1{test_id}~1content~1{content}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Test Content","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Gets HTML content of the passed test."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"test_id","in":"path","schemaId":"components/schemas/string","description":"Test to get the content of","required":true},{"name":"content","in":"path","schemaId":"components/schemas/string","description":"Content to get: inlinecss or textonly","required":true}],"pointer":"/paths/~1v1~1preview~1tests~1{test_id}~1content~1{content}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/preview/tests/{test_id}/content/{content}","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"test_id","in":"path","required":true,"schemaId":"components/schemas/string"},{"name":"content","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","400","401","500","default"],"pointer":"/v1/preview/tests/{test_id}/content/{content}","href":"email-preview/get-v1-preview-tests--test-id--content--content-","openApiOperationId":"GET-v1-preview-tests--test-id--content--content-","summary":"Get Test Content"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-TestContentResponse"}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-TestContentResponse"},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"},{"code":"500","description":"A 500 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"},{"code":"default","description":"A default response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}],"pointer":"/paths/~1v1~1preview~1tests~1{test_id}~1content~1{content}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-TestContentResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-TestContentResponse"}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}},{"code":"500","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}}},{"code":"default","schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/email-preview/get-v1-preview-tests--test-id--content--content-"}],"panels":[]}]},"httpPath":"/v1/preview/tests/{test_id}/content/{content}"},{"label":"Generate Preview Address","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/email-preview/post-v1-preview-address","routeSlug":"/docs/inspect/api-reference/openapi-final/email-preview/post-v1-preview-address","metadata":{"seo":{"title":"Generate Preview Address","description":"Returns or generates an account's email preview address."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"POST-v1-preview-address","name":"Generate Preview Address","isWebhook":false,"pointer":"/paths/~1v1~1preview~1address/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Generate Preview Address","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns or generates an account's email preview address."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v1/preview/address","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","500","default"],"pointer":"/v1/preview/address","href":"email-preview/post-v1-preview-address","openApiOperationId":"POST-v1-preview-address","summary":"Generate Preview Address"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-address-PreviewAddressResponse"}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-address-PreviewAddressResponse"},{"code":"500","description":"A 500 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/string"}},"schemaId":"components/schemas/string"},{"code":"default","description":"A default response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}],"pointer":"/paths/~1v1~1preview~1address/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-emailpreview-address-PreviewAddressResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-address-PreviewAddressResponse"}}},{"code":"500","schemaId":"components/schemas/string","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/string"}}},{"code":"default","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/email-preview/post-v1-preview-address"}],"panels":[]}]},"httpPath":"/v1/preview/address"},{"label":"List/Search Tests V2","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/email-preview/get-v2-preview-tests","routeSlug":"/docs/inspect/api-reference/openapi-final/email-preview/get-v2-preview-tests","metadata":{"seo":{"title":"List/Search Tests V2","description":"This call returns a list of Email Tests along with metadata about each test. Email Tests are stored for 90 days. When query parameters are provided, only the tests matching the specified criteria will be returned; otherwise, all available tests are returned. The response structure remains identical in both cases."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET-v2-preview-tests","name":"List/Search Tests V2","isWebhook":false,"pointer":"/paths/~1v2~1preview~1tests/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"List/Search Tests V2","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"This call returns a list of Email Tests along with metadata about each test. Email Tests are stored for 90 days. When query parameters are provided, only the tests matching the specified criteria will be returned; otherwise, all available tests are returned. The response structure remains identical in both cases."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"customer_id","in":"query","schemaId":"components/schemas/string","description":"Filter tests by the provided customer ID."},{"name":"from","in":"query","schemaId":"components/schemas/string","description":"The starting point of your test date range. Accepts formats like '2025-03-10 17:52:07', Unix timestamp, or 'yesterday'."},{"name":"to","in":"query","schemaId":"components/schemas/string","description":"The ending point of your test date range. Accepts formats like '2025-03-10 17:52:07', Unix timestamp, or 'yesterday'."},{"name":"subject","in":"query","schemaId":"components/schemas/string","description":"The \"subject\" field of returned tests must contain the exact string. This search is case-insensitive."},{"name":"headers","in":"query","schemaId":"components/schemas/string","description":"Enterprise users can use this field in a KV array of x-headers submitted with the test. This is an AND match, meaning all headers must be present to return."},{"name":"results","in":"query","schemaId":"schema_156","description":"The number of results to return. Must be between 1 and 200. The default value is 50."},{"name":"page","in":"query","schemaId":"schema_156","description":"The page number. If you submit a number higher than the number of pages in the data, an empty array will be returned. The default value is 1."}],"pointer":"/paths/~1v2~1preview~1tests/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v2/preview/tests","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[],"query":[{"name":"customer_id","in":"query","schemaId":"components/schemas/string"},{"name":"from","in":"query","schemaId":"components/schemas/string"},{"name":"to","in":"query","schemaId":"components/schemas/string"},{"name":"subject","in":"query","schemaId":"components/schemas/string"},{"name":"headers","in":"query","schemaId":"components/schemas/string"},{"name":"results","in":"query","schemaId":"schema_156"},{"name":"page","in":"query","schemaId":"schema_156"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","400","401","500","default"],"pointer":"/v2/preview/tests","href":"email-preview/get-v2-preview-tests","openApiOperationId":"GET-v2-preview-tests","summary":"List/Search Tests V2"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-GetTestsResponse","exampleIds":["paths/~1v2~1preview~1tests/get/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-GetTestsResponse","exampleIds":["paths/~1v2~1preview~1tests/get/responses/200/content/application~1json/examples/Example"]},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"},{"code":"500","description":"A 500 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"},{"code":"default","description":"A default response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}],"pointer":"/paths/~1v2~1preview~1tests/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-GetTestsResponse","exampleIds":["paths/~1v2~1preview~1tests/get/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-GetTestsResponse","exampleIds":["paths/~1v2~1preview~1tests/get/responses/200/content/application~1json/examples/Example"]}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}},{"code":"500","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}}},{"code":"default","schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/email-preview/get-v2-preview-tests"}],"panels":[]}]},"httpPath":"/v2/preview/tests"},{"label":"Create Email Preview Test V2","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/email-preview/post-v2-preview-tests","routeSlug":"/docs/inspect/api-reference/openapi-final/email-preview/post-v2-preview-tests","metadata":{"seo":{"title":"Create Email Preview Test V2","description":"This call creates a new email test and submits it to our system for processing.All requests must contain a subject property and one source property (either html or url). All other properties are optional. In the following table, each property and its default value is shown. If content-checking variables (such as those for link validation, image validation, or accessibility) are set in the body of the request, the endpoint will run content-checking on the email content. The response will include an id property that should be used to request the results or trigger further processes on the email content.For enterprise customers, the response will also include the customer_id and reference_id that were submitted with the test."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"POST-v2-preview-tests","name":"Create Email Preview Test V2","isWebhook":false,"pointer":"/paths/~1v2~1preview~1tests/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create Email Preview Test V2","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This call creates a new email test and submits it to our system for processing."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"All requests must contain a subject property and one source property (either html or url). All other properties are optional. In the following table, each property and its default value is shown. "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If content-checking variables (such as those for link validation, image validation, or accessibility) are set in the body of the request, the endpoint will run content-checking on the email content. "},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The response will include an id property that should be used to request the results or trigger further processes on the email content."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"For enterprise customers, the response will also include the customer_id and reference_id that were submitted with the test."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-CreateTestRequest","exampleIds":["paths/~1v2~1preview~1tests/post/requestBody/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-CreateTestRequest","exampleIds":["paths/~1v2~1preview~1tests/post/requestBody/content/application~1json/examples/Example"],"pointer":"/paths/~1v2~1preview~1tests/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v2/preview/tests","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-CreateTestRequest","exampleIds":["paths/~1v2~1preview~1tests/post/requestBody/content/application~1json/examples/Example"]}},"responseCodes":["200","400","401","500","default"],"pointer":"/v2/preview/tests","href":"email-preview/post-v2-preview-tests","openApiOperationId":"POST-v2-preview-tests","summary":"Create Email Preview Test V2"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-CreateTestRequest","exampleIds":["paths/~1v2~1preview~1tests/post/requestBody/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-CreateTestRequest","exampleIds":["paths/~1v2~1preview~1tests/post/requestBody/content/application~1json/examples/Example"]}},"examples":[{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-CreateTestResponse","exampleIds":["paths/~1v2~1preview~1tests/post/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-CreateTestResponse","exampleIds":["paths/~1v2~1preview~1tests/post/responses/200/content/application~1json/examples/Example"]},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"},{"code":"500","description":"A 500 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"},{"code":"default","description":"A default response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}],"pointer":"/paths/~1v2~1preview~1tests/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-CreateTestResponse","exampleIds":["paths/~1v2~1preview~1tests/post/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-CreateTestResponse","exampleIds":["paths/~1v2~1preview~1tests/post/responses/200/content/application~1json/examples/Example"]}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}},{"code":"500","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}}},{"code":"default","schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/email-preview/post-v2-preview-tests"}],"panels":[]}]},"httpPath":"/v2/preview/tests"},{"label":"Get Test Results by client ID V2","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/email-preview/get-v2-preview-tests--test-id--results--client-id-","routeSlug":"/docs/inspect/api-reference/openapi-final/email-preview/get-v2-preview-tests--test-id--results--client-id-","metadata":{"seo":{"title":"Get Test Results by client ID V2","description":"This call returns detailed results for screenshots including their upload locations, send times, completion times, and information about bounces, if any. <test_id> is a test ID returned from test creation or the get test list functions. The <client_id> is required and restricts the returned data exclusively to the specified client. If the client is not present in the test or is invalid, an error will be returned."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET-v2-preview-tests--test-id--results--client-id-","name":"Get Test Results by client ID V2","isWebhook":false,"pointer":"/paths/~1v2~1preview~1tests~1{test_id}~1results~1{client_id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Test Results by client ID V2","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This call returns detailed results for screenshots including their upload locations, send times, completion times, and information about bounces, if any. <test_id> is a test ID returned from test creation or the get test list functions. The <client_id> is required and restricts the returned data exclusively to the specified client. If the client is not present in the test or is invalid, an error will be returned."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"test_id","in":"path","schemaId":"components/schemas/string","description":"Test to get results for","required":true},{"name":"client_id","in":"path","schemaId":"components/schemas/string","description":"Client to get results for","required":true}],"pointer":"/paths/~1v2~1preview~1tests~1{test_id}~1results~1{client_id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v2/preview/tests/{test_id}/results/{client_id}","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"test_id","in":"path","required":true,"schemaId":"components/schemas/string"},{"name":"client_id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","400","401","500","default"],"pointer":"/v2/preview/tests/{test_id}/results/{client_id}","href":"email-preview/get-v2-preview-tests--test-id--results--client-id-","openApiOperationId":"GET-v2-preview-tests--test-id--results--client-id-","summary":"Get Test Results by client ID V2"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-GetTestResultsResponse","exampleIds":["paths/~1v2~1preview~1tests~1{test_id}~1results~1{client_id}/get/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-GetTestResultsResponse","exampleIds":["paths/~1v2~1preview~1tests~1{test_id}~1results~1{client_id}/get/responses/200/content/application~1json/examples/Example"]},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"},{"code":"500","description":"A 500 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"},{"code":"default","description":"A default response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}],"pointer":"/paths/~1v2~1preview~1tests~1{test_id}~1results~1{client_id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-GetTestResultsResponse","exampleIds":["paths/~1v2~1preview~1tests~1{test_id}~1results~1{client_id}/get/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-GetTestResultsResponse","exampleIds":["paths/~1v2~1preview~1tests~1{test_id}~1results~1{client_id}/get/responses/200/content/application~1json/examples/Example"]}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}},{"code":"500","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}}},{"code":"default","schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/email-preview/get-v2-preview-tests--test-id--results--client-id-"}],"panels":[]}]},"httpPath":"/v2/preview/tests/{test_id}/results/{client_id}"},{"label":"Get Emailpreview Test Information V2","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/email-preview/get-v2-preview-tests--test-id-","routeSlug":"/docs/inspect/api-reference/openapi-final/email-preview/get-v2-preview-tests--test-id-","metadata":{"seo":{"title":"Get Emailpreview Test Information V2","description":"Retrieves detailed information about a specific test, including the subject, submission time (in UNIX timestamp format), processing statuses, and any content checking results. The response includes one to three properties containing arrays of clients: completed (clients that have successfully uploaded screenshots), processing (clients that are still being processed by our system), and bounced (clients that were bounced by the destination and cannot be retried). Additionally, the system will automatically requeue screenshots if they remain in processing for more than three minutes."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET-v2-preview-tests--test-id-","name":"Get Emailpreview Test Information V2","isWebhook":false,"pointer":"/paths/~1v2~1preview~1tests~1{test_id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Emailpreview Test Information V2","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieves detailed information about a specific test, including the subject, submission time (in UNIX timestamp format), processing statuses, and any content checking results. The response includes one to three properties containing arrays of clients: completed (clients that have successfully uploaded screenshots), processing (clients that are still being processed by our system), and bounced (clients that were bounced by the destination and cannot be retried). Additionally, the system will automatically requeue screenshots if they remain in processing for more than three minutes."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"test_id","in":"path","schemaId":"components/schemas/string","description":"The ID of the test to retrieve","required":true}],"pointer":"/paths/~1v2~1preview~1tests~1{test_id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v2/preview/tests/{test_id}","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"test_id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","400","401","500","default"],"pointer":"/v2/preview/tests/{test_id}","href":"email-preview/get-v2-preview-tests--test-id-","openApiOperationId":"GET-v2-preview-tests--test-id-","summary":"Get Emailpreview Test Information V2"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-GetTestInfoResponse","exampleIds":["paths/~1v2~1preview~1tests~1{test_id}/get/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-GetTestInfoResponse","exampleIds":["paths/~1v2~1preview~1tests~1{test_id}/get/responses/200/content/application~1json/examples/Example"]},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"},{"code":"500","description":"A 500 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"},{"code":"default","description":"A default response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}],"pointer":"/paths/~1v2~1preview~1tests~1{test_id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-GetTestInfoResponse","exampleIds":["paths/~1v2~1preview~1tests~1{test_id}/get/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-GetTestInfoResponse","exampleIds":["paths/~1v2~1preview~1tests~1{test_id}/get/responses/200/content/application~1json/examples/Example"]}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}},{"code":"500","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}}},{"code":"default","schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/email-preview/get-v2-preview-tests--test-id-"}],"panels":[]}]},"httpPath":"/v2/preview/tests/{test_id}"},{"label":"Delete Emailpreview Test V2","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/email-preview/delete-v2-preview-tests--test-id-","routeSlug":"/docs/inspect/api-reference/openapi-final/email-preview/delete-v2-preview-tests--test-id-","metadata":{"seo":{"title":"Delete Emailpreview Test V2","description":"Deletes the specified test and its content checking. Once it is deleted, it cannot be recovered."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"DELETE-v2-preview-tests--test-id-","name":"Delete Emailpreview Test V2","isWebhook":false,"pointer":"/paths/~1v2~1preview~1tests~1{test_id}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete Emailpreview Test V2","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Deletes the specified test and its content checking. Once it is deleted, it cannot be recovered."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"test_id","in":"path","schemaId":"components/schemas/string","description":"Test to delete","required":true}],"pointer":"/paths/~1v2~1preview~1tests~1{test_id}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/v2/preview/tests/{test_id}","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"test_id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","400","401","500","default"],"pointer":"/v2/preview/tests/{test_id}","href":"email-preview/delete-v2-preview-tests--test-id-","openApiOperationId":"DELETE-v2-preview-tests--test-id-","summary":"Delete Emailpreview Test V2"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-DeleteTestResponse","exampleIds":["paths/~1v2~1preview~1tests~1{test_id}/delete/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-DeleteTestResponse","exampleIds":["paths/~1v2~1preview~1tests~1{test_id}/delete/responses/200/content/application~1json/examples/Example"]},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"},{"code":"500","description":"A 500 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"},{"code":"default","description":"A default response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}],"pointer":"/paths/~1v2~1preview~1tests~1{test_id}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-DeleteTestResponse","exampleIds":["paths/~1v2~1preview~1tests~1{test_id}/delete/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-DeleteTestResponse","exampleIds":["paths/~1v2~1preview~1tests~1{test_id}/delete/responses/200/content/application~1json/examples/Example"]}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}},{"code":"500","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}}},{"code":"default","schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/email-preview/delete-v2-preview-tests--test-id-"}],"panels":[]}]},"httpPath":"/v2/preview/tests/{test_id}"},{"label":"Retrieve Export Job Details for Email Preview Test Screenshots","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/email-preview/get-v2-preview-tests--test-id--exports--job-id-","routeSlug":"/docs/inspect/api-reference/openapi-final/email-preview/get-v2-preview-tests--test-id--exports--job-id-","metadata":{"seo":{"title":"Retrieve Export Job Details for Email Preview Test Screenshots","description":"Retrieves the status and details of an export job created to collect screenshots for an Email Preview Test. Provide both the test ID and the job ID to fetch the export job information."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET-v2-preview-tests--test-id--exports--job-id-","name":"Retrieve Export Job Details for Email Preview Test Screenshots","isWebhook":false,"pointer":"/paths/~1v2~1preview~1tests~1{test_id}~1exports~1{job_id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Retrieve Export Job Details for Email Preview Test Screenshots","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieves the status and details of an export job created to collect screenshots for an Email Preview Test. Provide both the test ID and the job ID to fetch the export job information."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"test_id","in":"path","schemaId":"components/schemas/string","description":"Unique identifier of the Email Preview Test","required":true},{"name":"job_id","in":"path","schemaId":"components/schemas/string","description":"Unique identifier of the export job","required":true}],"pointer":"/paths/~1v2~1preview~1tests~1{test_id}~1exports~1{job_id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v2/preview/tests/{test_id}/exports/{job_id}","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"test_id","in":"path","required":true,"schemaId":"components/schemas/string"},{"name":"job_id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","500","default"],"pointer":"/v2/preview/tests/{test_id}/exports/{job_id}","href":"email-preview/get-v2-preview-tests--test-id--exports--job-id-","openApiOperationId":"GET-v2-preview-tests--test-id--exports--job-id-","summary":"Retrieve Export Job Details for Email Preview Test Screenshots"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-queue_tracking-QueueTracking","exampleIds":["paths/~1v2~1preview~1tests~1{test_id}~1exports~1{job_id}/get/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-queue_tracking-QueueTracking","exampleIds":["paths/~1v2~1preview~1tests~1{test_id}~1exports~1{job_id}/get/responses/200/content/application~1json/examples/Example"]},{"code":"500","description":"A 500 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"},{"code":"default","description":"A default response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}],"pointer":"/paths/~1v2~1preview~1tests~1{test_id}~1exports~1{job_id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-emailpreview-queue_tracking-QueueTracking","exampleIds":["paths/~1v2~1preview~1tests~1{test_id}~1exports~1{job_id}/get/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-queue_tracking-QueueTracking","exampleIds":["paths/~1v2~1preview~1tests~1{test_id}~1exports~1{job_id}/get/responses/200/content/application~1json/examples/Example"]}}},{"code":"500","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}}},{"code":"default","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/email-preview/get-v2-preview-tests--test-id--exports--job-id-"}],"panels":[]}]},"httpPath":"/v2/preview/tests/{test_id}/exports/{job_id}"},{"label":"Retrieve Export Job Details for Email Preview Test Screenshots","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/email-preview/get-v2-preview-tests--test-id--exports","routeSlug":"/docs/inspect/api-reference/openapi-final/email-preview/get-v2-preview-tests--test-id--exports","metadata":{"seo":{"title":"Retrieve Export Job Details for Email Preview Test Screenshots","description":"Retrieves the status and details of an export job created to collect screenshots for an Email Preview Test. Provide the test ID to fetch the latest export job information."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET-v2-preview-tests--test-id--exports","name":"Retrieve Export Job Details for Email Preview Test Screenshots","isWebhook":false,"pointer":"/paths/~1v2~1preview~1tests~1{test_id}~1exports/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Retrieve Export Job Details for Email Preview Test Screenshots","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieves the status and details of an export job created to collect screenshots for an Email Preview Test. Provide the test ID to fetch the latest export job information."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"test_id","in":"path","schemaId":"components/schemas/string","description":"Unique identifier of the Email Preview Test","required":true}],"pointer":"/paths/~1v2~1preview~1tests~1{test_id}~1exports/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v2/preview/tests/{test_id}/exports","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"test_id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","500","default"],"pointer":"/v2/preview/tests/{test_id}/exports","href":"email-preview/get-v2-preview-tests--test-id--exports","openApiOperationId":"GET-v2-preview-tests--test-id--exports","summary":"Retrieve Export Job Details for Email Preview Test Screenshots"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-queue_tracking-QueueTracking","exampleIds":["paths/~1v2~1preview~1tests~1{test_id}~1exports/get/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-queue_tracking-QueueTracking","exampleIds":["paths/~1v2~1preview~1tests~1{test_id}~1exports/get/responses/200/content/application~1json/examples/Example"]},{"code":"500","description":"A 500 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"},{"code":"default","description":"A default response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}],"pointer":"/paths/~1v2~1preview~1tests~1{test_id}~1exports/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-emailpreview-queue_tracking-QueueTracking","exampleIds":["paths/~1v2~1preview~1tests~1{test_id}~1exports/get/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-queue_tracking-QueueTracking","exampleIds":["paths/~1v2~1preview~1tests~1{test_id}~1exports/get/responses/200/content/application~1json/examples/Example"]}}},{"code":"500","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}}},{"code":"default","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/email-preview/get-v2-preview-tests--test-id--exports"}],"panels":[]}]},"httpPath":"/v2/preview/tests/{test_id}/exports"},{"label":"Create Export Job for Email Preview Test Screenshots","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/email-preview/post-v2-preview-tests--test-id--exports","routeSlug":"/docs/inspect/api-reference/openapi-final/email-preview/post-v2-preview-tests--test-id--exports","metadata":{"seo":{"title":"Create Export Job for Email Preview Test Screenshots","description":"Initiates an export job that collects screenshots for a specified Email Preview Test. Provide the list of client IDs whose screenshots you want to export. The job status can be monitored using the job ID returned in the response."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"POST-v2-preview-tests--test-id--exports","name":"Create Export Job for Email Preview Test Screenshots","isWebhook":false,"pointer":"/paths/~1v2~1preview~1tests~1{test_id}~1exports/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create Export Job for Email Preview Test Screenshots","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Initiates an export job that collects screenshots for a specified Email Preview Test. Provide the list of client IDs whose screenshots you want to export. The job status can be monitored using the job ID returned in the response."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"test_id","in":"path","schemaId":"components/schemas/string","description":"Unique identifier of the Email Preview Test to export screenshots for","required":true}],"pointer":"/paths/~1v2~1preview~1tests~1{test_id}~1exports/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-CreateZipExport","exampleIds":["paths/~1v2~1preview~1tests~1{test_id}~1exports/post/requestBody/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-CreateZipExport","exampleIds":["paths/~1v2~1preview~1tests~1{test_id}~1exports/post/requestBody/content/application~1json/examples/Example"],"pointer":"/paths/~1v2~1preview~1tests~1{test_id}~1exports/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v2/preview/tests/{test_id}/exports","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"test_id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-CreateZipExport","exampleIds":["paths/~1v2~1preview~1tests~1{test_id}~1exports/post/requestBody/content/application~1json/examples/Example"]}},"responseCodes":["200","400","401","500","default"],"pointer":"/v2/preview/tests/{test_id}/exports","href":"email-preview/post-v2-preview-tests--test-id--exports","openApiOperationId":"POST-v2-preview-tests--test-id--exports","summary":"Create Export Job for Email Preview Test Screenshots"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-CreateZipExport","exampleIds":["paths/~1v2~1preview~1tests~1{test_id}~1exports/post/requestBody/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-CreateZipExport","exampleIds":["paths/~1v2~1preview~1tests~1{test_id}~1exports/post/requestBody/content/application~1json/examples/Example"]}},"examples":[{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-queue_tracking-QueueTracking","exampleIds":["paths/~1v2~1preview~1tests~1{test_id}~1exports/post/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-queue_tracking-QueueTracking","exampleIds":["paths/~1v2~1preview~1tests~1{test_id}~1exports/post/responses/200/content/application~1json/examples/Example"]},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"},{"code":"500","description":"A 500 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"},{"code":"default","description":"A default response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}],"pointer":"/paths/~1v2~1preview~1tests~1{test_id}~1exports/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-emailpreview-queue_tracking-QueueTracking","exampleIds":["paths/~1v2~1preview~1tests~1{test_id}~1exports/post/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-queue_tracking-QueueTracking","exampleIds":["paths/~1v2~1preview~1tests~1{test_id}~1exports/post/responses/200/content/application~1json/examples/Example"]}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}},{"code":"500","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}}},{"code":"default","schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/email-preview/post-v2-preview-tests--test-id--exports"}],"panels":[]}]},"httpPath":"/v2/preview/tests/{test_id}/exports"},{"label":"Generate Preview Address","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/email-preview/post-v2-preview-address","routeSlug":"/docs/inspect/api-reference/openapi-final/email-preview/post-v2-preview-address","metadata":{"seo":{"title":"Generate Preview Address","description":"Returns or generates an account's email preview address."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"POST-v2-preview-address","name":"Generate Preview Address","isWebhook":false,"pointer":"/paths/~1v2~1preview~1address/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Generate Preview Address","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns or generates an account's email preview address."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v2/preview/address","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","500","default"],"pointer":"/v2/preview/address","href":"email-preview/post-v2-preview-address","openApiOperationId":"POST-v2-preview-address","summary":"Generate Preview Address"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-address-PreviewAddressResponse"}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-address-PreviewAddressResponse"},{"code":"500","description":"A 500 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/string"}},"schemaId":"components/schemas/string"},{"code":"default","description":"A default response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}],"pointer":"/paths/~1v2~1preview~1address/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-emailpreview-address-PreviewAddressResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-address-PreviewAddressResponse"}}},{"code":"500","schemaId":"components/schemas/string","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/string"}}},{"code":"default","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/email-preview/post-v2-preview-address"}],"panels":[]}]},"httpPath":"/v2/preview/address"},{"label":"Create PreviewShare","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/email-preview/post-v1-preview-sharing","routeSlug":"/docs/inspect/api-reference/openapi-final/email-preview/post-v1-preview-sharing","metadata":{"seo":{"title":"Create PreviewShare","description":"Create a shareable link to an email preview test."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"POST-v1-preview-sharing","name":"Create PreviewShare","isWebhook":false,"pointer":"/paths/~1v1~1preview~1sharing/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create PreviewShare","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Create a shareable link to an email preview test."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-api-CreatePreviewSharingRequest","exampleIds":["paths/~1v1~1preview~1sharing/post/requestBody/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-api-CreatePreviewSharingRequest","exampleIds":["paths/~1v1~1preview~1sharing/post/requestBody/content/application~1json/examples/Example"],"pointer":"/paths/~1v1~1preview~1sharing/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v1/preview/sharing","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-api-CreatePreviewSharingRequest","exampleIds":["paths/~1v1~1preview~1sharing/post/requestBody/content/application~1json/examples/Example"]}},"responseCodes":["200","500","default"],"pointer":"/v1/preview/sharing","href":"email-preview/post-v1-preview-sharing","openApiOperationId":"POST-v1-preview-sharing","summary":"Create PreviewShare"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"schemaId":"components/schemas/github.com-mailgun-emailpreview-api-CreatePreviewSharingRequest","exampleIds":["paths/~1v1~1preview~1sharing/post/requestBody/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-api-CreatePreviewSharingRequest","exampleIds":["paths/~1v1~1preview~1sharing/post/requestBody/content/application~1json/examples/Example"]}},"examples":[{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1preview~1sharing/post/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1preview~1sharing/post/responses/200/content/application~1json/examples/Example"]},{"code":"500","description":"A 500 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"},{"code":"default","description":"A default response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}],"pointer":"/paths/~1v1~1preview~1sharing/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1preview~1sharing/post/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1preview~1sharing/post/responses/200/content/application~1json/examples/Example"]}}},{"code":"500","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}}},{"code":"default","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/email-preview/post-v1-preview-sharing"}],"panels":[]}]},"httpPath":"/v1/preview/sharing"},{"label":"Get PreviewShare","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/email-preview/get-v1-preview-sharing--test-id-","routeSlug":"/docs/inspect/api-reference/openapi-final/email-preview/get-v1-preview-sharing--test-id-","metadata":{"seo":{"title":"Get PreviewShare","description":"Returns PreviewShare record by TID."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET-v1-preview-sharing--test-id-","name":"Get PreviewShare","isWebhook":false,"pointer":"/paths/~1v1~1preview~1sharing~1{test_id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get PreviewShare","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns PreviewShare record by TID."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"test_id","in":"path","schemaId":"components/schemas/string","description":"Test to get","required":true}],"pointer":"/paths/~1v1~1preview~1sharing~1{test_id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/preview/sharing/{test_id}","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"test_id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","500","default"],"pointer":"/v1/preview/sharing/{test_id}","href":"email-preview/get-v1-preview-sharing--test-id-","openApiOperationId":"GET-v1-preview-sharing--test-id-","summary":"Get PreviewShare"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-sharing-PreviewSharingResponse","exampleIds":["paths/~1v1~1preview~1sharing~1{test_id}/get/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-sharing-PreviewSharingResponse","exampleIds":["paths/~1v1~1preview~1sharing~1{test_id}/get/responses/200/content/application~1json/examples/Example"]},{"code":"500","description":"A 500 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"},{"code":"default","description":"A default response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}],"pointer":"/paths/~1v1~1preview~1sharing~1{test_id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-emailpreview-sharing-PreviewSharingResponse","exampleIds":["paths/~1v1~1preview~1sharing~1{test_id}/get/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-sharing-PreviewSharingResponse","exampleIds":["paths/~1v1~1preview~1sharing~1{test_id}/get/responses/200/content/application~1json/examples/Example"]}}},{"code":"500","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}}},{"code":"default","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/email-preview/get-v1-preview-sharing--test-id-"}],"panels":[]}]},"httpPath":"/v1/preview/sharing/{test_id}"},{"label":"Update PreviewShare","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/email-preview/put-v1-preview-sharing--test-id-","routeSlug":"/docs/inspect/api-reference/openapi-final/email-preview/put-v1-preview-sharing--test-id-","metadata":{"seo":{"title":"Update PreviewShare","description":"Updates PreviewShare record enabled field."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"PUT-v1-preview-sharing--test-id-","name":"Update PreviewShare","isWebhook":false,"pointer":"/paths/~1v1~1preview~1sharing~1{test_id}/put","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update PreviewShare","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Updates PreviewShare record enabled field."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"test_id","in":"path","schemaId":"components/schemas/string","description":"Test to update","required":true}],"pointer":"/paths/~1v1~1preview~1sharing~1{test_id}/put/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"url_uuid","in":"query","schemaId":"components/schemas/string","description":"UUID to update","required":true}],"pointer":"/paths/~1v1~1preview~1sharing~1{test_id}/put/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/v1/preview/sharing/{test_id}","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"test_id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[{"name":"url_uuid","in":"query","required":true,"schemaId":"components/schemas/string"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","500","default"],"pointer":"/v1/preview/sharing/{test_id}","href":"email-preview/put-v1-preview-sharing--test-id-","openApiOperationId":"PUT-v1-preview-sharing--test-id-","summary":"Update PreviewShare"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1preview~1sharing~1{test_id}/put/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1preview~1sharing~1{test_id}/put/responses/200/content/application~1json/examples/Example"]},{"code":"500","description":"A 500 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"},{"code":"default","description":"A default response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}],"pointer":"/paths/~1v1~1preview~1sharing~1{test_id}/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1preview~1sharing~1{test_id}/put/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1preview~1sharing~1{test_id}/put/responses/200/content/application~1json/examples/Example"]}}},{"code":"500","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}}},{"code":"default","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/email-preview/put-v1-preview-sharing--test-id-"}],"panels":[]}]},"httpPath":"/v1/preview/sharing/{test_id}"},{"label":"Delete PreviewShare","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/email-preview/delete-v1-preview-sharing--test-id-","routeSlug":"/docs/inspect/api-reference/openapi-final/email-preview/delete-v1-preview-sharing--test-id-","metadata":{"seo":{"title":"Delete PreviewShare","description":"Delete PreviewShare record by TID."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"DELETE-v1-preview-sharing--test-id-","name":"Delete PreviewShare","isWebhook":false,"pointer":"/paths/~1v1~1preview~1sharing~1{test_id}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete PreviewShare","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Delete PreviewShare record by TID."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"test_id","in":"path","schemaId":"components/schemas/string","description":"Test to delete","required":true}],"pointer":"/paths/~1v1~1preview~1sharing~1{test_id}/delete/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"url_uuid","in":"query","schemaId":"components/schemas/string","description":"UUID to delete","required":true}],"pointer":"/paths/~1v1~1preview~1sharing~1{test_id}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/v1/preview/sharing/{test_id}","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"test_id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[{"name":"url_uuid","in":"query","required":true,"schemaId":"components/schemas/string"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","500","default"],"pointer":"/v1/preview/sharing/{test_id}","href":"email-preview/delete-v1-preview-sharing--test-id-","openApiOperationId":"DELETE-v1-preview-sharing--test-id-","summary":"Delete PreviewShare"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1preview~1sharing~1{test_id}/delete/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1preview~1sharing~1{test_id}/delete/responses/200/content/application~1json/examples/Example"]},{"code":"500","description":"A 500 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"},{"code":"default","description":"A default response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}],"pointer":"/paths/~1v1~1preview~1sharing~1{test_id}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1preview~1sharing~1{test_id}/delete/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1preview~1sharing~1{test_id}/delete/responses/200/content/application~1json/examples/Example"]}}},{"code":"500","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}}},{"code":"default","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/email-preview/delete-v1-preview-sharing--test-id-"}],"panels":[]}]},"httpPath":"/v1/preview/sharing/{test_id}"},{"label":"Rotate PreviewShare","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/email-preview/post-v1-preview-sharing--test-id--rotate","routeSlug":"/docs/inspect/api-reference/openapi-final/email-preview/post-v1-preview-sharing--test-id--rotate","metadata":{"seo":{"title":"Rotate PreviewShare","description":"Re-generates the uuid and share url, and resets the expiration."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"POST-v1-preview-sharing--test-id--rotate","name":"Rotate PreviewShare","isWebhook":false,"pointer":"/paths/~1v1~1preview~1sharing~1{test_id}~1rotate/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Rotate PreviewShare","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Re-generates the uuid and share url, and resets the expiration."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"test_id","in":"path","schemaId":"components/schemas/string","description":"Test to rotate","required":true}],"pointer":"/paths/~1v1~1preview~1sharing~1{test_id}~1rotate/post/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"url_uuid","in":"query","schemaId":"components/schemas/string","description":"UUID to rotate","required":true}],"pointer":"/paths/~1v1~1preview~1sharing~1{test_id}~1rotate/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v1/preview/sharing/{test_id}/rotate","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"test_id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[{"name":"url_uuid","in":"query","required":true,"schemaId":"components/schemas/string"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","500","default"],"pointer":"/v1/preview/sharing/{test_id}/rotate","href":"email-preview/post-v1-preview-sharing--test-id--rotate","openApiOperationId":"POST-v1-preview-sharing--test-id--rotate","summary":"Rotate PreviewShare"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-sharing-PreviewSharingResponse","exampleIds":["paths/~1v1~1preview~1sharing~1{test_id}~1rotate/post/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-sharing-PreviewSharingResponse","exampleIds":["paths/~1v1~1preview~1sharing~1{test_id}~1rotate/post/responses/200/content/application~1json/examples/Example"]},{"code":"500","description":"A 500 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"},{"code":"default","description":"A default response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}],"pointer":"/paths/~1v1~1preview~1sharing~1{test_id}~1rotate/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-emailpreview-sharing-PreviewSharingResponse","exampleIds":["paths/~1v1~1preview~1sharing~1{test_id}~1rotate/post/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-sharing-PreviewSharingResponse","exampleIds":["paths/~1v1~1preview~1sharing~1{test_id}~1rotate/post/responses/200/content/application~1json/examples/Example"]}}},{"code":"500","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}}},{"code":"default","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/email-preview/post-v1-preview-sharing--test-id--rotate"}],"panels":[]}]},"httpPath":"/v1/preview/sharing/{test_id}/rotate"},{"label":"Returns PreviewShare record by UUID.","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/email-preview/get-v1-preview-sharing-public--id-","routeSlug":"/docs/inspect/api-reference/openapi-final/email-preview/get-v1-preview-sharing-public--id-","metadata":{"seo":{"title":"Returns PreviewShare record by UUID.","description":"Returns PreviewShare record by UUID."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET-v1-preview-sharing-public--id-","name":"Returns PreviewShare record by UUID.","isWebhook":false,"pointer":"/paths/~1v1~1preview~1sharing~1public~1{id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Returns PreviewShare record by UUID.","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"id","in":"path","schemaId":"components/schemas/string","description":"UUID to get","required":true}],"pointer":"/paths/~1v1~1preview~1sharing~1public~1{id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/preview/sharing/public/{id}","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","500","default"],"pointer":"/v1/preview/sharing/public/{id}","href":"email-preview/get-v1-preview-sharing-public--id-","openApiOperationId":"GET-v1-preview-sharing-public--id-","summary":"Returns PreviewShare record by UUID."},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-api-PreviewTestResultsResponse","exampleIds":["paths/~1v1~1preview~1sharing~1public~1{id}/get/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-api-PreviewTestResultsResponse","exampleIds":["paths/~1v1~1preview~1sharing~1public~1{id}/get/responses/200/content/application~1json/examples/Example"]},{"code":"500","description":"A 500 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"},{"code":"default","description":"A default response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}],"pointer":"/paths/~1v1~1preview~1sharing~1public~1{id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-emailpreview-api-PreviewTestResultsResponse","exampleIds":["paths/~1v1~1preview~1sharing~1public~1{id}/get/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-api-PreviewTestResultsResponse","exampleIds":["paths/~1v1~1preview~1sharing~1public~1{id}/get/responses/200/content/application~1json/examples/Example"]}}},{"code":"500","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}}},{"code":"default","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/email-preview/get-v1-preview-sharing-public--id-"}],"panels":[]}]},"httpPath":"/v1/preview/sharing/public/{id}"},{"label":"List Emailpreview Tests","deprecated":true,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/email-preview/get-v1-preview-tests","routeSlug":"/docs/inspect/api-reference/openapi-final/email-preview/get-v1-preview-tests","metadata":{"seo":{"title":"List Emailpreview Tests","description":"Returns a list of email preview tests.WARNING: This endpoint is deprecated in favor of our V2 endpoint."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET-v1-preview-tests","name":"List Emailpreview Tests","deprecated":true,"isWebhook":false,"pointer":"/paths/~1v1~1preview~1tests/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"List Emailpreview Tests","isWebhook":false,"deprecated":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Returns a list of email preview tests."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"WARNING:"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"em","inline":true,"attributes":{"marker":"_"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This endpoint is deprecated in favor of our "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/inspect/api-reference/openapi-final/tag/Email-Preview/#tag/Email-Preview/operation/GET-v2-preview-tests"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"V2 endpoint"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/preview/tests","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","400","401","500","default"],"pointer":"/v1/preview/tests","href":"email-preview/get-v1-preview-tests","openApiOperationId":"GET-v1-preview-tests","summary":"List Emailpreview Tests"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-GetTestsResponse","exampleIds":["paths/~1v1~1preview~1tests/get/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-GetTestsResponse","exampleIds":["paths/~1v1~1preview~1tests/get/responses/200/content/application~1json/examples/Example"]},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"},{"code":"500","description":"A 500 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"},{"code":"default","description":"A default response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}],"pointer":"/paths/~1v1~1preview~1tests/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-GetTestsResponse","exampleIds":["paths/~1v1~1preview~1tests/get/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-GetTestsResponse","exampleIds":["paths/~1v1~1preview~1tests/get/responses/200/content/application~1json/examples/Example"]}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}},{"code":"500","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}}},{"code":"default","schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/email-preview/get-v1-preview-tests"}],"panels":[]}]},"httpPath":"/v1/preview/tests"},{"label":"Create Emailpreview Test","deprecated":true,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/email-preview/post-v1-preview-tests","routeSlug":"/docs/inspect/api-reference/openapi-final/email-preview/post-v1-preview-tests","metadata":{"seo":{"title":"Create Emailpreview Test","description":"Creates a new email preview test.WARNING: This endpoint is deprecated in favor of our V2 endpoint."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"POST-v1-preview-tests","name":"Create Emailpreview Test","deprecated":true,"isWebhook":false,"pointer":"/paths/~1v1~1preview~1tests/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create Emailpreview Test","isWebhook":false,"deprecated":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Creates a new email preview test."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"WARNING:"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"em","inline":true,"attributes":{"marker":"_"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This endpoint is deprecated in favor of our "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/inspect/api-reference/openapi-final/tag/Email-Preview/#tag/Email-Preview/operation/POST-v2-preview-tests"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"V2 endpoint"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-CreateTestRequest","exampleIds":["paths/~1v1~1preview~1tests/post/requestBody/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-CreateTestRequest","exampleIds":["paths/~1v1~1preview~1tests/post/requestBody/content/application~1json/examples/Example"],"pointer":"/paths/~1v1~1preview~1tests/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v1/preview/tests","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-CreateTestRequest","exampleIds":["paths/~1v1~1preview~1tests/post/requestBody/content/application~1json/examples/Example"]}},"responseCodes":["200","400","401","500","default"],"pointer":"/v1/preview/tests","href":"email-preview/post-v1-preview-tests","openApiOperationId":"POST-v1-preview-tests","summary":"Create Emailpreview Test"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-CreateTestRequest","exampleIds":["paths/~1v1~1preview~1tests/post/requestBody/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-CreateTestRequest","exampleIds":["paths/~1v1~1preview~1tests/post/requestBody/content/application~1json/examples/Example"]}},"examples":[{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-CreateTestResponse","exampleIds":["paths/~1v1~1preview~1tests/post/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-CreateTestResponse","exampleIds":["paths/~1v1~1preview~1tests/post/responses/200/content/application~1json/examples/Example"]},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"},{"code":"500","description":"A 500 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"},{"code":"default","description":"A default response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}],"pointer":"/paths/~1v1~1preview~1tests/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-CreateTestResponse","exampleIds":["paths/~1v1~1preview~1tests/post/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-CreateTestResponse","exampleIds":["paths/~1v1~1preview~1tests/post/responses/200/content/application~1json/examples/Example"]}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}},{"code":"500","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}}},{"code":"default","schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/email-preview/post-v1-preview-tests"}],"panels":[]}]},"httpPath":"/v1/preview/tests"},{"label":"Get Emailpreview Test Info","deprecated":true,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/email-preview/get-v1-preview-tests--test-id-","routeSlug":"/docs/inspect/api-reference/openapi-final/email-preview/get-v1-preview-tests--test-id-","metadata":{"seo":{"title":"Get Emailpreview Test Info","description":"Returns test info.WARNING: This endpoint is deprecated in favor of our V2 endpoint."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET-v1-preview-tests--test-id-","name":"Get Emailpreview Test Info","deprecated":true,"isWebhook":false,"pointer":"/paths/~1v1~1preview~1tests~1{test_id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Emailpreview Test Info","isWebhook":false,"deprecated":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Returns test info."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"WARNING:"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"em","inline":true,"attributes":{"marker":"_"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This endpoint is deprecated in favor of our "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/inspect/api-reference/openapi-final/tag/Email-Preview/#tag/Email-Preview/operation/GET-v2-preview-tests--test-id-"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"V2 endpoint"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"test_id","in":"path","schemaId":"components/schemas/string","description":"Test to get the content of","required":true}],"pointer":"/paths/~1v1~1preview~1tests~1{test_id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/preview/tests/{test_id}","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"test_id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","400","401","500","default"],"pointer":"/v1/preview/tests/{test_id}","href":"email-preview/get-v1-preview-tests--test-id-","openApiOperationId":"GET-v1-preview-tests--test-id-","summary":"Get Emailpreview Test Info"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-GetTestInfoResponse"}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-GetTestInfoResponse"},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"},{"code":"500","description":"A 500 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"},{"code":"default","description":"A default response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}],"pointer":"/paths/~1v1~1preview~1tests~1{test_id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-GetTestInfoResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-GetTestInfoResponse"}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}},{"code":"500","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}}},{"code":"default","schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/email-preview/get-v1-preview-tests--test-id-"}],"panels":[]}]},"httpPath":"/v1/preview/tests/{test_id}"},{"label":"Delete Emailpreview Test","deprecated":true,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/email-preview/delete-v1-preview-tests--test-id-","routeSlug":"/docs/inspect/api-reference/openapi-final/email-preview/delete-v1-preview-tests--test-id-","metadata":{"seo":{"title":"Delete Emailpreview Test","description":"Deletes the specified test.WARNING: This endpoint is deprecated in favor of our V2 endpoint."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"DELETE-v1-preview-tests--test-id-","name":"Delete Emailpreview Test","deprecated":true,"isWebhook":false,"pointer":"/paths/~1v1~1preview~1tests~1{test_id}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete Emailpreview Test","isWebhook":false,"deprecated":true,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Deletes the specified test."},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"tag","tag":"html","inline":true,"attributes":{"name":"br","attrs":{}},"children":[]},{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"WARNING:"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" "},"children":[]},{"$$mdtype":"Node","type":"em","inline":true,"attributes":{"marker":"_"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This endpoint is deprecated in favor of our "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/inspect/api-reference/openapi-final/tag/Email-Preview/#tag/Email-Preview/operation/DELETE-v2-preview-tests--test-id-"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"V2 endpoint"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"test_id","in":"path","schemaId":"components/schemas/string","description":"Test to delete","required":true}],"pointer":"/paths/~1v1~1preview~1tests~1{test_id}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/v1/preview/tests/{test_id}","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"test_id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","400","401","500","default"],"pointer":"/v1/preview/tests/{test_id}","href":"email-preview/delete-v1-preview-tests--test-id-","openApiOperationId":"DELETE-v1-preview-tests--test-id-","summary":"Delete Emailpreview Test"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-DeleteTestResponse"}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-DeleteTestResponse"},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"},{"code":"500","description":"A 500 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"},{"code":"default","description":"A default response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}},"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}],"pointer":"/paths/~1v1~1preview~1tests~1{test_id}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-DeleteTestResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-DeleteTestResponse"}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError"}}},{"code":"500","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse"}}},{"code":"default","schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/email-preview/delete-v1-preview-tests--test-id-"}],"panels":[]}]},"httpPath":"/v1/preview/tests/{test_id}"}],"content":{"contentType":"group","meta":{"name":"Email Preview"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Email Preview","showPageActions":true},{"nodeType":"markdoc","content":"This API provides functionality to create and manage email preview tests, as well as create shareable links."}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/v1/preview/tests/clients","summary":"List Clients","prefix":{"name":"get","color":"get"},"badges":[],"link":"/email-preview/get-v1-preview-tests-clients","deprecated":false},{"title":"/v1/preview/tests/{test_id}/results","summary":"Get Test Results","prefix":{"name":"get","color":"get"},"badges":[],"link":"/email-preview/get-v1-preview-tests--test-id--results","deprecated":false},{"title":"/v1/preview/tests/{test_id}/results/reprocess","summary":"Reprocess Emailpreview Test","prefix":{"name":"put","color":"put"},"badges":[],"link":"/email-preview/put-v1-preview-tests--test-id--results-reprocess","deprecated":false},{"title":"/v1/preview/tests/{test_id}/content","summary":"Get Test Content (empty)","prefix":{"name":"get","color":"get"},"badges":[],"link":"/email-preview/get-v1-preview-tests--test-id--content","deprecated":false},{"title":"/v1/preview/tests/{test_id}/content/{content}","summary":"Get Test Content","prefix":{"name":"get","color":"get"},"badges":[],"link":"/email-preview/get-v1-preview-tests--test-id--content--content-","deprecated":false},{"title":"/v1/preview/address","summary":"Generate Preview Address","prefix":{"name":"post","color":"post"},"badges":[],"link":"/email-preview/post-v1-preview-address","deprecated":false},{"title":"/v2/preview/tests","summary":"List/Search Tests V2","prefix":{"name":"get","color":"get"},"badges":[],"link":"/email-preview/get-v2-preview-tests","deprecated":false},{"title":"/v2/preview/tests","summary":"Create Email Preview Test V2","prefix":{"name":"post","color":"post"},"badges":[],"link":"/email-preview/post-v2-preview-tests","deprecated":false},{"title":"/v2/preview/tests/{test_id}/results/{client_id}","summary":"Get Test Results by client ID V2","prefix":{"name":"get","color":"get"},"badges":[],"link":"/email-preview/get-v2-preview-tests--test-id--results--client-id-","deprecated":false},{"title":"/v2/preview/tests/{test_id}","summary":"Get Emailpreview Test Information V2","prefix":{"name":"get","color":"get"},"badges":[],"link":"/email-preview/get-v2-preview-tests--test-id-","deprecated":false},{"title":"/v2/preview/tests/{test_id}","summary":"Delete Emailpreview Test V2","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/email-preview/delete-v2-preview-tests--test-id-","deprecated":false},{"title":"/v2/preview/tests/{test_id}/exports/{job_id}","summary":"Retrieve Export Job Details for Email Preview Test Screenshots","prefix":{"name":"get","color":"get"},"badges":[],"link":"/email-preview/get-v2-preview-tests--test-id--exports--job-id-","deprecated":false},{"title":"/v2/preview/tests/{test_id}/exports","summary":"Retrieve Export Job Details for Email Preview Test Screenshots","prefix":{"name":"get","color":"get"},"badges":[],"link":"/email-preview/get-v2-preview-tests--test-id--exports","deprecated":false},{"title":"/v2/preview/tests/{test_id}/exports","summary":"Create Export Job for Email Preview Test Screenshots","prefix":{"name":"post","color":"post"},"badges":[],"link":"/email-preview/post-v2-preview-tests--test-id--exports","deprecated":false},{"title":"/v2/preview/address","summary":"Generate Preview Address","prefix":{"name":"post","color":"post"},"badges":[],"link":"/email-preview/post-v2-preview-address","deprecated":false},{"title":"/v1/preview/sharing","summary":"Create PreviewShare","prefix":{"name":"post","color":"post"},"badges":[],"link":"/email-preview/post-v1-preview-sharing","deprecated":false},{"title":"/v1/preview/sharing/{test_id}","summary":"Get PreviewShare","prefix":{"name":"get","color":"get"},"badges":[],"link":"/email-preview/get-v1-preview-sharing--test-id-","deprecated":false},{"title":"/v1/preview/sharing/{test_id}","summary":"Update PreviewShare","prefix":{"name":"put","color":"put"},"badges":[],"link":"/email-preview/put-v1-preview-sharing--test-id-","deprecated":false},{"title":"/v1/preview/sharing/{test_id}","summary":"Delete PreviewShare","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/email-preview/delete-v1-preview-sharing--test-id-","deprecated":false},{"title":"/v1/preview/sharing/{test_id}/rotate","summary":"Rotate PreviewShare","prefix":{"name":"post","color":"post"},"badges":[],"link":"/email-preview/post-v1-preview-sharing--test-id--rotate","deprecated":false},{"title":"/v1/preview/sharing/public/{id}","summary":"Returns PreviewShare record by UUID.","prefix":{"name":"get","color":"get"},"badges":[],"link":"/email-preview/get-v1-preview-sharing-public--id-","deprecated":false},{"title":"/v1/preview/tests","summary":"List Emailpreview Tests","prefix":{"name":"get","color":"http-deprecated"},"badges":[],"link":"/email-preview/get-v1-preview-tests","deprecated":true},{"title":"/v1/preview/tests","summary":"Create Emailpreview Test","prefix":{"name":"post","color":"http-deprecated"},"badges":[],"link":"/email-preview/post-v1-preview-tests","deprecated":true},{"title":"/v1/preview/tests/{test_id}","summary":"Get Emailpreview Test Info","prefix":{"name":"get","color":"http-deprecated"},"badges":[],"link":"/email-preview/get-v1-preview-tests--test-id-","deprecated":true},{"title":"/v1/preview/tests/{test_id}","summary":"Delete Emailpreview Test","prefix":{"name":"delete","color":"http-deprecated"},"badges":[],"link":"/email-preview/delete-v1-preview-tests--test-id-","deprecated":true}]}]}]}]}},{"type":"group","label":"Spam Testing","link":"/docs/inspect/api-reference/openapi-final/spam-testing","routeSlug":"/docs/inspect/api-reference/openapi-final/spam-testing","items":[{"label":"List Spam Tests (V1)","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/spam-testing/get-v1-inspect-spam","routeSlug":"/docs/inspect/api-reference/openapi-final/spam-testing/get-v1-inspect-spam","metadata":{"seo":{"title":"List Spam Tests (V1)","description":"Returns a paginated list of all spam tests for the account, ordered by created_at desc. Supports filtering by status and region."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET-v1-inspect-spam","name":"List Spam Tests (V1)","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1spam/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"List Spam Tests (V1)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Returns a paginated list of all spam tests for the account, ordered by created_at desc. Supports filtering by status and region."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"status","in":"query","schemaId":"schema_161","description":"Filter by spam test lifecycle status"},{"name":"region","in":"query","schemaId":"schema_162","description":"Filter by sending region"},{"name":"sort_by","in":"query","schemaId":"schema_163","description":"Field to sort by"},{"name":"sort_order","in":"query","schemaId":"schema_164","description":"Sort direction"},{"name":"limit","in":"query","schemaId":"schema_156","description":"Limits the number of items returned in a request","required":true}],"pointer":"/paths/~1v1~1inspect~1spam/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/inspect/spam","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[],"query":[{"name":"status","in":"query","schemaId":"schema_161"},{"name":"region","in":"query","schemaId":"schema_162"},{"name":"sort_by","in":"query","schemaId":"schema_163"},{"name":"sort_order","in":"query","schemaId":"schema_164"},{"name":"limit","in":"query","required":true,"schemaId":"schema_156"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","400","401"],"pointer":"/v1/inspect/spam","href":"spam-testing/get-v1-inspect-spam","openApiOperationId":"GET-v1-inspect-spam","summary":"List Spam Tests (V1)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-spam-SpamTestListResponse","exampleIds":["paths/~1v1~1inspect~1spam/get/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-spam-SpamTestListResponse","exampleIds":["paths/~1v1~1inspect~1spam/get/responses/200/content/application~1json/examples/Example"]},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam/get/responses/400/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam/get/responses/400/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam/get/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam/get/responses/401/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1spam/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-inspect-internal-spam-SpamTestListResponse","exampleIds":["paths/~1v1~1inspect~1spam/get/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-spam-SpamTestListResponse","exampleIds":["paths/~1v1~1inspect~1spam/get/responses/200/content/application~1json/examples/Example"]}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam/get/responses/400/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam/get/responses/400/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam/get/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam/get/responses/401/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/spam-testing/get-v1-inspect-spam"}],"panels":[]}]},"httpPath":"/v1/inspect/spam"},{"label":"Create Spam Test (V1)","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/spam-testing/post-v1-inspect-spam","routeSlug":"/docs/inspect/api-reference/openapi-final/spam-testing/post-v1-inspect-spam","metadata":{"seo":{"title":"Create Spam Test (V1)","description":"Initiates an inbox placement test with subject and HTML provided directly in the request body. Returns immediately with status=processing; poll GET using the Retry-After interval."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"POST-v1-inspect-spam","name":"Create Spam Test (V1)","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1spam/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create Spam Test (V1)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Initiates an inbox placement test with subject and HTML provided directly in the request body. Returns immediately with status=processing; poll GET using the Retry-After interval."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-spam-CreateSpamTestV1Request"}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-spam-CreateSpamTestV1Request","pointer":"/paths/~1v1~1inspect~1spam/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/v1/inspect/spam","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"requestBody":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-spam-CreateSpamTestV1Request"}},"responseCodes":["201","400","401"],"pointer":"/v1/inspect/spam","href":"spam-testing/post-v1-inspect-spam","openApiOperationId":"POST-v1-inspect-spam","summary":"Create Spam Test (V1)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"schemaId":"components/schemas/github.com-mailgun-inspect-internal-spam-CreateSpamTestV1Request","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-spam-CreateSpamTestV1Request"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"201","description":"A 201 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-spam-SpamTestItemResponse","exampleIds":["paths/~1v1~1inspect~1spam/post/responses/201/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-spam-SpamTestItemResponse","exampleIds":["paths/~1v1~1inspect~1spam/post/responses/201/content/application~1json/examples/Example"]},{"code":"400","description":"A 400 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam/post/responses/400/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam/post/responses/400/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam/post/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam/post/responses/401/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1spam/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"201","schemaId":"components/schemas/github.com-mailgun-inspect-internal-spam-SpamTestItemResponse","exampleIds":["paths/~1v1~1inspect~1spam/post/responses/201/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-spam-SpamTestItemResponse","exampleIds":["paths/~1v1~1inspect~1spam/post/responses/201/content/application~1json/examples/Example"]}}},{"code":"400","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam/post/responses/400/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam/post/responses/400/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam/post/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam/post/responses/401/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/spam-testing/post-v1-inspect-spam"}],"panels":[]}]},"httpPath":"/v1/inspect/spam"},{"label":"Get Spam Test (V1)","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/spam-testing/get-v1-inspect-spam--spam-test-id-","routeSlug":"/docs/inspect/api-reference/openapi-final/spam-testing/get-v1-inspect-spam--spam-test-id-","metadata":{"seo":{"title":"Get Spam Test (V1)","description":"Returns the current state of a spam test. A Retry-After: 10 header is set when the test is still processing."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET-v1-inspect-spam--spam-test-id-","name":"Get Spam Test (V1)","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1spam~1{spam_test_id}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Get Spam Test (V1)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the current state of a spam test. A Retry-After: 10 header is set when the test is still processing."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"spam_test_id","in":"path","schemaId":"components/schemas/string","description":"ID of the spam test","required":true}],"pointer":"/paths/~1v1~1inspect~1spam~1{spam_test_id}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/inspect/spam/{spam_test_id}","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"spam_test_id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","401","404"],"pointer":"/v1/inspect/spam/{spam_test_id}","href":"spam-testing/get-v1-inspect-spam--spam-test-id-","openApiOperationId":"GET-v1-inspect-spam--spam-test-id-","summary":"Get Spam Test (V1)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-spam-SpamTestItemResponse","exampleIds":["paths/~1v1~1inspect~1spam~1{spam_test_id}/get/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-spam-SpamTestItemResponse","exampleIds":["paths/~1v1~1inspect~1spam~1{spam_test_id}/get/responses/200/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam~1{spam_test_id}/get/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam~1{spam_test_id}/get/responses/401/content/application~1json/examples/Example"]},{"code":"404","description":"A 404 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam~1{spam_test_id}/get/responses/404/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam~1{spam_test_id}/get/responses/404/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1spam~1{spam_test_id}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-inspect-internal-spam-SpamTestItemResponse","exampleIds":["paths/~1v1~1inspect~1spam~1{spam_test_id}/get/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-spam-SpamTestItemResponse","exampleIds":["paths/~1v1~1inspect~1spam~1{spam_test_id}/get/responses/200/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam~1{spam_test_id}/get/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam~1{spam_test_id}/get/responses/401/content/application~1json/examples/Example"]}}},{"code":"404","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam~1{spam_test_id}/get/responses/404/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam~1{spam_test_id}/get/responses/404/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/spam-testing/get-v1-inspect-spam--spam-test-id-"}],"panels":[]}]},"httpPath":"/v1/inspect/spam/{spam_test_id}"},{"label":"Delete Spam Test (V1)","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/spam-testing/delete-v1-inspect-spam--spam-test-id-","routeSlug":"/docs/inspect/api-reference/openapi-final/spam-testing/delete-v1-inspect-spam--spam-test-id-","metadata":{"seo":{"title":"Delete Spam Test (V1)","description":"Permanently deletes the spam test and its results."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"DELETE-v1-inspect-spam--spam-test-id-","name":"Delete Spam Test (V1)","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1spam~1{spam_test_id}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete Spam Test (V1)","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Permanently deletes the spam test and its results."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"spam_test_id","in":"path","schemaId":"components/schemas/string","description":"ID of the spam test to delete","required":true}],"pointer":"/paths/~1v1~1inspect~1spam~1{spam_test_id}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/v1/inspect/spam/{spam_test_id}","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[{"name":"spam_test_id","in":"path","required":true,"schemaId":"components/schemas/string"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","401","404"],"pointer":"/v1/inspect/spam/{spam_test_id}","href":"spam-testing/delete-v1-inspect-spam--spam-test-id-","openApiOperationId":"DELETE-v1-inspect-spam--spam-test-id-","summary":"Delete Spam Test (V1)"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam~1{spam_test_id}/delete/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam~1{spam_test_id}/delete/responses/200/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam~1{spam_test_id}/delete/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam~1{spam_test_id}/delete/responses/401/content/application~1json/examples/Example"]},{"code":"404","description":"A 404 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam~1{spam_test_id}/delete/responses/404/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam~1{spam_test_id}/delete/responses/404/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1spam~1{spam_test_id}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam~1{spam_test_id}/delete/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam~1{spam_test_id}/delete/responses/200/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam~1{spam_test_id}/delete/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam~1{spam_test_id}/delete/responses/401/content/application~1json/examples/Example"]}}},{"code":"404","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam~1{spam_test_id}/delete/responses/404/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam~1{spam_test_id}/delete/responses/404/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/spam-testing/delete-v1-inspect-spam--spam-test-id-"}],"panels":[]}]},"httpPath":"/v1/inspect/spam/{spam_test_id}"},{"label":"List Supported ESP Providers","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/docs/inspect/api-reference/openapi-final/spam-testing/get-v1-inspect-spam-providers","routeSlug":"/docs/inspect/api-reference/openapi-final/spam-testing/get-v1-inspect-spam-providers","metadata":{"seo":{"title":"List Supported ESP Providers","description":"Returns the static list of ESPs supported by spam testing, grouped by category (B2C / B2B)."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"GET-v1-inspect-spam-providers","name":"List Supported ESP Providers","isWebhook":false,"pointer":"/paths/~1v1~1inspect~1spam~1providers/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"List Supported ESP Providers","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the static list of ESPs supported by spam testing, grouped by category (B2C / B2B)."},{"nodeType":"security","requirements":[{"schemes":[{"name":"basicAuth","scopes":[],"type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/v1/inspect/spam/providers","servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"basicAuth","type":"http","scheme":"basic"}],"scopes":[]}],"responseCodes":["200","401"],"pointer":"/v1/inspect/spam/providers","href":"spam-testing/get-v1-inspect-spam-providers","openApiOperationId":"GET-v1-inspect-spam-providers","summary":"List Supported ESP Providers"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"A 200 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-spam-ProviderListResponse","exampleIds":["paths/~1v1~1inspect~1spam~1providers/get/responses/200/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-inspect-internal-spam-ProviderListResponse","exampleIds":["paths/~1v1~1inspect~1spam~1providers/get/responses/200/content/application~1json/examples/Example"]},{"code":"401","description":"A 401 response","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam~1providers/get/responses/401/content/application~1json/examples/Example"]}},"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam~1providers/get/responses/401/content/application~1json/examples/Example"]}],"pointer":"/paths/~1v1~1inspect~1spam~1providers/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/github.com-mailgun-inspect-internal-spam-ProviderListResponse","exampleIds":["paths/~1v1~1inspect~1spam~1providers/get/responses/200/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-inspect-internal-spam-ProviderListResponse","exampleIds":["paths/~1v1~1inspect~1spam~1providers/get/responses/200/content/application~1json/examples/Example"]}}},{"code":"401","schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam~1providers/get/responses/401/content/application~1json/examples/Example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","exampleIds":["paths/~1v1~1inspect~1spam~1providers/get/responses/401/content/application~1json/examples/Example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/spam-testing/get-v1-inspect-spam-providers"}],"panels":[]}]},"httpPath":"/v1/inspect/spam/providers"}],"content":{"contentType":"group","meta":{"name":"Spam Testing"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Spam Testing","showPageActions":true},{"nodeType":"markdoc","content":"The Spam Testing API scores inbox placement by submitting email content to seed accounts across major providers, reporting deliverability, spam filter verdicts, and authentication results to help maximize inbox reach."}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/v1/inspect/spam","summary":"List Spam Tests (V1)","prefix":{"name":"get","color":"get"},"badges":[],"link":"/spam-testing/get-v1-inspect-spam","deprecated":false},{"title":"/v1/inspect/spam","summary":"Create Spam Test (V1)","prefix":{"name":"post","color":"post"},"badges":[],"link":"/spam-testing/post-v1-inspect-spam","deprecated":false},{"title":"/v1/inspect/spam/{spam_test_id}","summary":"Get Spam Test (V1)","prefix":{"name":"get","color":"get"},"badges":[],"link":"/spam-testing/get-v1-inspect-spam--spam-test-id-","deprecated":false},{"title":"/v1/inspect/spam/{spam_test_id}","summary":"Delete Spam Test (V1)","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/spam-testing/delete-v1-inspect-spam--spam-test-id-","deprecated":false},{"title":"/v1/inspect/spam/providers","summary":"List Supported ESP Providers","prefix":{"name":"get","color":"get"},"badges":[],"link":"/spam-testing/get-v1-inspect-spam-providers","deprecated":false}]}]}]}]}}],"store":{"schemaStore":{"components/schemas/github.com-mailgun-emailpreview-clients-preview-ClientInfo":{"id":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ClientInfo","kind":"json-schema","title":"github.com-mailgun-emailpreview-clients-preview-ClientInfo","data":{"type":"object","properties":{"id":{"type":"string"},"client":{"type":"string"},"os":{"type":"string"},"category":{"type":"string"},"browser":{"type":"string"},"rotate":{"type":"boolean"},"image_blocking":{"type":"boolean"},"free":{"type":"boolean"},"default":{"type":"boolean"},"ext":{"type":"string"}},"required":["id","client","os","category"]}},"components/schemas/github.com-mailgun-emailpreview-clients-preview-ClientsResponse":{"id":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ClientsResponse","kind":"json-schema","title":"github.com-mailgun-emailpreview-clients-preview-ClientsResponse","data":{"type":"object","properties":{"clients":{"type":"object","additionalProperties":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-emailpreview-clients-preview-ClientInfo"},{"type":"null"}]}}},"required":["clients"]}},"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError":{"id":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericAPIError","kind":"json-schema","title":"github.com-mailgun-scaffold-httpapi-GenericAPIError","data":{"type":"object","properties":{"Reason":{"type":"string"}},"required":["Reason"]}},"components/schemas/github.com-mailgun-emailpreview-clients-preview-Error":{"id":"components/schemas/github.com-mailgun-emailpreview-clients-preview-Error","kind":"json-schema","title":"github.com-mailgun-emailpreview-clients-preview-Error","data":{"type":"object","properties":{"name":{"type":"string"},"message":{"type":"string"}}}},"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse":{"id":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ErrorResponse","kind":"json-schema","title":"github.com-mailgun-emailpreview-clients-preview-ErrorResponse","data":{"type":"object","properties":{"error":{"$ref":"#/components/schemas/github.com-mailgun-emailpreview-clients-preview-Error"}}}},"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse":{"id":"components/schemas/github.com-mailgun-scaffold-httpapi-GenericResponse","kind":"json-schema","title":"github.com-mailgun-scaffold-httpapi-GenericResponse","data":{"type":"object","properties":{"message":{"type":"string","description":"Response message"}},"required":["message"]}},"components/schemas/github.com-mailgun-emailpreview-clients-preview-Warning":{"id":"components/schemas/github.com-mailgun-emailpreview-clients-preview-Warning","kind":"json-schema","title":"github.com-mailgun-emailpreview-clients-preview-Warning","data":{"type":"object","properties":{"name":{"type":"string"},"message":{"type":"string"}}}},"components/schemas/github.com-mailgun-emailpreview-clients-inspect-Links":{"id":"components/schemas/github.com-mailgun-emailpreview-clients-inspect-Links","kind":"json-schema","title":"github.com-mailgun-emailpreview-clients-inspect-Links","data":{"type":"object","properties":{"self":{"type":"string"}}}},"components/schemas/github.com-mailgun-emailpreview-clients-inspect-Item":{"id":"components/schemas/github.com-mailgun-emailpreview-clients-inspect-Item","kind":"json-schema","title":"github.com-mailgun-emailpreview-clients-inspect-Item","data":{"type":"object","properties":{"id":{"type":"string"},"links":{"$ref":"#/components/schemas/github.com-mailgun-emailpreview-clients-inspect-Links"}}}},"components/schemas/github.com-mailgun-emailpreview-clients-inspect-ErrorDetail":{"id":"components/schemas/github.com-mailgun-emailpreview-clients-inspect-ErrorDetail","kind":"json-schema","title":"github.com-mailgun-emailpreview-clients-inspect-ErrorDetail","data":{"type":"object","properties":{"status":{"type":"string"},"title":{"type":"string"},"detail":{"type":"string"}}}},"components/schemas/github.com-mailgun-emailpreview-clients-inspect-InspectDtoRepsponse":{"id":"components/schemas/github.com-mailgun-emailpreview-clients-inspect-InspectDtoRepsponse","kind":"json-schema","title":"github.com-mailgun-emailpreview-clients-inspect-InspectDtoRepsponse","data":{"type":"object","properties":{"items":{"$ref":"#/components/schemas/github.com-mailgun-emailpreview-clients-inspect-Item"},"errors":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-emailpreview-clients-inspect-ErrorDetail"}}}}},"components/schemas/github.com-mailgun-emailpreview-clients-inspect-CodeAnalysisItem":{"id":"components/schemas/github.com-mailgun-emailpreview-clients-inspect-CodeAnalysisItem","kind":"json-schema","title":"github.com-mailgun-emailpreview-clients-inspect-CodeAnalysisItem","data":{"type":"object","properties":{"id":{"type":"string"},"links":{"$ref":"#/components/schemas/github.com-mailgun-emailpreview-clients-inspect-Links"}},"required":["id","links"]}},"components/schemas/github.com-mailgun-emailpreview-clients-inspect-CodeAnalysisResponse":{"id":"components/schemas/github.com-mailgun-emailpreview-clients-inspect-CodeAnalysisResponse","kind":"json-schema","title":"github.com-mailgun-emailpreview-clients-inspect-CodeAnalysisResponse","data":{"type":"object","properties":{"meta":{"type":["object","null"],"additionalProperties":{"type":"object"}},"items":{"$ref":"#/components/schemas/github.com-mailgun-emailpreview-clients-inspect-CodeAnalysisItem"}},"required":["items"]}},"components/schemas/github.com-mailgun-emailpreview-clients-preview-ContentCheckingResult":{"id":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ContentCheckingResult","kind":"json-schema","title":"github.com-mailgun-emailpreview-clients-preview-ContentCheckingResult","data":{"type":"object","properties":{"link_validation":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-emailpreview-clients-inspect-InspectDtoRepsponse"},{"type":"null"}]},"image_validation":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-emailpreview-clients-inspect-InspectDtoRepsponse"},{"type":"null"}]},"accessibility":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-emailpreview-clients-inspect-InspectDtoRepsponse"},{"type":"null"}]},"code_analysis":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-emailpreview-clients-inspect-CodeAnalysisResponse"},{"type":"null"}]}}}},"components/schemas/github.com-mailgun-emailpreview-clients-preview-CreateTestResponse":{"id":"components/schemas/github.com-mailgun-emailpreview-clients-preview-CreateTestResponse","kind":"json-schema","title":"github.com-mailgun-emailpreview-clients-preview-CreateTestResponse","data":{"type":"object","properties":{"id":{"type":"string"},"reference_id":{"type":"string"},"customer_id":{"type":"string"},"spam":{"type":["object","null"],"properties":{"key":{"type":"string"},"address_list":{"type":"array","items":{"type":"string"}}}},"warnings":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-emailpreview-clients-preview-Warning"}},"content_checking":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-emailpreview-clients-preview-ContentCheckingResult"},{"type":"null"}]}}}},"components/schemas/github.com-mailgun-emailpreview-clients-preview-TestRequestContentChecking":{"id":"components/schemas/github.com-mailgun-emailpreview-clients-preview-TestRequestContentChecking","kind":"json-schema","title":"github.com-mailgun-emailpreview-clients-preview-TestRequestContentChecking","data":{"type":"object","properties":{"link_validation":{"type":"boolean","description":"Enable comprehensive link analysis"},"image_validation":{"type":"boolean","description":"Enable comprehensive image analysis"},"accessibility":{"type":"boolean","description":"Enable comprehensive accessibility analysis"},"code_analysis":{"type":"boolean","description":"Enable comprehensive code analysis of the email content to detect HTML and CSS features and provides a compatibility report across major email clients."}}}},"components/schemas/github.com-mailgun-emailpreview-clients-preview-CreateTestRequest":{"id":"components/schemas/github.com-mailgun-emailpreview-clients-preview-CreateTestRequest","kind":"json-schema","title":"github.com-mailgun-emailpreview-clients-preview-CreateTestRequest","data":{"type":"object","properties":{"subject":{"type":"string"},"html":{"type":"string"},"mime":{"type":"string"},"url":{"type":"string"},"transfer_encoding":{"type":"string"},"charset":{"type":"string"},"reference_id":{"type":"string"},"customer_id":{"type":"string"},"clients":{"type":"array","items":{"type":"string"}},"image_blocking":{"type":"boolean"},"headers":{"type":"object","additionalProperties":{"type":"string"}},"spam":{"type":["object","null"],"properties":{"test_method":{"type":"string"},"from_address":{"type":"string"},"key":{"type":"string"},"smtp_info":{"type":["object","null"],"properties":{"host":{"type":"string"},"port":{"type":"integer","format":"int32"},"secure":{"type":"string"},"username":{"type":"string"},"password":{"type":"string"}}}}},"content_checking":{"$ref":"#/components/schemas/github.com-mailgun-emailpreview-clients-preview-TestRequestContentChecking"},"user_id":{"type":"string"},"folder_id":{"type":"string"},"project_name":{"type":"string"}},"required":["subject"]}},"components/schemas/github.com-mailgun-emailpreview-clients-preview-GetTestsResponse":{"id":"components/schemas/github.com-mailgun-emailpreview-clients-preview-GetTestsResponse","kind":"json-schema","title":"github.com-mailgun-emailpreview-clients-preview-GetTestsResponse","data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"date":{"type":"integer","format":"int32"},"type":{"type":"string"},"subject":{"type":"string"},"headers":{"type":"object","additionalProperties":{"type":"string"}}}}}},"components/schemas/github.com-mailgun-emailpreview-clients-preview-TestResult":{"id":"components/schemas/github.com-mailgun-emailpreview-clients-preview-TestResult","kind":"json-schema","title":"github.com-mailgun-emailpreview-clients-preview-TestResult","data":{"type":"object","properties":{"id":{"type":"string"},"display_name":{"type":"string"},"client":{"type":"string"},"os":{"type":"string"},"category":{"type":"string"},"browser":{"type":"string"},"screenshots":{"type":"object","additionalProperties":{"type":"string"}},"thumbnail":{"type":"string"},"full_thumbnail":{"type":"string"},"status":{"type":"string"},"status_details":{"type":["object","null"],"properties":{"submitted":{"type":"integer","format":"int32"},"completed":{"type":"integer","format":"int32"},"bounce_code":{"type":"string"},"bounce_message":{"type":"string"}}}}}},"components/schemas/github.com-mailgun-emailpreview-clients-preview-GetTestResultsResponse":{"id":"components/schemas/github.com-mailgun-emailpreview-clients-preview-GetTestResultsResponse","kind":"json-schema","title":"github.com-mailgun-emailpreview-clients-preview-GetTestResultsResponse","data":{"type":"object","additionalProperties":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-emailpreview-clients-preview-TestResult"},{"type":"null"}]}}},"components/schemas/github.com-mailgun-emailpreview-clients-preview-DeleteTestResponse":{"id":"components/schemas/github.com-mailgun-emailpreview-clients-preview-DeleteTestResponse","kind":"json-schema","title":"github.com-mailgun-emailpreview-clients-preview-DeleteTestResponse","data":{"type":"object","properties":{"success":{"type":"boolean"}},"required":["success"]}},"components/schemas/github.com-mailgun-emailpreview-clients-preview-ReprocessInfo":{"id":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ReprocessInfo","kind":"json-schema","title":"github.com-mailgun-emailpreview-clients-preview-ReprocessInfo","data":{"type":"object","properties":{"success":{"type":"boolean"},"remaining_reprocesses":{"type":"integer","format":"int32"},"regional":{"type":"boolean"},"screenshot":{"type":["object","null"],"properties":{"id":{"type":"string"},"type":{"type":"string"},"sent":{"type":"integer","format":"int32"},"completed":{"type":"integer","format":"int32"}}}},"required":["regional"]}},"components/schemas/github.com-mailgun-emailpreview-clients-preview-ReprocessTestResponse":{"id":"components/schemas/github.com-mailgun-emailpreview-clients-preview-ReprocessTestResponse","kind":"json-schema","title":"github.com-mailgun-emailpreview-clients-preview-ReprocessTestResponse","data":{"type":"object","additionalProperties":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-emailpreview-clients-preview-ReprocessInfo"},{"type":"null"}]}}},"components/schemas/github.com-mailgun-emailpreview-clients-preview-TestContentResponse":{"id":"components/schemas/github.com-mailgun-emailpreview-clients-preview-TestContentResponse","kind":"json-schema","title":"github.com-mailgun-emailpreview-clients-preview-TestContentResponse","data":{"type":"object","properties":{"content":{"type":"string"}},"required":["content"]}},"components/schemas/github.com-mailgun-emailpreview-clients-preview-GetTestInfoResponse":{"id":"components/schemas/github.com-mailgun-emailpreview-clients-preview-GetTestInfoResponse","kind":"json-schema","title":"github.com-mailgun-emailpreview-clients-preview-GetTestInfoResponse","data":{"type":"object","properties":{"subject":{"type":"string"},"date":{"type":"integer","format":"int32"},"completed":{"type":"array","items":{"type":"string"}},"processing":{"type":"array","items":{"type":"string"}},"bounced":{"type":"array","items":{"type":"string"}},"content_checking":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-emailpreview-clients-preview-ContentCheckingResult"},{"type":"null"}]}},"required":["subject","date"]}},"components/schemas/string":{"id":"components/schemas/string","kind":"json-schema","title":"string","data":{"type":"string"}},"components/schemas/github.com-mailgun-emailpreview-address-PreviewAddressResponse":{"id":"components/schemas/github.com-mailgun-emailpreview-address-PreviewAddressResponse","kind":"json-schema","title":"github.com-mailgun-emailpreview-address-PreviewAddressResponse","data":{"type":"object","properties":{"preview_address":{"type":"string"}},"required":["preview_address"]}},"components/schemas/github.com-mailgun-emailpreview-queue_tracking-APIError":{"id":"components/schemas/github.com-mailgun-emailpreview-queue_tracking-APIError","kind":"json-schema","title":"github.com-mailgun-emailpreview-queue_tracking-APIError","data":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"}},"required":["code","message"]}},"components/schemas/github.com-mailgun-emailpreview-queue_tracking-QueueTracking":{"id":"components/schemas/github.com-mailgun-emailpreview-queue_tracking-QueueTracking","kind":"json-schema","title":"github.com-mailgun-emailpreview-queue_tracking-QueueTracking","data":{"type":"object","properties":{"job_id":{"type":"string"},"test_id":{"type":"string"},"clients":{"type":"array","items":{"type":"string"}},"job_status":{"type":"string"},"zip_url":{"type":"string"},"failed_clients":{"type":"array","items":{"type":"string"}},"error":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-emailpreview-queue_tracking-APIError"},{"type":"null"}]}},"required":["job_id","test_id","clients","job_status"]}},"components/schemas/github.com-mailgun-emailpreview-clients-preview-CreateZipExport":{"id":"components/schemas/github.com-mailgun-emailpreview-clients-preview-CreateZipExport","kind":"json-schema","title":"github.com-mailgun-emailpreview-clients-preview-CreateZipExport","data":{"type":"object","properties":{"clients":{"type":"array","items":{"type":"string"}},"test_id":{"type":"string"}},"required":["clients","test_id"]}},"components/schemas/github.com-mailgun-emailpreview-api-CreatePreviewSharingRequest":{"id":"components/schemas/github.com-mailgun-emailpreview-api-CreatePreviewSharingRequest","kind":"json-schema","title":"github.com-mailgun-emailpreview-api-CreatePreviewSharingRequest","data":{"type":"object","properties":{"test_id":{"type":"string"}},"required":["test_id"]}},"components/schemas/github.com-mailgun-emailpreview-sharing-PreviewSharingResponse":{"id":"components/schemas/github.com-mailgun-emailpreview-sharing-PreviewSharingResponse","kind":"json-schema","title":"github.com-mailgun-emailpreview-sharing-PreviewSharingResponse","data":{"type":"object","properties":{"test_id":{"type":"string"},"url_uuid":{"type":"string"},"url":{"type":"string"},"enabled":{"type":"boolean"},"expires_at":{"type":"string","format":"date-time"}},"required":["test_id","url_uuid","url","enabled","expires_at"]}},"components/schemas/github.com-mailgun-emailpreview-api-PreviewTestResultsResponse":{"id":"components/schemas/github.com-mailgun-emailpreview-api-PreviewTestResultsResponse","kind":"json-schema","title":"github.com-mailgun-emailpreview-api-PreviewTestResultsResponse","data":{"type":"object","properties":{"subject":{"type":"string"},"date":{"type":"integer","format":"int32"},"results":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-emailpreview-clients-preview-TestResult"}}},"required":["subject","date","results"]}},"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-SelfLink":{"id":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-SelfLink","kind":"json-schema","title":"github.com-mailgun-inspect-internal-linkvalidation-SelfLink","data":{"type":"object","properties":{"self":{"type":"string"}},"required":["self"]}},"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-RuleEvaluation":{"id":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-RuleEvaluation","kind":"json-schema","title":"github.com-mailgun-inspect-internal-linkvalidation-RuleEvaluation","data":{"type":"object","properties":{"id":{"type":"string"},"rule":{"type":"string"},"description":{"type":"string"},"impact":{"type":"string"},"recommendation":{"type":"string"},"details":{"type":"array","items":{"type":"object","additionalProperties":{"type":"object"}}}},"required":["id","rule","description","details"]}},"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-LinkValidationResult":{"id":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-LinkValidationResult","kind":"json-schema","title":"github.com-mailgun-inspect-internal-linkvalidation-LinkValidationResult","data":{"type":"object","properties":{"url":{"type":"string"},"status":{"type":"string"},"status_code":{"type":"integer","format":"int32"},"line":{"type":"integer","format":"int32"},"column":{"type":"integer","format":"int32"},"selector":{"type":"string"},"absolute_index":{"type":"integer","format":"int32"},"passes":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-linkvalidation-RuleEvaluation"}},"failures":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-linkvalidation-RuleEvaluation"}},"informational":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-linkvalidation-RuleEvaluation"}}},"required":["url","status"]}},"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-LinkValidation":{"id":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-LinkValidation","kind":"json-schema","title":"github.com-mailgun-inspect-internal-linkvalidation-LinkValidation","data":{"type":"object","properties":{"id":{"type":"string"},"links":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-linkvalidation-SelfLink"},{"type":"null"}]},"results":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-linkvalidation-LinkValidationResult"}}},"required":["id"]}},"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-GetLinkValidationJSONAPIResponse":{"id":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-GetLinkValidationJSONAPIResponse","kind":"json-schema","title":"github.com-mailgun-inspect-internal-linkvalidation-GetLinkValidationJSONAPIResponse","data":{"type":"object","properties":{"meta":{"type":["object","null"],"additionalProperties":{"type":"object"}},"items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-linkvalidation-LinkValidation"}}}},"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-CreateResource":{"id":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-CreateResource","kind":"json-schema","title":"github.com-mailgun-inspect-internal-linkvalidation-CreateResource","data":{"type":"object","properties":{"id":{"type":"string"},"links":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-linkvalidation-SelfLink"},{"type":"null"}]}},"required":["id"]}},"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-CreateLinkValidationJSONAPIResponse":{"id":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-CreateLinkValidationJSONAPIResponse","kind":"json-schema","title":"github.com-mailgun-inspect-internal-linkvalidation-CreateLinkValidationJSONAPIResponse","data":{"type":"object","properties":{"meta":{"type":["object","null"],"additionalProperties":{"type":"object"}},"items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-linkvalidation-CreateResource"}}}},"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-Link":{"id":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-Link","kind":"json-schema","title":"github.com-mailgun-inspect-internal-linkvalidation-Link","data":{"type":"object","properties":{"url":{"type":"string"},"line":{"type":"integer","format":"int32"},"column":{"type":"integer","format":"int32"},"selector":{"type":"string"},"absolute_index":{"type":"integer","format":"int32"}},"required":["url"]}},"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-LinkValidationRequest":{"id":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-LinkValidationRequest","kind":"json-schema","title":"github.com-mailgun-inspect-internal-linkvalidation-LinkValidationRequest","data":{"type":"object","properties":{"links":{"type":"array","items":{"type":"string"}},"linksWithPositions":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-linkvalidation-Link"}},"userAgent":{"type":["string","null"]}},"required":["userAgent"]}},"components/schemas/github.com-mailgun-htmlparser-types-HTMLEngineAPIRequest":{"id":"components/schemas/github.com-mailgun-htmlparser-types-HTMLEngineAPIRequest","kind":"json-schema","title":"github.com-mailgun-htmlparser-types-HTMLEngineAPIRequest","data":{"type":"object","properties":{"html":{"type":"string"},"url":{"type":"string"},"mime":{"type":"string"},"transfer_encoding":{"type":"string"},"charset":{"type":"string"}}}},"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-Alert":{"id":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-Alert","kind":"json-schema","title":"github.com-mailgun-inspect-internal-linkvalidation-Alert","data":{"type":"object","properties":{"severity":{"type":"string"},"data":{"type":"object","additionalProperties":{"type":"string"}}},"required":["severity"]}},"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-CSVValidationError":{"id":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-CSVValidationError","kind":"json-schema","title":"github.com-mailgun-inspect-internal-linkvalidation-CSVValidationError","data":{"type":"object","properties":{"row":{"type":"integer","format":"int32"},"message":{"type":"string"},"alert":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-linkvalidation-Alert"},{"type":"null"}]}},"required":["row","message"]}},"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-CSVValidationResponse":{"id":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-CSVValidationResponse","kind":"json-schema","title":"github.com-mailgun-inspect-internal-linkvalidation-CSVValidationResponse","data":{"type":"object","properties":{"valid":{"type":"boolean"},"errors":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-linkvalidation-CSVValidationError"}}},"required":["valid"]}},"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-CSVLinkValidationJSONAPIResponse":{"id":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-CSVLinkValidationJSONAPIResponse","kind":"json-schema","title":"github.com-mailgun-inspect-internal-linkvalidation-CSVLinkValidationJSONAPIResponse","data":{"type":"object","properties":{"meta":{"type":["object","null"],"additionalProperties":{"type":"object"}},"items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-linkvalidation-CSVValidationResponse"}}}},"components/schemas/github.com-mailgun-scaffold-httpapi-paging-PagingResponse":{"id":"components/schemas/github.com-mailgun-scaffold-httpapi-paging-PagingResponse","kind":"json-schema","title":"github.com-mailgun-scaffold-httpapi-paging-PagingResponse","data":{"type":"object","properties":{"previous":{"type":"string","description":"Previous page URL"},"first":{"type":"string","description":"First page URL"},"next":{"type":"string","description":"Next page URL"},"last":{"type":"string","description":"Last page URL"}},"required":["previous","first","next","last"]}},"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-GetLinkValidationTestsJSONAPIResponse":{"id":"components/schemas/github.com-mailgun-inspect-internal-linkvalidation-GetLinkValidationTestsJSONAPIResponse","kind":"json-schema","title":"github.com-mailgun-inspect-internal-linkvalidation-GetLinkValidationTestsJSONAPIResponse","data":{"type":"object","properties":{"meta":{"type":["object","null"],"additionalProperties":{"type":"object"}},"paging":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-scaffold-httpapi-paging-PagingResponse"},{"type":"null"}]},"items":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-linkvalidation-LinkValidation"}}}}},"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-RuleEvaluation":{"id":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-RuleEvaluation","kind":"json-schema","title":"github.com-mailgun-inspect-internal-imagevalidation-RuleEvaluation","data":{"type":"object","properties":{"id":{"type":"string"},"rule":{"type":"string"},"description":{"type":"string"},"impact":{"type":"string"},"recommendation":{"type":"string"},"details":{"type":"array","items":{"type":"object","additionalProperties":{"type":"object"}}}},"required":["id","rule","description","details"]}},"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-ImageValidationResult":{"id":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-ImageValidationResult","kind":"json-schema","title":"github.com-mailgun-inspect-internal-imagevalidation-ImageValidationResult","data":{"type":"object","properties":{"id":{"type":"string"},"url":{"type":"string"},"status":{"type":"string"},"line":{"type":"integer","format":"int32"},"column":{"type":"integer","format":"int32"},"selector":{"type":"string"},"absolute_index":{"type":"integer","format":"int32"},"passes":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-imagevalidation-RuleEvaluation"}},"failures":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-imagevalidation-RuleEvaluation"}},"informational":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-imagevalidation-RuleEvaluation"}}},"required":["id","status"]}},"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-OptimizedImageStatus":{"id":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-OptimizedImageStatus","kind":"json-schema","title":"github.com-mailgun-inspect-internal-imagevalidation-OptimizedImageStatus","data":{"type":"string","enum":["Complete","Error","Processing"],"description":"Status of the optimized image processing","x-enumDescriptions":{"Complete":"Image optimization has completed successfully","Error":"Image optimization failed with an error","Processing":"Image optimization is currently in progress"}}},"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-OptimizedImage":{"id":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-OptimizedImage","kind":"json-schema","title":"github.com-mailgun-inspect-internal-imagevalidation-OptimizedImage","data":{"type":"object","properties":{"id":{"type":"string"},"original_image_id":{"type":"string"},"image_url":{"type":"string"},"optimized_url":{"type":"string"},"optimized_file_size":{"type":"string"},"optimized_format":{"type":"string"},"optimized_mime_type":{"type":"string"},"load_time_ms":{"type":["integer","null"],"format":"int64"},"status":{"type":"object","allOf":[{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-imagevalidation-OptimizedImageStatus"}],"description":"Status of the optimized image processing"},"error_message":{"type":"string"}},"required":["id","original_image_id","image_url","status"]}},"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-ImageOptimization":{"id":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-ImageOptimization","kind":"json-schema","title":"github.com-mailgun-inspect-internal-imagevalidation-ImageOptimization","data":{"type":"object","properties":{"id":{"type":"string"},"error_message":{"type":"string"},"optimized_images":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-imagevalidation-OptimizedImage"},{"type":"null"}]}}},"required":["id"]}},"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-FrameDetails":{"id":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-FrameDetails","kind":"json-schema","title":"github.com-mailgun-inspect-internal-imagevalidation-FrameDetails","data":{"type":"object","properties":{"frame_id":{"type":"integer","format":"int32"},"frame_url":{"type":"string"}},"required":["frame_id","frame_url"]}},"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-GifFrameDetails":{"id":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-GifFrameDetails","kind":"json-schema","title":"github.com-mailgun-inspect-internal-imagevalidation-GifFrameDetails","data":{"type":"object","properties":{"id":{"type":"string"},"original_image_id":{"type":"string"},"frame_details":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-imagevalidation-FrameDetails"}}},"required":["id","original_image_id","frame_details"]}},"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-ReorderedGiF":{"id":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-ReorderedGiF","kind":"json-schema","title":"github.com-mailgun-inspect-internal-imagevalidation-ReorderedGiF","data":{"type":"object","properties":{"id":{"type":"string"},"original_image_id":{"type":"string"},"frame_id":{"type":"integer","format":"int32"},"url":{"type":"string"}},"required":["id","original_image_id","frame_id","url"]}},"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-GifProcessingJob":{"id":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-GifProcessingJob","kind":"json-schema","title":"github.com-mailgun-inspect-internal-imagevalidation-GifProcessingJob","data":{"type":"object","properties":{"id":{"type":"string"},"gif_frames":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-imagevalidation-GifFrameDetails"},{"type":"null"}]}},"reordered_gif":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-imagevalidation-ReorderedGiF"},{"type":"null"}]}},"created_at":{"type":"string","format":"date-time"},"completed_at":{"type":"string","format":"date-time"}},"required":["id","created_at"]}},"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-ImageValidation":{"id":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-ImageValidation","kind":"json-schema","title":"github.com-mailgun-inspect-internal-imagevalidation-ImageValidation","data":{"type":"object","properties":{"id":{"type":"string"},"total_load_time_ms":{"type":["integer","null"],"format":"int64"},"images":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-imagevalidation-ImageValidationResult"}},"image_optimization":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-imagevalidation-ImageOptimization"},{"type":"null"}]},"gif_processing_job":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-imagevalidation-GifProcessingJob"},{"type":"null"}]}},"required":["id"]}},"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-GetImageValidationTestJSONAPIResponse":{"id":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-GetImageValidationTestJSONAPIResponse","kind":"json-schema","title":"github.com-mailgun-inspect-internal-imagevalidation-GetImageValidationTestJSONAPIResponse","data":{"type":"object","properties":{"meta":{"type":["object","null"],"additionalProperties":{"type":"object"}},"items":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-imagevalidation-ImageValidation"},{"type":"null"}]}}}},"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-GetImageValidationTestsJSONAPIResponse":{"id":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-GetImageValidationTestsJSONAPIResponse","kind":"json-schema","title":"github.com-mailgun-inspect-internal-imagevalidation-GetImageValidationTestsJSONAPIResponse","data":{"type":"object","properties":{"meta":{"type":["object","null"],"additionalProperties":{"type":"object"}},"paging":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-scaffold-httpapi-paging-PagingResponse"},{"type":"null"}]},"items":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-imagevalidation-ImageValidation"}}}}},"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-SelfLink":{"id":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-SelfLink","kind":"json-schema","title":"github.com-mailgun-inspect-internal-imagevalidation-SelfLink","data":{"type":"object","properties":{"self":{"type":"string"}},"required":["self"]}},"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-CreateResource":{"id":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-CreateResource","kind":"json-schema","title":"github.com-mailgun-inspect-internal-imagevalidation-CreateResource","data":{"type":"object","properties":{"id":{"type":"string"},"links":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-imagevalidation-SelfLink"},{"type":"null"}]}},"required":["id"]}},"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-CreateImageValidationJSONAPIResponse":{"id":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-CreateImageValidationJSONAPIResponse","kind":"json-schema","title":"github.com-mailgun-inspect-internal-imagevalidation-CreateImageValidationJSONAPIResponse","data":{"type":"object","properties":{"meta":{"type":["object","null"],"additionalProperties":{"type":"object"}},"items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-imagevalidation-CreateResource"}}}},"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-ImageValidationLinkRequest":{"id":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-ImageValidationLinkRequest","kind":"json-schema","title":"github.com-mailgun-inspect-internal-imagevalidation-ImageValidationLinkRequest","data":{"type":"object","properties":{"links":{"type":"array","items":{"type":"string"}}}}},"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-GetImageUploadValidationResults":{"id":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-GetImageUploadValidationResults","kind":"json-schema","title":"github.com-mailgun-inspect-internal-imagevalidation-GetImageUploadValidationResults","data":{"type":"object","properties":{"meta":{"type":["object","null"],"additionalProperties":{"type":"object"}},"items":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-imagevalidation-ImageValidation"},{"type":"null"}]}}}},"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-ImageValidationUploadRequest":{"id":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-ImageValidationUploadRequest","kind":"json-schema","title":"github.com-mailgun-inspect-internal-imagevalidation-ImageValidationUploadRequest","data":{"type":"object","properties":{"image":{"type":"string","format":"binary"}}}},"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-OptimizeImagesByTestJSONAPIResponse":{"id":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-OptimizeImagesByTestJSONAPIResponse","kind":"json-schema","title":"github.com-mailgun-inspect-internal-imagevalidation-OptimizeImagesByTestJSONAPIResponse","data":{"type":"object","properties":{"meta":{"type":["object","null"],"additionalProperties":{"type":"object"}},"paging":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-scaffold-httpapi-paging-PagingResponse"},{"type":"null"}]},"items":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-imagevalidation-ImageOptimization"}}}}},"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-OptimizeImageByTestJSONAPIResponse":{"id":"components/schemas/github.com-mailgun-inspect-internal-imagevalidation-OptimizeImageByTestJSONAPIResponse","kind":"json-schema","title":"github.com-mailgun-inspect-internal-imagevalidation-OptimizeImageByTestJSONAPIResponse","data":{"type":"object","properties":{"meta":{"type":["object","null"],"additionalProperties":{"type":"object"}},"paging":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-scaffold-httpapi-paging-PagingResponse"},{"type":"null"}]},"items":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-imagevalidation-ImageOptimization"},{"type":"null"}]}}}},"components/schemas/github.com-mailgun-inspect-internal-accessibility-SelfLink":{"id":"components/schemas/github.com-mailgun-inspect-internal-accessibility-SelfLink","kind":"json-schema","title":"github.com-mailgun-inspect-internal-accessibility-SelfLink","data":{"type":"object","properties":{"self":{"type":"string"}},"required":["self"]}},"components/schemas/github.com-mailgun-inspect-internal-accessibility-CreateAccessibilityResource":{"id":"components/schemas/github.com-mailgun-inspect-internal-accessibility-CreateAccessibilityResource","kind":"json-schema","title":"github.com-mailgun-inspect-internal-accessibility-CreateAccessibilityResource","data":{"type":"object","properties":{"id":{"type":"string"},"links":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-accessibility-SelfLink"},{"type":"null"}]}},"required":["id"]}},"components/schemas/github.com-mailgun-inspect-internal-accessibility-CreateAccessibilityJSONAPIResponse":{"id":"components/schemas/github.com-mailgun-inspect-internal-accessibility-CreateAccessibilityJSONAPIResponse","kind":"json-schema","title":"github.com-mailgun-inspect-internal-accessibility-CreateAccessibilityJSONAPIResponse","data":{"type":"object","properties":{"meta":{"type":["object","null"],"additionalProperties":{"type":"object"}},"items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-accessibility-CreateAccessibilityResource"}}}},"components/schemas/github.com-mailgun-inspect-internal-accessibility-ErrorDetail":{"id":"components/schemas/github.com-mailgun-inspect-internal-accessibility-ErrorDetail","kind":"json-schema","title":"github.com-mailgun-inspect-internal-accessibility-ErrorDetail","data":{"type":"object","properties":{"status":{"type":"string"},"title":{"type":"string"},"detail":{"type":"array","items":{"type":"string"}}},"required":["status","title","detail"]}},"components/schemas/github.com-mailgun-inspect-internal-accessibility-ErrorResponse":{"id":"components/schemas/github.com-mailgun-inspect-internal-accessibility-ErrorResponse","kind":"json-schema","title":"github.com-mailgun-inspect-internal-accessibility-ErrorResponse","data":{"type":"object","properties":{"errors":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-accessibility-ErrorDetail"}}},"required":["errors"]}},"components/schemas/github.com-mailgun-inspect-internal-accessibility-AccessibilityRequest":{"id":"components/schemas/github.com-mailgun-inspect-internal-accessibility-AccessibilityRequest","kind":"json-schema","title":"github.com-mailgun-inspect-internal-accessibility-AccessibilityRequest","data":{"type":"object","properties":{"html":{"type":"string"},"encoded":{"type":"boolean"}},"required":["html","encoded"]}},"components/schemas/POST-v1-inspect-accessibility-application-json-RequestBody":{"id":"components/schemas/POST-v1-inspect-accessibility-application-json-RequestBody","kind":"json-schema","title":"POST-v1-inspect-accessibility-application-json-RequestBody","data":{"type":"object","properties":{"html":{"type":"string","description":"The HTML content to be tested. Can be a raw HTML string or base64 encoded."},"encoded":{"type":"boolean","description":"Indicates whether the html content is base64 encoded (true) or raw (false)."}},"required":["html"]}},"components/schemas/github.com-mailgun-inspect-internal-accessibility-AccessibilityNodeResponse":{"id":"components/schemas/github.com-mailgun-inspect-internal-accessibility-AccessibilityNodeResponse","kind":"json-schema","title":"github.com-mailgun-inspect-internal-accessibility-AccessibilityNodeResponse","data":{"type":"object","properties":{"correctAny":{"type":"array","items":{"type":"string"}},"correctAll":{"type":"array","items":{"type":"string"}},"snippet":{"type":"string"},"target":{"type":"array","items":{"type":"string"}},"lineNumber":{"type":"integer","format":"int32"},"absoluteIndex":{"type":"integer","format":"int32"}},"required":["correctAny","correctAll","snippet","target","lineNumber","absoluteIndex"]}},"components/schemas/github.com-mailgun-inspect-internal-accessibility-AccessibilityCheckResponse":{"id":"components/schemas/github.com-mailgun-inspect-internal-accessibility-AccessibilityCheckResponse","kind":"json-schema","title":"github.com-mailgun-inspect-internal-accessibility-AccessibilityCheckResponse","data":{"type":"object","properties":{"rule":{"type":"string"},"impact":{"type":"string"},"description":{"type":"string"},"standards":{"type":"array","items":{"type":"string"}},"pour":{"type":"array","items":{"type":"string"}},"compliance":{"type":"array","items":{"type":"string"}},"instances":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-accessibility-AccessibilityNodeResponse"}}},"required":["rule","description","standards","pour","compliance"]}},"components/schemas/github.com-mailgun-inspect-internal-accessibility-AccessibilityResponse":{"id":"components/schemas/github.com-mailgun-inspect-internal-accessibility-AccessibilityResponse","kind":"json-schema","title":"github.com-mailgun-inspect-internal-accessibility-AccessibilityResponse","data":{"type":"object","properties":{"checks":{"type":"integer","format":"int32"},"passes":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-accessibility-AccessibilityCheckResponse"}},"failures":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-accessibility-AccessibilityCheckResponse"}},"needs_review":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-accessibility-AccessibilityCheckResponse"}}},"required":["checks","passes","failures","needs_review"]}},"components/schemas/github.com-mailgun-inspect-internal-accessibility-GetAccessibilityTestJSONAPIResponse":{"id":"components/schemas/github.com-mailgun-inspect-internal-accessibility-GetAccessibilityTestJSONAPIResponse","kind":"json-schema","title":"github.com-mailgun-inspect-internal-accessibility-GetAccessibilityTestJSONAPIResponse","data":{"type":"object","properties":{"meta":{"type":["object","null"],"additionalProperties":{"type":"object"}},"items":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-accessibility-AccessibilityResponse"}}}}},"components/schemas/github.com-mailgun-inspect-internal-accessibility-GetAccessibilityTestsResource":{"id":"components/schemas/github.com-mailgun-inspect-internal-accessibility-GetAccessibilityTestsResource","kind":"json-schema","title":"github.com-mailgun-inspect-internal-accessibility-GetAccessibilityTestsResource","data":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"},"checks":{"type":"integer","format":"int32"},"passes":{"type":"integer","format":"int32"},"failures":{"type":"integer","format":"int32"},"needs_review":{"type":"integer","format":"int32"},"created_at":{"type":"string"},"updated_at":{"type":"string"}},"required":["id","status","checks","passes","failures","needs_review","created_at","updated_at"]}},"components/schemas/github.com-mailgun-inspect-internal-accessibility-GetAccessibilityTestsJSONAPIResponse":{"id":"components/schemas/github.com-mailgun-inspect-internal-accessibility-GetAccessibilityTestsJSONAPIResponse","kind":"json-schema","title":"github.com-mailgun-inspect-internal-accessibility-GetAccessibilityTestsJSONAPIResponse","data":{"type":"object","properties":{"meta":{"type":["object","null"],"additionalProperties":{"type":"object"}},"paging":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-scaffold-httpapi-paging-PagingResponse"},{"type":"null"}]},"items":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-accessibility-GetAccessibilityTestsResource"}}}}},"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-Variant":{"id":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-Variant","kind":"json-schema","title":"github.com-mailgun-inspect-internal-codeanalysis-Variant","data":{"type":"object","properties":{"client":{"type":"string","description":"The email client code (such as gmail or outlook or apple)"},"platform":{"type":"string","description":"The platform code (such as webmail or windows or macos)"},"version":{"type":"string","description":"The version identifier for this client/platform combination"}},"required":["client","platform","version"]}},"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-Lookups":{"id":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-Lookups","kind":"json-schema","title":"github.com-mailgun-inspect-internal-codeanalysis-Lookups","data":{"type":"object","properties":{"clients":{"type":"object","additionalProperties":{"type":"string"},"description":"Maps client codes to human-readable client names"},"platforms":{"type":"object","additionalProperties":{"type":"string"},"description":"Maps platform codes to human-readable platform names"},"application_type":{"type":"object","additionalProperties":{"type":"string"},"description":"Maps platform codes to their application type (web"},"support_levels":{"type":"object","additionalProperties":{"type":"string"},"description":"Maps support level codes to human-readable descriptions"},"categories":{"type":"object","additionalProperties":{"type":"string"},"description":"Maps category codes to human-readable category names"},"variants":{"type":"object","additionalProperties":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-codeanalysis-Variant"},"description":"Maps variant IDs to their client/platform/version details"}},"required":["clients","platforms","application_type","support_levels","categories","variants"]}},"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-Dictionary":{"id":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-Dictionary","kind":"json-schema","title":"github.com-mailgun-inspect-internal-codeanalysis-Dictionary","data":{"type":"object","properties":{"lookups":{"type":"object","allOf":[{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-codeanalysis-Lookups"}],"description":"Collection of lookup tables"}},"required":["lookups"]}},"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-Links":{"id":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-Links","kind":"json-schema","title":"github.com-mailgun-inspect-internal-codeanalysis-Links","data":{"type":"object","properties":{"self":{"type":"string","description":"URL to access this resource"}},"required":["self"]}},"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-CodeAnalysisListItem":{"id":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-CodeAnalysisListItem","kind":"json-schema","title":"github.com-mailgun-inspect-internal-codeanalysis-CodeAnalysisListItem","data":{"type":"object","properties":{"test_id":{"type":"string","description":"Unique identifier for the code analysis test"},"status":{"type":"string","description":"Current processing status of the test"},"version":{"type":"integer","format":"int32","description":"Latest version number of this test"},"created_at":{"type":"string","format":"date-time","description":"Timestamp when the test was created"},"links":{"type":"object","allOf":[{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-codeanalysis-Links"}],"description":"Hypermedia links for accessing test resources"}},"required":["test_id","status","version","created_at","links"]}},"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-CodeAnalysisListResponse":{"id":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-CodeAnalysisListResponse","kind":"json-schema","title":"github.com-mailgun-inspect-internal-codeanalysis-CodeAnalysisListResponse","data":{"type":"object","properties":{"meta":{"type":["object","null"],"additionalProperties":{"type":"object"},"description":"Metadata including pagination links and result counts"},"items":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-codeanalysis-CodeAnalysisListItem"},"description":"List of code analysis tests"}},"required":["items"]}},"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-TestCreationItem":{"id":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-TestCreationItem","kind":"json-schema","title":"github.com-mailgun-inspect-internal-codeanalysis-TestCreationItem","data":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier for the created test"},"links":{"type":"object","allOf":[{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-codeanalysis-Links"}],"description":"Hypermedia links for accessing test resources"}},"required":["id","links"]}},"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-TestCreationResponse":{"id":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-TestCreationResponse","kind":"json-schema","title":"github.com-mailgun-inspect-internal-codeanalysis-TestCreationResponse","data":{"type":"object","properties":{"meta":{"type":["object","null"],"additionalProperties":{"type":"object"},"description":"Metadata about the test creation including status and version"},"items":{"type":"object","allOf":[{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-codeanalysis-TestCreationItem"}],"description":"Details of the created test including ID and links"}},"required":["items"]}},"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-Instance":{"id":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-Instance","kind":"json-schema","title":"github.com-mailgun-inspect-internal-codeanalysis-Instance","data":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier for this instance of the feature in the HTML"},"line":{"type":"integer","format":"int32","description":"Line number where the feature was found in the HTML source"},"column":{"type":"integer","format":"int32","description":"Column number where the feature was found in the HTML source"},"resolved":{"type":["boolean","null"],"description":"Whether this specific instance has been resolved"}},"required":["id","line","column"]}},"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-VariantReference":{"id":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-VariantReference","kind":"json-schema","title":"github.com-mailgun-inspect-internal-codeanalysis-VariantReference","data":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier for the email client variant (references dictionary variants)"},"notes":{"type":"array","items":{"type":"string"},"description":"Additional implementation notes or caveats for this client"}},"required":["id"]}},"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-Support":{"id":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-Support","kind":"json-schema","title":"github.com-mailgun-inspect-internal-codeanalysis-Support","data":{"type":"object","properties":{"y":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-codeanalysis-VariantReference"},"description":"Email clients that fully support this feature"},"a":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-codeanalysis-VariantReference"},"description":"Email clients that partially support this feature"},"n":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-codeanalysis-VariantReference"},"description":"Email clients that do not support this feature"},"u":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-codeanalysis-VariantReference"},"description":"Email clients with unknown support for this feature"}}}},"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-MatchedResult":{"id":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-MatchedResult","kind":"json-schema","title":"github.com-mailgun-inspect-internal-codeanalysis-MatchedResult","data":{"type":"object","properties":{"slug":{"type":"string","description":"URL-friendly identifier for this feature"},"name":{"type":"string","description":"Name of the email feature"},"description":{"type":["string","null"],"description":"Detailed information about what this email feature does"},"category":{"type":"string","description":"Machine-readable category code that groups related features"},"notes_lookup":{"type":"object","additionalProperties":{"type":"string"},"description":"Maps note reference IDs to their corresponding implementation notes"},"instances":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-codeanalysis-Instance"}},"support":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-codeanalysis-Support"}},"required":["instances","support"]}},"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-TestResultItem":{"id":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-TestResultItem","kind":"json-schema","title":"github.com-mailgun-inspect-internal-codeanalysis-TestResultItem","data":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier for the test"},"version":{"type":"integer","format":"int32","description":"Version number of this test result"},"features":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-codeanalysis-MatchedResult"},"description":"List of email features detected in the analyzed HTML"}},"required":["id","version","features"]}},"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-TestResultResponse":{"id":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-TestResultResponse","kind":"json-schema","title":"github.com-mailgun-inspect-internal-codeanalysis-TestResultResponse","data":{"type":"object","properties":{"meta":{"type":["object","null"],"additionalProperties":{"type":"object"},"description":"Metadata including status and counts and support statistics"},"items":{"type":"object","allOf":[{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-codeanalysis-TestResultItem"}],"description":"Test results including detected features and their support data"}},"required":["items"]}},"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-VersionInfo":{"id":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-VersionInfo","kind":"json-schema","title":"github.com-mailgun-inspect-internal-codeanalysis-VersionInfo","data":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier for the test"},"version":{"type":"integer","format":"int32","description":"Version number of the test result"},"links":{"type":"object","allOf":[{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-codeanalysis-Links"}],"description":"Hypermedia links for accessing version-specific resources"}},"required":["id","version","links"]}},"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-VersionListItem":{"id":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-VersionListItem","kind":"json-schema","title":"github.com-mailgun-inspect-internal-codeanalysis-VersionListItem","data":{"type":"object","properties":{"versions":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-codeanalysis-VersionInfo"}}},"required":["versions"]}},"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-VersionListResponse":{"id":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-VersionListResponse","kind":"json-schema","title":"github.com-mailgun-inspect-internal-codeanalysis-VersionListResponse","data":{"type":"object","properties":{"meta":{"type":["object","null"],"additionalProperties":{"type":"object"},"description":"Metadata about the version list including count"},"items":{"type":"object","allOf":[{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-codeanalysis-VersionListItem"}],"description":"List of available versions for the test"}},"required":["items"]}},"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-ResolveRequest":{"id":"components/schemas/github.com-mailgun-inspect-internal-codeanalysis-ResolveRequest","kind":"json-schema","title":"github.com-mailgun-inspect-internal-codeanalysis-ResolveRequest","data":{"type":"object","properties":{"resolved":{"type":"boolean","description":"Boolean flag indicating whether the issue has been resolved"}},"required":["resolved"]}},"components/schemas/github.com-mailgun-scaffold-httpapi-NotFoundError":{"id":"components/schemas/github.com-mailgun-scaffold-httpapi-NotFoundError","kind":"json-schema","title":"github.com-mailgun-scaffold-httpapi-NotFoundError","data":{"type":"object","properties":{"Description":{"type":"string"}},"required":["Description"]}},"components/schemas/github.com-mailgun-inspect-internal-spam-ResponseMeta":{"id":"components/schemas/github.com-mailgun-inspect-internal-spam-ResponseMeta","kind":"json-schema","title":"github.com-mailgun-inspect-internal-spam-ResponseMeta","data":{"type":"object","properties":{"request_id":{"type":"string"},"timestamp":{"type":"string"},"count":{"type":["integer","null"],"format":"int32"}},"required":["request_id","timestamp"]}},"components/schemas/github.com-mailgun-inspect-internal-spam-ESPResult":{"id":"components/schemas/github.com-mailgun-inspect-internal-spam-ESPResult","kind":"json-schema","title":"github.com-mailgun-inspect-internal-spam-ESPResult","data":{"type":"object","properties":{"esp":{"type":"string"},"display_name":{"type":"string"},"status":{"type":"string"},"placement":{"type":"string"},"folder":{"type":"string"}},"required":["esp","display_name","status","placement"]}},"components/schemas/github.com-mailgun-inspect-internal-spam-ESPCategoryResults":{"id":"components/schemas/github.com-mailgun-inspect-internal-spam-ESPCategoryResults","kind":"json-schema","title":"github.com-mailgun-inspect-internal-spam-ESPCategoryResults","data":{"type":"object","properties":{"passed":{"type":"integer","format":"int32"},"failed":{"type":"integer","format":"int32"},"pending":{"type":"integer","format":"int32"},"results":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-spam-ESPResult"}}},"required":["passed","failed","pending","results"]}},"components/schemas/github.com-mailgun-inspect-internal-spam-SpamTestResults":{"id":"components/schemas/github.com-mailgun-inspect-internal-spam-SpamTestResults","kind":"json-schema","title":"github.com-mailgun-inspect-internal-spam-SpamTestResults","data":{"type":"object","properties":{"b2c":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-spam-ESPCategoryResults"},"b2b":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-spam-ESPCategoryResults"}},"required":["b2c","b2b"]}},"components/schemas/github.com-mailgun-inspect-internal-spam-SpamTestResource":{"id":"components/schemas/github.com-mailgun-inspect-internal-spam-SpamTestResource","kind":"json-schema","title":"github.com-mailgun-inspect-internal-spam-SpamTestResource","data":{"type":"object","properties":{"id":{"type":"string"},"status":{"type":"string"},"subject":{"type":"string"},"sending_ip":{"type":["string","null"]},"region":{"type":"string"},"results":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-spam-SpamTestResults"},{"type":"null"}]},"failure_reason":{"type":["string","null"]},"created_at":{"type":"string"},"updated_at":{"type":"string"}},"required":["id","status","subject","region","created_at","updated_at"]}},"components/schemas/github.com-mailgun-inspect-internal-spam-ResponseLinks":{"id":"components/schemas/github.com-mailgun-inspect-internal-spam-ResponseLinks","kind":"json-schema","title":"github.com-mailgun-inspect-internal-spam-ResponseLinks","data":{"type":"object","properties":{"self":{"type":"string"}},"required":["self"]}},"components/schemas/github.com-mailgun-inspect-internal-spam-SpamTestItemResponse":{"id":"components/schemas/github.com-mailgun-inspect-internal-spam-SpamTestItemResponse","kind":"json-schema","title":"github.com-mailgun-inspect-internal-spam-SpamTestItemResponse","data":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-spam-ResponseMeta"},"item":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-spam-SpamTestResource"},"links":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-spam-ResponseLinks"}},"required":["meta","item","links"]}},"components/schemas/github.com-mailgun-inspect-internal-spam-CreateSpamTestV1Request":{"id":"components/schemas/github.com-mailgun-inspect-internal-spam-CreateSpamTestV1Request","kind":"json-schema","title":"github.com-mailgun-inspect-internal-spam-CreateSpamTestV1Request","data":{"type":"object","properties":{"subject":{"type":"string"},"html":{"type":"string"},"from_name":{"type":["string","null"]},"sending_ip":{"type":["string","null"]},"region":{"type":["string","null"]}},"required":["subject","html"]}},"components/schemas/github.com-mailgun-inspect-internal-spam-SpamTestListResponse":{"id":"components/schemas/github.com-mailgun-inspect-internal-spam-SpamTestListResponse","kind":"json-schema","title":"github.com-mailgun-inspect-internal-spam-SpamTestListResponse","data":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-spam-ResponseMeta"},"paging":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-scaffold-httpapi-paging-PagingResponse"},{"type":"null"}]},"items":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-spam-SpamTestResource"}},"links":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-spam-ResponseLinks"}},"required":["meta","items","links"]}},"components/schemas/github.com-mailgun-inspect-internal-spam-ProviderInfo":{"id":"components/schemas/github.com-mailgun-inspect-internal-spam-ProviderInfo","kind":"json-schema","title":"github.com-mailgun-inspect-internal-spam-ProviderInfo","data":{"type":"object","properties":{"domain":{"type":"string"},"display_name":{"type":"string"},"category":{"type":"string"}},"required":["domain","display_name","category"]}},"components/schemas/github.com-mailgun-inspect-internal-spam-ProviderListResponse":{"id":"components/schemas/github.com-mailgun-inspect-internal-spam-ProviderListResponse","kind":"json-schema","title":"github.com-mailgun-inspect-internal-spam-ProviderListResponse","data":{"type":"object","properties":{"meta":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-spam-ResponseMeta"},"paging":{"anyOf":[{"$ref":"#/components/schemas/github.com-mailgun-scaffold-httpapi-paging-PagingResponse"},{"type":"null"}]},"items":{"type":"array","items":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-spam-ProviderInfo"}},"links":{"$ref":"#/components/schemas/github.com-mailgun-inspect-internal-spam-ResponseLinks"}},"required":["meta","items","links"]}},"schema_156":{"kind":"json-schema","data":{"type":"integer"},"id":"schema_156"},"schema_157":{"kind":"json-schema","data":{"type":"string","enum":["Processing","Completed","Failed"],"x-enumDescriptions":{"Processing":"Filter by jobs that are currently processing","Completed":"Filter by jobs that have completed","Failed":"Filter by jobs that have failed"}},"id":"schema_157"},"schema_158":{"kind":"json-schema","data":{"type":"string","enum":["y","a","n","u"],"x-enumDescriptions":{"y":"Filter by supported clients","a":"Filter by partially supported clients","n":"Filter by not supported clients","u":"Filter by unknown clients"}},"id":"schema_158"},"schema_159":{"kind":"json-schema","data":{"type":"string","enum":["web","mobile","desktop"],"x-enumDescriptions":{"web":"Filter by web-based email clients","mobile":"Filter by mobile email clients","desktop":"Filter by desktop email clients"}},"id":"schema_159"},"schema_160":{"kind":"json-schema","data":{"type":"string","enum":["notes"],"x-enumDescriptions":{"notes":"Group variants by their implementation notes"}},"id":"schema_160"},"schema_161":{"kind":"json-schema","data":{"type":"string","enum":["pending","processing","completed","failed"],"x-enumDescriptions":{"pending":"Test created.","processing":"Test accepted; seeds still delivering","completed":"Results fully mapped and persisted","failed":"Unrecoverable error during test execution"}},"id":"schema_161"},"schema_162":{"kind":"json-schema","data":{"type":"string","enum":["us1","eu1"],"x-enumDescriptions":{"us1":"United States region","eu1":"European Union region"}},"id":"schema_162"},"schema_163":{"kind":"json-schema","data":{"type":"string","enum":["created_at","updated_at"],"x-enumDescriptions":{"created_at":"Sort by creation time (default)","updated_at":"Sort by last update time"}},"id":"schema_163"},"schema_164":{"kind":"json-schema","data":{"type":"string","enum":["desc","asc"],"x-enumDescriptions":{"desc":"Descending (default)","asc":"Ascending"}},"id":"schema_164"}},"exampleStore":{"paths/~1v1~1inspect~1links~1{id}/get/responses/200/content/application~1json/examples/Example":{"value":{"meta":{"status":"Completed"},"items":{"id":"677eeda04fc661c900945dec","results":[{"url":"http://www.mailgun.com&utm_source=mailgun&utm_medium=email&utm_campaign=mailgun","status":"Valid","status_code":200,"passes":[{"id":"http_status_check","rule":"Valid HTTP Response","description":"Link returned a 2xx status","details":[{"status_code":200}]},{"id":"ssl_certificate_check","rule":"SSL Certificate Valid","description":"SSL certificate is valid and not expiring soon","details":[{"common_name":"*.mailgun.com","expires_on":"2025-05-27T23:59:59Z"}]},{"id":"redirect_check","rule":"Redirect Check","description":"Redirect chain is within allowed limits and no loop detected","details":[{"final_url":"https://www.mailgun.com","redirect_count":0}]},{"id":"response_time_check","rule":"Fast Response Time","description":"Link responded quickly","details":[{"time_elapsed":"209.914666ms"}]}],"failures":[{"id":"http_status_check","rule":"Broken Link","description":"URL returned an error status","impact":"critical","recommendation":"Verify the destination URL is correct and accessible.","details":[{"status_code":500,"url":"https://www.brokenlink.com"}]},{"id":"ssl_certificate_check","rule":"Missing SSL Certificate","description":"No SSL certificate was found for the link","impact":"critical","recommendation":"Ensure the server provides a valid SSL certificate.","details":[{"url":"https://www.nosslcert.com"}]}],"informational":[{"id":"content_type_check","rule":"Content Type","description":"Detected MIME type","details":[{"content_type":"application/json"}]},{"id":"content_length_check","rule":"Content Length","description":"Size of the page in bytes","details":[{"content_length":"5682"}]},{"id":"ga_tags_check","rule":"Google Analytics Tags Present","description":"UTM parameters found in the URL","details":[{"tags":["utm_source","utm_medium","utm_campaign"]}]}]}]}},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1links~1{id}/get/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1links~1{id}/get/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1links~1{id}/get/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1links~1{id}/get/responses/404/content/application~1json/examples/Example":{"value":{"message":"Test '677eeda04fc661c900945dec' not found"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1links~1{id}/get/responses/404/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1links~1{id}/post/responses/200/content/application~1json/examples/Example":{"value":{"meta":{"status":"Processing"},"items":{"id":"67803c4b7061304b609e47d0","links":{"self":"https://api.mailgun.com/v1/inspect/links/67803c4b7061304b609e47d0"}}},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1links~1{id}/post/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1links~1{id}/post/responses/400/content/application~1json/examples/Example":{"value":{"message":"<reason for bad request>"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1links~1{id}/post/responses/400/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1links~1{id}/post/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1links~1{id}/post/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1links~1{id}/delete/responses/200/content/application~1json/examples/Example":{"value":{"message":"Test <id> has been successfully deleted."},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1links~1{id}/delete/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1links~1{id}/delete/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1links~1{id}/delete/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1links~1{id}/delete/responses/404/content/application~1json/examples/Example":{"value":{"message":"Test <id> not found"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1links~1{id}/delete/responses/404/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1links/get/responses/200/content/application~1json/examples/Example":{"value":{"meta":{"count":1},"paging":{"previous":"https://api.mailgun.com/v1/inspect/links?page=eyJzIjowLCJiIjoiNjc4MDNlYzM3MDYxMzA0YjYwOWU0N2Q3IiwicCI6dHJ1ZX0","first":"https://api.mailgun.com/v1/inspect/links?page=eyJzIjowLCJwIjpmYWxzZX0","next":"https://api.mailgun.com/v1/inspect/links?page=eyJzIjowLCJiIjoiNjc4MDNlYzM3MDYxMzA0YjYwOWU0N2Q3IiwicCI6ZmFsc2V9","last":"https://api.mailgun.com/v1/inspect/links?page=eyJzIjowLCJwIjp0cnVlfQ"},"items":[{"id":"67803ec37061304b609e47d7","results":[{"url":"http://www.mailgun.com&utm_source=mailgun&utm_medium=email&utm_campaign=mailgun","status":"Valid","status_code":200,"passes":[{"id":"http_status_check","rule":"Valid HTTP Response","description":"Link returned a 2xx status","details":[{"status_code":200}]},{"id":"ssl_certificate_check","rule":"SSL Certificate Valid","description":"SSL certificate is valid and not expiring soon","details":[{"common_name":"*.mailgun.com","expires_on":"2025-05-27T23:59:59Z"}]},{"id":"redirect_check","rule":"Redirect Check","description":"Redirect chain is within allowed limits and no loop detected","details":[{"final_url":"https://www.mailgun.com","redirect_count":0}]},{"id":"response_time_check","rule":"Fast Response Time","description":"Link responded quickly","details":[{"time_elapsed":"209.914666ms"}]}],"failures":[{"id":"http_status_check","rule":"Broken Link","description":"URL returned an error status","impact":"critical","recommendation":"Verify the destination URL is correct and accessible.","details":[{"status_code":500,"url":"https://www.brokenlink.com"}]},{"id":"ssl_certificate_check","rule":"Missing SSL Certificate","description":"No SSL certificate was found for the link","impact":"critical","recommendation":"Ensure the server provides a valid SSL certificate.","details":[{"url":"https://www.nosslcert.com"}]}],"informational":[{"id":"content_type_check","rule":"Content Type","description":"Detected MIME type","details":[{"content_type":"application/json"}]},{"id":"content_length_check","rule":"Content Length","description":"Size of the page in bytes","details":[{"content_length":"5682"}]},{"id":"ga_tags_check","rule":"Google Analytics Tags Present","description":"UTM parameters found in the URL","details":[{"tags":["utm_source","utm_medium","utm_campaign"]}]}]}]}]},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1links/get/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1links/get/responses/400/content/application~1json/examples/Example":{"value":{"message":"No link validation tests found matching the criteria"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1links/get/responses/400/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1links/get/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1links/get/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1links/post/responses/200/content/application~1json/examples/Example":{"value":{"meta":{"status":"Processing"},"items":{"id":"67803c4b7061304b609e47d0","links":{"self":"https://api.mailgun.com/v1/inspect/links/67803c4b7061304b609e47d0"}}},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1links/post/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1links/post/responses/400/content/application~1json/examples/Example":{"value":{"message":"<reason for bad request>"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1links/post/responses/400/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1links/post/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1links/post/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1links~1html-validate/post/responses/200/content/application~1json/examples/Example":{"value":{"meta":{"status":"Processing"},"items":{"id":"67803c4b7061304b609e47d0","links":{"self":"https://api.mailgun.com/v1/inspect/links/67803c4b7061304b609e47d0"}}},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1links~1html-validate/post/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1links~1html-validate/post/responses/400/content/application~1json/examples/Example":{"value":{"message":"<reason for bad request>"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1links~1html-validate/post/responses/400/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1links~1html-validate/post/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1links~1html-validate/post/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1links~1{id}~1csv/post/requestBody/content/multipart~1form-data/examples/Example":{"value":"expected file upload with key 'csv'","key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1links~1{id}~1csv/post/requestBody/content/multipart~1form-data/examples/Example"},"paths/~1v1~1inspect~1links~1{id}~1csv/post/responses/200/content/application~1json/examples/Example":{"value":{"meta":{"status":"Complete"},"items":{"errors":[{"row":4,"message":"final redirect mismatch: expected 'https://en.wikipedia.org/wiki', got 'https://en.wikipedia.org/wiki2'","alert":{"severity":"Critical","data":{"destination URL":"https://en.wikipedia.org/wiki","row":"4","spreadsheet URL":"https://en.wikipedia.org/wiki","spreadsheet destination URL":"https://en.wikipedia.org/wiki2","test URL":"https://en.wikipedia.org/wiki"}}}]}},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1links~1{id}~1csv/post/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1links~1{id}~1csv/post/responses/400/content/application~1json/examples/Example":{"value":{"message":"<reason for bad request>"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1links~1{id}~1csv/post/responses/400/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1links~1{id}~1csv/post/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1links~1{id}~1csv/post/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1images~1{id}/get/responses/200/content/application~1json/examples/Example":{"value":{"meta":{"status":"Completed"},"items":{"id":"67a654ba0f53254b9fdca3e2","images":[{"url":"https://onlinegiftools.com/images/examples-onlinegiftools/halloween-five-loops.gif","status":"Valid","passes":[{"id":"image_file_size_check","rule":"File Size Acceptable","description":"Image file size (2000 bytes) is within the acceptable limit","details":[{"file_size":2000}]}],"failures":[{"id":"load_time_check","rule":"Slow Load Time","description":"Image load time is 6000 ms, which exceeds the threshold of 2000 ms","impact":"moderate","recommendation":"Optimize the image or server performance to reduce load time.","details":[{"load_time_ms":6000}]}],"informational":[{"id":"image_format_check","rule":"Image Format Detected","description":"The detected format is JPEG","details":[{"format":"JPEG"}]}]}]}},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1images~1{id}/get/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1images~1{id}/get/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1images~1{id}/get/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1images~1{id}/get/responses/404/content/application~1json/examples/Example":{"value":{"message":"Test '67a654ba0f53254b9fdca3e2' not found"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1images~1{id}/get/responses/404/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1images~1{id}/delete/responses/200/content/application~1json/examples/Example":{"value":{"message":"Image validation test with test id <id> has been successfully deleted."},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1images~1{id}/delete/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1images~1{id}/delete/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1images~1{id}/delete/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1images~1{id}/delete/responses/404/content/application~1json/examples/Example":{"value":{"errors":[{"status":"404","title":"NOT_FOUND","detail":["Image validation test with test id <id> not found"]}]},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1images~1{id}/delete/responses/404/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1images/get/responses/200/content/application~1json/examples/Example":{"value":{"meta":{"count":17},"paging":{"first":"https://api.mailgun.net/v1/inspect/accessibility/tests?limit=100&skip=0","last":"https://api.mailgun.net/v1/inspect/accessibility/tests?limit=100&skip=0"},"items":[{"id":"67a654ba0f53254b9fdca3e2","images":[{"id":"67a62ccd8824a77a474bc307","url":"https://onlinegiftools.com/images/examples-onlinegiftools/halloween-five-loops.gif","status":"Valid"},{"id":"67b625524b911fa30a4d784c","url":"https://media.tacdn.com/media/attractions-splice-spp-720x480/06/df/2c/9c.jpg","status":"Valid"}]}]},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1images/get/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1images/get/responses/400/content/application~1json/examples/Example":{"value":{"message":"<reason for bad request>"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1images/get/responses/400/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1images/get/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1images/get/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1images/post/responses/200/content/application~1json/examples/Example":{"value":{"meta":{"status":"Processing"},"items":{"id":"67a654ba0f53254b9fdca3e2","links":{"self":"https://api.mailgun.com/v1/inspect/images/67a654ba0f53254b9fdca3e2"}}},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1images/post/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1images/post/responses/400/content/application~1json/examples/Example":{"value":{"message":"<reason for bad request>"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1images/post/responses/400/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1images/post/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1images/post/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1images~1html-validate/post/responses/200/content/application~1json/examples/Example":{"value":{"meta":{"status":"Complete"},"items":{"id":"67b625524b911fa30a4d7858","links":{"self":"https://api.mailgun.com/v1/inspect/images/67b625524b911fa30a4d7858"}}},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1images~1html-validate/post/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1images~1html-validate/post/responses/400/content/application~1json/examples/Example":{"value":{"message":"<reason for bad request>"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1images~1html-validate/post/responses/400/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1images~1html-validate/post/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1images~1html-validate/post/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1images~1upload/post/responses/200/content/application~1json/examples/Example":{"value":{"meta":{"status":"Complete"},"items":{"id":"67b629564b911fa30a4d7873","images":[{"id":"67b629564b911fa30a4d7872","status":"Valid"}]}},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1images~1upload/post/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1images~1upload/post/responses/400/content/application~1json/examples/Example":{"value":{"message":"<reason for bad request>"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1images~1upload/post/responses/400/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1images~1upload/post/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1images~1upload/post/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1images~1{id}~1reprocess/post/responses/200/content/application~1json/examples/Example":{"value":{"meta":{"status":"Processing"},"items":{"id":"67a654ba0f53254b9fdca3e2","links":{"self":"https://api.mailgun.com/v1/inspect/images/67a654ba0f53254b9fdca3e2"}}},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1images~1{id}~1reprocess/post/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1images~1{id}~1reprocess/post/responses/400/content/application~1json/examples/Example":{"value":{"message":"<reason for bad request>"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1images~1{id}~1reprocess/post/responses/400/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1images~1{id}~1reprocess/post/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1images~1{id}~1reprocess/post/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1images~1{id}~1optimize/post/responses/200/content/application~1json/examples/Example":{"value":{"meta":{"status":"Completed"},"items":[{"id":"67b5fc304b911fa30a4d7834","optimized_images":[{"id":"67b5fc304b911fa30a4d7835","original_image_id":"67a654ba0f53254b9fdca3e0","image_url":"https://onlinegiftools.com/images/examples-onlinegiftools/halloween-five-loops.gif","optimized_url":"https://storage.googleapis.com/mailforce-staging-mg-inspect/65a962eb2eab772ab72542ec/66c7bd142ac3f68383cea3e0/optimize/67b5fc304b911fa30a4d7835?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=sa-mg-inspect%40mailforce-staging.iam.gserviceaccount.com%2F20250219%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20250219T154345Z&X-Goog-Expires=604799&X-Goog-Signature=6d418ec5817f1b0e6f803356284af3c72bc2a39662bcde38b650666389b7122760b3a2d4f4e8884708edd37e69fd6c21fe3aae678558aa82e2bb98be951e4c5f7bfbb6b2c47f888f1921582e6095ba7fa5d1ccd2fd69df6a0f9842152ed22d1b85f1e865db83625f8a3d30c6a02e8c041a8a706e330d8218a40bbdbf841f79bf815261d15747a91b8d1e51de1f53d0f66b86150c92b7605396ca56bffb816ab7c4652cdecbf822bb967407a35abc19e28f2624004feb3f6e99b7f36b74c2cdea728fa50ec9bcecc6fe7d8fcb10b201f7d115dc6bacdc6ae5d4a475554a0717b3061d4a0150e97eb5fbc026924f6c76ac02e56721d7fb716ad00411df354ed13a&X-Goog-SignedHeaders=host","optimized_file_size":"361.16KB","optimized_mime_type":"image/gif","status":"Complete"},{"id":"67b5fc304b911fa30a4d7836","original_image_id":"67a654ba0f53254b9fdca3e1","image_url":"https://compote.slate.com/images/697b023b-64a5-49a0-8059-27b963453fb1.gif","optimized_url":"https://storage.googleapis.com/mailforce-staging-mg-inspect/65a962eb2eab772ab72542ec/66c7bd142ac3f68383cea3e0/optimize/67b5fc304b911fa30a4d7836?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=sa-mg-inspect%40mailforce-staging.iam.gserviceaccount.com%2F20250219%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20250219T154345Z&X-Goog-Expires=604799&X-Goog-Signature=791cb1ea8f1efd0646dd2b57afab2221d2a07da15c50ccad19c446b9e018ca657e2454b23427343300d7ab9e0aad10dabc92476f10e5f4c2a186e59b2c9298c14ba9ae00a86a65f3c97bcc30548b51bee1fb47b9652763a77d273d3b59a077feb93c0c6857b38de8d1314ec9496ebe5b8437d7898c7305d3d95b4716f8e4750d97a7d7132be2a388c3cfd4099a2a432ef7758a3d4187bf8cd104732fde5e49b63dc3cf58586a7833a88b12a5f77b561f606823955d6cdfb14f6f49e975ad9ac6b0cd883b28797fd15bfd20e4fdc211cc94539c61554b66954bbc4d6e6dcfe60b5dbc3474bd7a02f1a526b09766111b14ee7c6292a2b3756ec0535d01a8109678&X-Goog-SignedHeaders=host","optimized_file_size":"969.33KB","optimized_mime_type":"image/gif","status":"Complete"}]}]},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1images~1{id}~1optimize/post/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1images~1{id}~1optimize/post/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1images~1{id}~1optimize/post/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1images~1{id}~1optimize/post/responses/404/content/application~1json/examples/Example":{"value":{"message":"Test '67a654ba0f53254b9fdca3e2' not found"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1images~1{id}~1optimize/post/responses/404/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1images~1{id}~1optimize~1{image_id}/post/responses/200/content/application~1json/examples/Example":{"value":{"meta":{"status":"Completed"},"items":{"optimized_images":[{"id":"67b5fc304b911fa30a4d7836","original_image_id":"67b618d04b911fa30a4d783f","image_url":"https://compote.slate.com/images/697b023b-64a5-49a0-8059-27b963453fb1.gif","optimized_url":"https://storage.googleapis.com/mailforce-staging-mg-inspect/65a962eb2eab772ab72542ec/66c7bd142ac3f68383cea3e0/optimize/67b5fc304b911fa30a4d7836?X-Goog-Algorithm=GOOG4-RSA-SHA256&X-Goog-Credential=sa-mg-inspect%40mailforce-staging.iam.gserviceaccount.com%2F20250219%2Fauto%2Fstorage%2Fgoog4_request&X-Goog-Date=20250219T154345Z&X-Goog-Expires=604799&X-Goog-Signature=791cb1ea8f1efd0646dd2b57afab2221d2a07da15c50ccad19c446b9e018ca657e2454b23427343300d7ab9e0aad10dabc92476f10e5f4c2a186e59b2c9298c14ba9ae00a86a65f3c97bcc30548b51bee1fb47b9652763a77d273d3b59a077feb93c0c6857b38de8d1314ec9496ebe5b8437d7898c7305d3d95b4716f8e4750d97a7d7132be2a388c3cfd4099a2a432ef7758a3d4187bf8cd104732fde5e49b63dc3cf58586a7833a88b12a5f77b561f606823955d6cdfb14f6f49e975ad9ac6b0cd883b28797fd15bfd20e4fdc211cc94539c61554b66954bbc4d6e6dcfe60b5dbc3474bd7a02f1a526b09766111b14ee7c6292a2b3756ec0535d01a8109678&X-Goog-SignedHeaders=host","optimized_file_size":"969.33KB","optimized_mime_type":"image/gif","status":"Complete"}]}},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1images~1{id}~1optimize~1{image_id}/post/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1images~1{id}~1optimize~1{image_id}/post/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1images~1{id}~1optimize~1{image_id}/post/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1images~1{id}~1optimize~1{image_id}/post/responses/404/content/application~1json/examples/Example":{"value":{"message":"Test '67a654ba0f53254b9fdca3e2' not found"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1images~1{id}~1optimize~1{image_id}/post/responses/404/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1accessibility/get/responses/200/content/application~1json/examples/Example":{"value":{"meta":{"count":9},"paging":{"first":"https://api.mailgun.net/v1/inspect/accessibility/tests?limit=100&skip=0","last":"https://api.mailgun.net/v1/inspect/accessibility/tests?limit=100&skip=0"},"items":[{"id":"675c62d60a1d3f3547e3c08c","status":"Complete","checks":57,"passes":39,"failures":6,"needs_review":2,"created_at":"2025-05-01T12:00:00Z","updated_at":"2025-05-01T12:00:10Z"}]},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1accessibility/get/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1accessibility/get/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1accessibility/get/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1accessibility/post/responses/201/content/application~1json/examples/Example":{"value":{"meta":{"created_at":"2025-05-28T05:30:00Z","status":"Processing"},"items":{"id":"677ea3cdf1051e25e7dbfe73","links":{"self":"https://api.mailgun.net/v1/inspect/accessibility/tests/677ea3cdf1051e25e7dbfe73"}}},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1accessibility/post/responses/201/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1accessibility/post/responses/400/content/application~1json/examples/Example":{"value":{"errors":[{"status":"400","title":"BAD_REQUEST","detail":["The html field cannot be empty"]}]},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1accessibility/post/responses/400/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1accessibility/post/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1accessibility/post/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1accessibility~1{id}/get/responses/200/content/application~1json/examples/Example":{"value":{"meta":{"created_at":"2025-05-28T05:30:00Z","status":"Complete","updated_at":"2025-05-28T05:30:10Z"},"items":[{"checks":57,"passes":[{"rule":"Area Alt","description":"Ensures an element's role supports its ARIA attributes","standards":["WCAG 2A"],"pour":["Robust"],"compliance":["WCAG: 4.1.2 Name, Role, Value"]}],"failures":[{"rule":"Check Title Attributes","impact":"serious","description":"Ensures links have discernible text","standards":["Best Practice"],"pour":["Robust"],"compliance":["Best Practice"],"instances":[{"correctAny":["Element does not have text that is visible to screen readers","aria-label attribute does not exist or is empty","aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty","Element has no title attribute"],"correctAll":[""],"snippet":"<a href=\"https://itr.links.codecademy.com/u/click?_t=13e4e7efd5b34d1d982e9fb34505f006&amp;_m=d49e0a49293847cb90a38fc966d6c628&amp;_e=8PR4PaAxdle-t4DWaNnHv_XcHKdsGWmibEMhJn2Ru0Vc4ot3FmxMJVzPN-4kC1AuC07RcQKADk0Qp_vkt-5spaVWYFvk2IkLL-eGhtmZ3v-H44j1FGVVebSQWu3DyovyMw-NBaHm8Df6sIqWaN4rOpr1uYN69MVJ2QiBEnBh2Kh4Mtc8LTa1Dq-lCP1hoK7DOcl1vGOiUyA2oo1ef43gKBoPOVrJ0loTHhQ2bvTy523hW8Z8J829NtKdgcIAdGQANUmH1OqXXVwZU3eQMfKDXJzHzOz_bCjH91SkuKYhmG_5UM8lsbHtvlEQSdv7Kkt1rsecakquNMtCQq5E9ioRx8Ku9gaYn5ZgI-v5-OvKB53rLv_LDnVowGIQopw4nxcd\" target=\"_blank\" style=\"outline: none; display: block; text-decoration: underline !important;\">","target":["a:nth-child(1)"],"lineNumber":56,"absoluteIndex":19},{"correctAny":["Element does not have text that is visible to screen readers","aria-label attribute does not exist or is empty","aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty","Element has no title attribute"],"correctAll":[""],"snippet":"<a href=\"https://itr.links.codecademy.com/u/click?_t=13e4e7efd5b34d1d982e9fb34505f006&amp;_m=d49e0a49293847cb90a38fc966d6c628&amp;_e=8PR4PaAxdle-t4DWaNnHv3_8_ILBeCvdyVFeRs3iXHpUr2MZ6Y0LBDzW2jsxCcVea_4e-IiWzWLZQ6G3c0nhvDpLDeVSrJzlcZ1IzZgRU31vwRAWT6064qAF-H4uIIPNP5IX2uIW3u4E0A3q1apBN_cjwrWKBaq3LX_Yph0XZYLhTkE42C2_SLJAL_Q8ofTWXCvuL9RD60qSb_7fpYbrzkmtGKwv5WXoXWBKPBKE6BJx6K2oYelNkcUBA9axDa1viaUQE93Ufw2WdY1P85vKDGc57WyZKg_fdz3dJy_dhXeV0qqrygY2LHoNzOXtsVe73Kwwgj3T0N7oWFLAawzkn9WTFefnSyEHhg7zK76A4MgeitybIeTgQBlXWOGprWUtjeAMLBpp-z9geXzciRyuGEYFqVb2NNa4YyGMP_tErsmernTIYbWMEWSB9VRN6k7b\" target=\"_blank\" style=\"outline: none; display: block; text-decoration: underline !important;\">","target":["a:nth-child(2)"],"lineNumber":58,"absoluteIndex":23},{"correctAny":["Element does not have text that is visible to screen readers","aria-label attribute does not exist or is empty","aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty","Element has no title attribute"],"correctAll":[""],"snippet":"<a href=\"https://itr.links.codecademy.com/u/click?_t=13e4e7efd5b34d1d982e9fb34505f006&amp;_m=d49e0a49293847cb90a38fc966d6c628&amp;_e=8PR4PaAxdle-t4DWaNnHv3_8_ILBeCvdyVFeRs3iXHpUr2MZ6Y0LBDzW2jsxCcVedwTM0j_e6NW3GDsBJNs0Sm2787dseb6OfhUK7VLbq8B2OQbn3gvPHXBBRKRaZAaZkNsBXRwCPYdvHSEzo_utuvFvO7FwFIGZ6M3rvZZe2HEd3d0Zl5QfCWL4nhBvg0FnGbWOeZhjDr2A-SWJJCUxvBKixrXGZoOf5nyr1AMnlRchMLmMWR-DPfvUjnfjSc8RvYzupE3ykTwQqTGtu0j6d_fR-Bvm-gETlGRhkI-MK8gV7Rxn5W2v4bgxAOz-ufh6lVdOYXWMWB9qiQ6rw24uUE2X1JRGiZUTGP6QV-mrluOz7740iUVGBJHR8xn8dWj-PXgYtTjG130i_77eRYO20RvbzrNFQNJXZLOG5fn64og3LsGPv81QcN06goMwgMcV0yRaf8ux4kxUpgSf5an3xg%3D%3D\" target=\"_blank\" style=\"outline: none; display: block; text-decoration: underline !important;\">","target":["a:nth-child(3)"],"lineNumber":64,"absoluteIndex":25},{"correctAny":["Element does not have text that is visible to screen readers","aria-label attribute does not exist or is empty","aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty","Element has no title attribute"],"correctAll":[""],"snippet":"<a href=\"https://itr.links.codecademy.com/u/click?_t=13e4e7efd5b34d1d982e9fb34505f006&amp;_m=d49e0a49293847cb90a38fc966d6c628&amp;_e=8PR4PaAxdle-t4DWaNnHv3_8_ILBeCvdyVFeRs3iXHpUr2MZ6Y0LBDzW2jsxCcVen7WisoSvKscLPyuQlBALkIZn1aFnMMYsYqlpq7kZFGVOnEFc0VzrwU_dAYPgW3e5GSXv3iZKoO5JW8PWDYeMhMuuXF2Gk0K02KFqsmg18hYzGf9TgJ1xSneoUcOL4QrO0uMW4HSAbNVpGhAXZUAJZcK0SsXZdLEzK-jGmHaEBgE4Zc2ZvELcsFDT2W3U4Fx8tvz_pXBn73zs_f1jKjUmG_TxCfDw4MIawyludAHlUJ_OGUuBrTgo633-FW7OxM9hVObn3l5X9DYTGFYJrzi8afzNNcBslkuQrTvFEj5EgwRNV6EZdsoXACh2RL4hVlCmh8MNXTzuCJl4LmML1YdeV9lGXSrKeOeU3vthtkZ23n2_bKa2A5YumcndSQneRXPe\" target=\"_blank\" style=\"outline: none; display: block; text-decoration: underline !important;\">","target":["a:nth-child(4)"],"lineNumber":75,"absoluteIndex":28}]},{"rule":"Document Title","impact":"serious","description":"Ensures each HTML document contains a non-empty <title> element","standards":["WCAG 2A"],"pour":["Operable"],"compliance":["WCAG: 2.4.2 Page Titled"],"instances":[{"correctAny":["Document does not have a non-empty <title> element"],"correctAll":[""],"snippet":"<html xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:o=\"urn:schemas-microsoft-com:office:office\" xmlns:v=\"urn:schemas-microsoft-com:vml\">","target":["html"],"lineNumber":2,"absoluteIndex":1}]}],"needs_review":[{"rule":"Color Contrast","impact":"serious","description":"Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds","standards":["WCAG 2AA"],"pour":["Perceivable"],"compliance":["WCAG: 1.4.3 Contrast (Minimum)"],"instances":[{"correctAny":["Element's background color could not be determined due to a background gradient"],"correctAll":[""],"snippet":"<h2 class=\"mg-title\" style=\"color:rgb(17, 14, 176); font-size: 15px;\"> Mailgun Engineering Team </h2>","target":["h2"],"lineNumber":15,"absoluteIndex":2}]}]}]},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1accessibility~1{id}/get/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1accessibility~1{id}/get/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1accessibility~1{id}/get/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1accessibility~1{id}/get/responses/404/content/application~1json/examples/Example":{"value":{"errors":[{"status":"404","title":"NOT_FOUND","detail":["Accessibility test with test id <id> not found"]}]},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1accessibility~1{id}/get/responses/404/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1accessibility~1{id}/delete/responses/200/content/application~1json/examples/Example":{"value":{"message":"Accessibility test with test id <id> has been successfully deleted."},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1accessibility~1{id}/delete/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1accessibility~1{id}/delete/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1accessibility~1{id}/delete/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1accessibility~1{id}/delete/responses/404/content/application~1json/examples/Example":{"value":{"errors":[{"status":"404","title":"NOT_FOUND","detail":["Accessibility test with test id <id> not found"]}]},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1accessibility~1{id}/delete/responses/404/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1analyze~1dictionary/get/responses/200/content/application~1json/examples/Example":{"value":{"lookups":{"clients":{"apple":"Apple Mail","gmail":"Gmail","outlook":"Outlook"},"platforms":{"macos":"macOS","outlook-com":"Outlook.com","webmail":"Webmail","windows":"Windows"},"application_type":{"macos":"desktop","outlook-com":"web","webmail":"web","windows":"desktop"},"support_levels":{"a":"Partially supported","n":"Not supported","u":"Support unknown","y":"Supported"},"categories":{"css":"CSS","html":"HTML"},"variants":{"mtx_gmail_webmail_2023-01":{"client":"gmail","platform":"webmail","version":"2023-01"},"mtx_outlook_outlook-com_2024-01":{"client":"outlook","platform":"outlook-com","version":"2024-01"},"mtx_outlook_windows_2016":{"client":"outlook","platform":"windows","version":"2016"}}}},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1analyze~1dictionary/get/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1analyze~1dictionary/get/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1analyze~1dictionary/get/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1analyze~1dictionary/get/responses/500/content/application~1json/examples/Example":{"value":{"message":"failed to generate dictionary"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1analyze~1dictionary/get/responses/500/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1analyze/get/responses/200/content/application~1json/examples/Example":{"value":{"meta":{"count":25,"first":"https://api.mailgun.com/v1/inspect/analyze?skip=0&limit=10","last":"https://api.mailgun.com/v1/inspect/analyze?skip=240&limit=10","next":"https://api.mailgun.com/v1/inspect/analyze?skip=20&limit=10","previous":"https://api.mailgun.com/v1/inspect/analyze?skip=0&limit=10"},"items":[{"test_id":"67a654ba0f53254b9fdca3e2","status":"Completed","version":1,"created_at":"2024-01-15T10:30:45Z","links":{"self":"https://api.mailgun.com/v1/inspect/analyze/67a654ba0f53254b9fdca3e2"}},{"test_id":"67a654ba0f53254b9fdca3e4","status":"Processing","version":2,"created_at":"2024-01-15T14:22:30Z","links":{"self":"https://api.mailgun.com/v1/inspect/analyze/67a654ba0f53254b9fdca3e4"}}]},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1analyze/get/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1analyze/get/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1analyze/get/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1analyze/get/responses/404/content/application~1json/examples/Example":{"value":{"message":"No code analysis jobs found matching the criteria"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1analyze/get/responses/404/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1analyze/post/responses/200/content/application~1json/examples/Example":{"value":{"meta":{"status":"Processing","version":1},"items":{"id":"67a654ba0f53254b9fdca3e2","links":{"self":"https://api.mailgun.com/v1/inspect/analyze/67a654ba0f53254b9fdca3e2"}}},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1analyze/post/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1analyze/post/responses/400/content/application~1json/examples/Example":{"value":{"message":"You must provide either HTML content, MIME content, or a URL source"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1analyze/post/responses/400/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1analyze/post/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1analyze/post/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1analyze~1{test_id}/get/responses/200/content/application~1json/examples/Normal Response":{"value":{"meta":{"application_support":{"mobile":{"partial_support":5},"web":{"supported":20}},"count":1,"inbox_provider_support":{"gmail":{"supported":10,"unsupported":2},"outlook":{"partial_support":4,"supported":8}},"market_support":{"partial_support":15,"supported":75,"unknown":2,"unsupported":8},"status":"Completed","version":1},"items":{"id":"67a654ba0f53254b9fdca3e2","version":1,"features":[{"slug":"css-padding","name":"CSS Padding","description":"CSS padding property for spacing inside elements","category":"css","notes_lookup":{"1":"Partial. Only supported on table cells.","2":"Buggy. Vertical padding will be the same for all cells of a same row, adopting the biggest value."},"instances":[{"id":"inst_1","line":15,"column":8}],"support":{"y":[{"id":"mtx_gmail_webmail_2023-01"}],"a":[{"id":"mtx_outlook_windows_2016","notes":["1"]},{"id":"mtx_outlook_outlook-com_2024-01","notes":["2"]}]}}]}},"key":"Normal Response","summary":"Normal Response","id":"paths/~1v1~1inspect~1analyze~1{test_id}/get/responses/200/content/application~1json/examples/Normal Response"},"paths/~1v1~1inspect~1analyze~1{test_id}/get/responses/200/content/application~1json/examples/Grouped by Notes Response":{"value":{"meta":{"application_support":{"mobile":{"partial_support":5},"web":{"supported":20}},"count":1,"grouped_by":"notes","inbox_provider_support":{"gmail":{"supported":10,"unsupported":2},"outlook":{"partial_support":4,"supported":8}},"market_support":{"partial_support":15,"supported":75,"unknown":2,"unsupported":8},"status":"Completed","version":1},"items":{"id":"67a654ba0f53254b9fdca3e2","version":1,"features":[{"slug":"css-padding","name":"CSS Padding","description":"CSS padding property for spacing inside elements","category":"css","notes_lookup":{"1":"Partial. Only supported on table cells.","2":"Buggy. Vertical padding will be the same for all cells of a same row, adopting the biggest value."},"instances":[{"id":"inst_1","line":15,"column":8}],"support":{"y":[{"variants":["mtx_gmail_webmail_2023-01"]}],"a":[{"note":"1","variants":["mtx_outlook_windows_2016"]},{"note":"2","variants":["mtx_outlook_outlook-com_2024-01"]}]}}]}},"key":"Grouped by Notes Response","summary":"Grouped by Notes Response","id":"paths/~1v1~1inspect~1analyze~1{test_id}/get/responses/200/content/application~1json/examples/Grouped by Notes Response"},"paths/~1v1~1inspect~1analyze~1{test_id}/get/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1analyze~1{test_id}/get/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1analyze~1{test_id}/get/responses/404/content/application~1json/examples/Example":{"value":{"message":"Test '67a654ba0f53254b9fdca3e2' not found"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1analyze~1{test_id}/get/responses/404/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1analyze~1{test_id}/post/responses/200/content/application~1json/examples/Example":{"value":{"meta":{"status":"Processing","version":4},"items":{"id":"67a654ba0f53254b9fdca3e2","links":{"self":"https://api.mailgun.com/v1/inspect/analyze/67a654ba0f53254b9fdca3e2"}}},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1analyze~1{test_id}/post/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1analyze~1{test_id}/post/responses/400/content/application~1json/examples/Example":{"value":{"message":"You must provide either HTML content, MIME content, or a URL source"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1analyze~1{test_id}/post/responses/400/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1analyze~1{test_id}/post/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1analyze~1{test_id}/post/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1analyze~1{test_id}/post/responses/404/content/application~1json/examples/Example":{"value":{"message":"Test not found"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1analyze~1{test_id}/post/responses/404/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1analyze~1{test_id}/delete/responses/200/content/application~1json/examples/Example":{"value":{"message":"Test <id> has been successfully deleted."},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1analyze~1{test_id}/delete/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1analyze~1{test_id}/delete/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1analyze~1{test_id}/delete/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1analyze~1{test_id}/delete/responses/404/content/application~1json/examples/Example":{"value":{"Description":"test not found"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1analyze~1{test_id}/delete/responses/404/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1analyze~1{test_id}~1versions~1{version_id}/get/responses/200/content/application~1json/examples/Normal Response":{"value":{"meta":{"application_support":{"web":{"supported":25}},"count":1,"inbox_provider_support":{"gmail":{"supported":12,"unsupported":1}},"market_support":{"partial_support":10,"supported":80,"unknown":5,"unsupported":5},"status":"Completed","version":2},"items":{"id":"67a654ba0f53254b9fdca3e2","version":2,"features":[{"slug":"flexbox","name":"CSS Flexbox","description":"Flexible box layout for responsive design","category":"css","instances":[{"id":"inst_2","line":20,"column":5}],"support":{"y":[{"id":"mtx_outlook_desktop_2021"}]}}]}},"key":"Normal Response","summary":"Normal Response","id":"paths/~1v1~1inspect~1analyze~1{test_id}~1versions~1{version_id}/get/responses/200/content/application~1json/examples/Normal Response"},"paths/~1v1~1inspect~1analyze~1{test_id}~1versions~1{version_id}/get/responses/200/content/application~1json/examples/Grouped by Notes Response":{"value":{"meta":{"application_support":{"web":{"supported":25}},"count":1,"grouped_by":"notes","inbox_provider_support":{"gmail":{"supported":12,"unsupported":1}},"market_support":{"partial_support":10,"supported":80,"unknown":5,"unsupported":5},"status":"Completed","version":2},"items":{"id":"67a654ba0f53254b9fdca3e2","version":2,"features":[{"slug":"flexbox","name":"CSS Flexbox","description":"Flexible box layout for responsive design","category":"css","instances":[{"id":"inst_2","line":20,"column":5}],"support":{"y":[{"variants":["mtx_outlook_desktop_2021"]}]}}]}},"key":"Grouped by Notes Response","summary":"Grouped by Notes Response","id":"paths/~1v1~1inspect~1analyze~1{test_id}~1versions~1{version_id}/get/responses/200/content/application~1json/examples/Grouped by Notes Response"},"paths/~1v1~1inspect~1analyze~1{test_id}~1versions~1{version_id}/get/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1analyze~1{test_id}~1versions~1{version_id}/get/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1analyze~1{test_id}~1versions~1{version_id}/get/responses/404/content/application~1json/examples/Example":{"value":{"message":"Test result not found"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1analyze~1{test_id}~1versions~1{version_id}/get/responses/404/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1analyze~1{test_id}~1versions/get/responses/200/content/application~1json/examples/Example":{"value":{"meta":{"count":3},"items":{"versions":[{"id":"67a654ba0f53254b9fdca3e2","version":1,"links":{"self":"https://api.mailgun.com/v1/inspect/analyze/67a654ba0f53254b9fdca3e2/versions/1"}},{"id":"67a654ba0f53254b9fdca3e2","version":2,"links":{"self":"https://api.mailgun.com/v1/inspect/analyze/67a654ba0f53254b9fdca3e2/versions/2"}},{"id":"67a654ba0f53254b9fdca3e2","version":3,"links":{"self":"https://api.mailgun.com/v1/inspect/analyze/67a654ba0f53254b9fdca3e2/versions/3"}}]}},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1analyze~1{test_id}~1versions/get/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1analyze~1{test_id}~1versions/get/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1analyze~1{test_id}~1versions/get/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1analyze~1{test_id}~1versions/get/responses/404/content/application~1json/examples/Example":{"value":{"message":"Test not found"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1analyze~1{test_id}~1versions/get/responses/404/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1analyze~1{test_id}~1resolve~1{id}/post/responses/200/content/application~1json/examples/Example":{"value":{"meta":{"application_support":{"web":{"supported":30}},"count":1,"inbox_provider_support":{"gmail":{"supported":15,"unsupported":1}},"market_support":{"partial_support":10,"supported":85,"unknown":2,"unsupported":3},"status":"Completed","version":1},"items":{"id":"67a654ba0f53254b9fdca3e2","version":1,"features":[{"slug":"css-grid","name":"CSS Grid Layout","description":"CSS Grid Layout is a two-dimensional grid-based layout system","category":"css","instances":[{"id":"inst_3","line":15,"column":8,"resolved":true}],"support":{"y":[{"id":"mtx_gmail_webmail_2023-01"}]}}]}},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1analyze~1{test_id}~1resolve~1{id}/post/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1analyze~1{test_id}~1resolve~1{id}/post/responses/400/content/application~1json/examples/Example":{"value":{"message":"id must be a valid ObjectID"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1analyze~1{test_id}~1resolve~1{id}/post/responses/400/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1analyze~1{test_id}~1resolve~1{id}/post/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1analyze~1{test_id}~1resolve~1{id}/post/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1analyze~1{test_id}~1resolve~1{id}/post/responses/404/content/application~1json/examples/Example":{"value":{"message":"no matched result found with the given test ID and result ID"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1analyze~1{test_id}~1resolve~1{id}/post/responses/404/content/application~1json/examples/Example"},"paths/~1v1~1preview~1tests~1clients/get/responses/200/content/application~1json/examples/Example":{"value":{"clients":{"android10_gmailapp_pixel4_dm":{"id":"android10_gmailapp_pixel4_dm","client":"Gmail App Pixel 4","os":"Android 10 (Dark Mode)","category":"Mobile","browser":"","rotate":false,"imageblocking":false,"free":false,"default":true,"extension":""}}},"key":"Example","summary":"Example","id":"paths/~1v1~1preview~1tests~1clients/get/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1preview~1tests~1{test_id}~1results/get/responses/200/content/application~1json/examples/Example":{"value":{"android10_gmailapp_pixel4_dm":{"id":"android10_gmailapp_pixel4_dm","displayname":"Gmail App Pixel 4","client":"Gmail App","os":"Android 10 (Dark Mode)","category":"Mobile","browser":"","screenshots":{"default":"https://images.emailonacid.com/123"},"thumbnail":"https://images.emailonacid.com/1234","fullthumbnail":"https://images.emailonacid.com/90479d4733fc5f409475644cb01384b0b21bc53f1c32e0ed609756dfb63d2f5%3A1741804257","status":"Complete","statusdetails":{"submitted":1741804257,"completed":1741804276,"bouncecode":"","bouncemessage":""}},"android10_gmailapp_pixel4_lm":{"id":"android10_gmailapp_pixel4_lm","displayname":"Gmail App Pixel 4","client":"Gmail App","os":"Android 10","category":"Mobile","browser":"","screenshots":{"default":"https://images.emailonacid.com/YXB479d4733fc5f409475644cb01384b0b21bc53f1c32e0ed609756dfb63d2f5%3A1741804257"},"thumbnail":"https://images.emailonacid.com/YXBpLzRRZVp3Z0479d4733fc5f409475644cb01384b0b21bc53f1c32e0ed609756dfb63d2f5%3A1741804257","fullthumbnail":"https://images.emailonacid.com/YXBpLzRRZVp3ZzlBbmJydjVEZjBUOW9obUxpU1RUQmpe=d90479d4733fc5f409475644cb01384b0b21bc53f1c32e0ed609756dfb63d2f5%3A1741804257","status":"Complete","statusdetails":{"submitted":1741804257,"completed":1741804275,"bouncecode":"","bouncemessage":""}}},"key":"Example","summary":"Example","id":"paths/~1v1~1preview~1tests~1{test_id}~1results/get/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1preview~1tests~1{test_id}~1results~1reprocess/put/responses/200/content/application~1json/examples/Example":{"key":"Example","summary":"Example","id":"paths/~1v1~1preview~1tests~1{test_id}~1results~1reprocess/put/responses/200/content/application~1json/examples/Example"},"paths/~1v2~1preview~1tests/get/responses/200/content/application~1json/examples/Example":{"value":[{"id":"DdbNga1MdL3N7sO19v5MAmpOKIqFrLg9cgpCIgS4othXJ","date":1739876826,"type":"email-test","subject":"subject","headers":{}},{"id":"pDdLWjbj3ZbAnHkTbg3QG27mFyoc62OAH1WJXgmb0uNT4","date":1739874606,"type":"email-test","subject":"","headers":{}}],"key":"Example","summary":"Example","id":"paths/~1v2~1preview~1tests/get/responses/200/content/application~1json/examples/Example"},"paths/~1v2~1preview~1tests/post/requestBody/content/application~1json/examples/Example":{"value":{"subject":"Example subject","html":"<html>...</html>","transfer_encoding":"base64","charset":"utf-8","customer_id":"1","clients":["client1","client2"],"content_checking":{"link_validation":true,"image_validation":true,"accessibility":true,"code_analysis":true}},"key":"Example","summary":"Example","id":"paths/~1v2~1preview~1tests/post/requestBody/content/application~1json/examples/Example"},"paths/~1v2~1preview~1tests/post/responses/200/content/application~1json/examples/Example":{"value":{"id":"exampleTestID","customer_id":"1","warnings":[{"name":"InvalidClient","message":"A client ID you have requested (ipadpro_11_15, ipadpro_12_15, iphonese2_15, iphone11pro_15, iphone12promax_15, iphone13promax_15) could not be found. It may be that the code does not exist or that it is no longer supported."}],"content_checking":{"link_validation":{"items":{"id":"67b469d74b911fa30a4d782e","links":{"self":"/v1/inspect/links/67b469d74b911fa30a4d782e"}}},"image_validation":{"items":{"id":"67b469d74b911fa30a4d782e","links":{"self":"/v1/inspect/images/67b469d74b911fa30a4d782e"}}},"accessibility":{"items":{"id":"67b469d74b911fa30a4d782e","links":{"self":"/v1/inspect/accessibility/67b469d74b911fa30a4d782e"}}},"code_analysis":{"items":{"id":"67b469d74b911fa30a4d782e","links":{"self":"/v1/inspect/analyze/67b469d74b911fa30a4d782e"}}}}},"key":"Example","summary":"Example","id":"paths/~1v2~1preview~1tests/post/responses/200/content/application~1json/examples/Example"},"paths/~1v2~1preview~1tests~1{test_id}~1results~1{client_id}/get/responses/200/content/application~1json/examples/Example":{"value":{"android10_gmailapp_pixel4_dm":{"id":"android10_gmailapp_pixel4_dm","displayname":"Gmail App Pixel 4","client":"Gmail App","os":"Android 10 (Dark Mode)","category":"Mobile","browser":"","screenshots":{"default":"https://images.emailonacid.com/123"},"thumbnail":"https://images.emailonacid.com/1234","fullthumbnail":"https://images.emailonacid.com/90479d4733fc5f409475644cb01384b0b21bc53f1c32e0ed609756dfb63d2f5%3A1741804257","status":"Complete","statusdetails":{"submitted":1741804257,"completed":1741804276,"bouncecode":"","bouncemessage":""}}},"key":"Example","summary":"Example","id":"paths/~1v2~1preview~1tests~1{test_id}~1results~1{client_id}/get/responses/200/content/application~1json/examples/Example"},"paths/~1v2~1preview~1tests~1{test_id}/get/responses/200/content/application~1json/examples/Example":{"value":{"subject":"Example Subject","date":1739876826,"completed":["client1"],"processing":["client2"],"bounced":["client3"],"content_checking":{"link_validation":{"items":{"links":{}}},"image_validation":{"items":{"id":"67b469d74b911fa30a4d782e","links":{"self":"/v1/inspect/images/67b469d74b911fa30a4d782e"}}},"accessibility":{"items":{"links":{}}},"code_analysis":{"items":{"links":{}}}}},"key":"Example","summary":"Example","id":"paths/~1v2~1preview~1tests~1{test_id}/get/responses/200/content/application~1json/examples/Example"},"paths/~1v2~1preview~1tests~1{test_id}/delete/responses/200/content/application~1json/examples/Example":{"value":{"success":true},"key":"Example","summary":"Example","id":"paths/~1v2~1preview~1tests~1{test_id}/delete/responses/200/content/application~1json/examples/Example"},"paths/~1v2~1preview~1tests~1{test_id}~1exports~1{job_id}/get/responses/200/content/application~1json/examples/Example":{"value":{"job_id":"67b469d74b911fa30a4d782e","test_id":"98b469d74b956fa30a4d125f","clients":["android11_gmailapp_pixel5_dm","android12_gmailapp_pixel6_dm"],"job_status":"Completed","zip_url":"https://example.com/export.zip"},"key":"Example","summary":"Example","id":"paths/~1v2~1preview~1tests~1{test_id}~1exports~1{job_id}/get/responses/200/content/application~1json/examples/Example"},"paths/~1v2~1preview~1tests~1{test_id}~1exports/get/responses/200/content/application~1json/examples/Example":{"value":{"job_id":"67b469d74b911fa30a4d782e","test_id":"98b469d74b956fa30a4d125f","clients":["android11_gmailapp_pixel5_dm","android12_gmailapp_pixel6_dm"],"job_status":"Completed","zip_url":"https://example.com/export.zip"},"key":"Example","summary":"Example","id":"paths/~1v2~1preview~1tests~1{test_id}~1exports/get/responses/200/content/application~1json/examples/Example"},"paths/~1v2~1preview~1tests~1{test_id}~1exports/post/requestBody/content/application~1json/examples/Example":{"value":{"clients":["android11_gmailapp_pixel5_dm","android12_gmailapp_pixel6_dm"]},"key":"Example","summary":"Example","id":"paths/~1v2~1preview~1tests~1{test_id}~1exports/post/requestBody/content/application~1json/examples/Example"},"paths/~1v2~1preview~1tests~1{test_id}~1exports/post/responses/200/content/application~1json/examples/Example":{"value":{"job_id":"67b469d74b911fa30a4d782e","test_id":"98b469d74b956fa30a4d125f","clients":["android11_gmailapp_pixel5_dm","android12_gmailapp_pixel6_dm"],"job_status":"Processing"},"key":"Example","summary":"Example","id":"paths/~1v2~1preview~1tests~1{test_id}~1exports/post/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1preview~1sharing/post/requestBody/content/application~1json/examples/Example":{"value":{"test_id":"some-id"},"key":"Example","summary":"Example","id":"paths/~1v1~1preview~1sharing/post/requestBody/content/application~1json/examples/Example"},"paths/~1v1~1preview~1sharing/post/responses/200/content/application~1json/examples/Example":{"value":{"message":"record created"},"key":"Example","summary":"Example","id":"paths/~1v1~1preview~1sharing/post/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1preview~1sharing~1{test_id}/get/responses/200/content/application~1json/examples/Example":{"value":{"test_id":"some-test-id","url_uuid":"some-uuid","url":"share.mailgun.com/email-previews/some-uuid","enabled":true,"expires_at":"0001-01-01T00:00:00Z"},"key":"Example","summary":"Example","id":"paths/~1v1~1preview~1sharing~1{test_id}/get/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1preview~1sharing~1{test_id}/put/responses/200/content/application~1json/examples/Example":{"value":{"message":"record updated"},"key":"Example","summary":"Example","id":"paths/~1v1~1preview~1sharing~1{test_id}/put/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1preview~1sharing~1{test_id}/delete/responses/200/content/application~1json/examples/Example":{"value":{"message":"record deleted"},"key":"Example","summary":"Example","id":"paths/~1v1~1preview~1sharing~1{test_id}/delete/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1preview~1sharing~1{test_id}~1rotate/post/responses/200/content/application~1json/examples/Example":{"value":{"test_id":"some-test-id","url_uuid":"some-new-uuid","url":"share.mailgun.com/email-previews/some-new-uuid","enabled":true,"expires_at":"0001-01-01T00:00:00Z"},"key":"Example","summary":"Example","id":"paths/~1v1~1preview~1sharing~1{test_id}~1rotate/post/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1preview~1sharing~1public~1{id}/get/responses/200/content/application~1json/examples/Example":{"value":{"subject":"some test","date":1739876826,"results":[]},"key":"Example","summary":"Example","id":"paths/~1v1~1preview~1sharing~1public~1{id}/get/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1preview~1tests/get/responses/200/content/application~1json/examples/Example":{"value":[{"id":"","date":0,"type":"","subject":"","headers":{"":""}}],"key":"Example","summary":"Example","id":"paths/~1v1~1preview~1tests/get/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1preview~1tests/post/requestBody/content/application~1json/examples/Example":{"value":{"subject":"some subject","url":"https://example.com","content_checking":{}},"key":"Example","summary":"Example","id":"paths/~1v1~1preview~1tests/post/requestBody/content/application~1json/examples/Example"},"paths/~1v1~1preview~1tests/post/responses/200/content/application~1json/examples/Example":{"value":{"id":"gmail"},"key":"Example","summary":"Example","id":"paths/~1v1~1preview~1tests/post/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1spam/get/responses/200/content/application~1json/examples/Example":{"value":{"meta":{},"items":[{"id":"67a654ba0f53254b9fdca3e2","status":"completed","subject":"Welcome to Mailgun","region":"us1","results":{"b2c":{"passed":2,"failed":1,"results":[{"esp":"Gmail","display_name":"Gmail","status":"pass","placement":"inbox","folder":"Primary"},{"esp":"Yahoo","display_name":"Yahoo","status":"pass","placement":"inbox"},{"esp":"AOL","display_name":"AOL","status":"fail","placement":"spam"}]},"b2b":{"passed":3,"failed":2,"pending":1,"results":[{"esp":"Google Workspace","display_name":"Google Workspace","status":"pass","placement":"inbox"},{"esp":"Outlook","display_name":"Outlook","status":"fail","placement":"spam","folder":"Junk"},{"esp":"Outlook","display_name":"Hotmail","status":"fail","placement":"spam","folder":"Junk"},{"esp":"O365","display_name":"O365","status":"pending","placement":"pending"},{"esp":"Proofpoint","display_name":"Proofpoint","status":"pass","placement":"inbox"},{"esp":"Mimecast","display_name":"Mimecast","status":"pass","placement":"inbox"}]}},"created_at":"2026-03-11T10:00:00Z","updated_at":"2026-03-11T10:01:30Z"},{"id":"67a654ba0f53254b9fdca3e2","status":"processing","subject":"Welcome to Mailgun","region":"us1","created_at":"2026-03-11T10:00:00Z","updated_at":"2026-03-11T10:00:05Z"}],"links":{}},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1spam/get/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1spam/get/responses/400/content/application~1json/examples/Example":{"value":{"message":"invalid value for 'status': must be one of [pending processing completed failed]"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1spam/get/responses/400/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1spam/get/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1spam/get/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1spam/post/responses/201/content/application~1json/examples/Example":{"value":{"meta":{},"item":{"id":"67a654ba0f53254b9fdca3e2","status":"processing","subject":"Welcome to Mailgun","region":"us1","created_at":"2026-03-11T10:00:00Z","updated_at":"2026-03-11T10:00:05Z"},"links":{}},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1spam/post/responses/201/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1spam/post/responses/400/content/application~1json/examples/Example":{"value":{"message":"subject is required"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1spam/post/responses/400/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1spam/post/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1spam/post/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1spam~1{spam_test_id}/get/responses/200/content/application~1json/examples/Example":{"value":{"meta":{},"item":{"id":"67a654ba0f53254b9fdca3e2","status":"completed","subject":"Welcome to Mailgun","region":"us1","results":{"b2c":{"passed":2,"failed":1,"results":[{"esp":"Gmail","display_name":"Gmail","status":"pass","placement":"inbox","folder":"Primary"},{"esp":"Yahoo","display_name":"Yahoo","status":"pass","placement":"inbox"},{"esp":"AOL","display_name":"AOL","status":"fail","placement":"spam"}]},"b2b":{"passed":3,"failed":2,"pending":1,"results":[{"esp":"Google Workspace","display_name":"Google Workspace","status":"pass","placement":"inbox"},{"esp":"Outlook","display_name":"Outlook","status":"fail","placement":"spam","folder":"Junk"},{"esp":"Outlook","display_name":"Hotmail","status":"fail","placement":"spam","folder":"Junk"},{"esp":"O365","display_name":"O365","status":"pending","placement":"pending"},{"esp":"Proofpoint","display_name":"Proofpoint","status":"pass","placement":"inbox"},{"esp":"Mimecast","display_name":"Mimecast","status":"pass","placement":"inbox"}]}},"created_at":"2026-03-11T10:00:00Z","updated_at":"2026-03-11T10:01:30Z"},"links":{}},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1spam~1{spam_test_id}/get/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1spam~1{spam_test_id}/get/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1spam~1{spam_test_id}/get/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1spam~1{spam_test_id}/get/responses/404/content/application~1json/examples/Example":{"value":{"message":"spam test '67a654ba0f53254b9fdca3e2' not found"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1spam~1{spam_test_id}/get/responses/404/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1spam~1{spam_test_id}/delete/responses/200/content/application~1json/examples/Example":{"value":{"message":"Spam test '67a654ba0f53254b9fdca3e2' deleted successfully"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1spam~1{spam_test_id}/delete/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1spam~1{spam_test_id}/delete/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1spam~1{spam_test_id}/delete/responses/401/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1spam~1{spam_test_id}/delete/responses/404/content/application~1json/examples/Example":{"value":{"message":"spam test '67a654ba0f53254b9fdca3e2' not found"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1spam~1{spam_test_id}/delete/responses/404/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1spam~1providers/get/responses/200/content/application~1json/examples/Example":{"value":{"meta":{},"items":[{"domain":"gmail.com","display_name":"Gmail","category":"b2c"},{"domain":"yahoo.com","display_name":"Yahoo","category":"b2c"},{"domain":"aol.com","display_name":"AOL","category":"b2c"},{"domain":"Google Workspace","display_name":"Google Workspace","category":"b2b"},{"domain":"outlook.com","display_name":"Outlook","category":"b2b"},{"domain":"hotmail.com","display_name":"Hotmail","category":"b2b"},{"domain":"o365.mailgun.email","display_name":"O365","category":"b2b"},{"domain":"Proofpoint","display_name":"Proofpoint","category":"b2b"},{"domain":"Mimecast","display_name":"Mimecast","category":"b2b"}],"links":{}},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1spam~1providers/get/responses/200/content/application~1json/examples/Example"},"paths/~1v1~1inspect~1spam~1providers/get/responses/401/content/application~1json/examples/Example":{"value":{"message":"unauthorized"},"key":"Example","summary":"Example","id":"paths/~1v1~1inspect~1spam~1providers/get/responses/401/content/application~1json/examples/Example"}},"securitySchemeStore":{"basicAuth":{"id":"basicAuth","type":"http","scheme":"basic","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"HTTP Basic auth using api:YOUR_API_KEY. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://documentation.mailgun.com/docs/mailgun/api-reference/authentication/"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"documentation"},"children":[]}]}]}]}]}},"servers":[{"url":"https://api.mailgun.net","description":"US Mailgun"},{"url":"https://api.eu.mailgun.net","description":"EU Mailgun"}]},"options":{"hideSidebar":true,"mockServer":{"url":"/_mock/docs/inspect/api-reference/openapi-final","position":"off","description":"Mock server"},"disableRouter":true,"downloadUrls":[{"url":"/_bundle/docs/inspect/api-reference/openapi-final.json?download"},{"url":"/_bundle/docs/inspect/api-reference/openapi-final.yaml?download"}],"excludeFromSearch":false,"specType":"openapi","markdocOptions":{"tags":{},"nodes":{},"components":{}},"metadata":{"title":"Email Preview API","description":"Mailgun Email Preview service with RESTful JSON HTTP API for providing email previews."}},"baseSlug":"/docs/inspect/api-reference/openapi-final","routesMapping":{}}