object TemplatesGetInfo200Response
{
  "type": "object",
  "title": "Template Instance",
  "properties": {
    "id": {
      "type": "integer",
      "title": "Template ID",
      "readOnly": true,
      "description": "The individual id for the template."
    },
    "name": {
      "type": "string",
      "title": "Template Name",
      "description": "The name of the template."
    },
    "type": {
      "type": "string",
      "title": "Template Type",
      "readOnly": true,
      "description": "The type of template (user, base, or gallery)."
    },
    "_links": {
      "type": "array",
      "items": {
        "type": "object",
        "title": "Resource Link",
        "properties": {
          "rel": {
            "type": "string",
            "title": "Rel",
            "readOnly": true,
            "description": "As with an HTML 'rel' attribute, this describes the type of link."
          },
          "href": {
            "type": "string",
            "title": "Href",
            "readOnly": true,
            "description": "This property contains a fully-qualified URL that can be called to retrieve the linked resource or perform the linked action."
          },
          "method": {
            "enum": [
              "GET",
              "POST",
              "PUT",
              "PATCH",
              "DELETE",
              "OPTIONS",
              "HEAD"
            ],
            "type": "string",
            "title": "Method",
            "readOnly": true,
            "description": "The HTTP method that should be used when accessing the URL defined in 'href'."
          },
          "schema": {
            "type": "string",
            "title": "Schema",
            "readOnly": true,
            "description": "For HTTP methods that can receive bodies (POST and PUT), this is a URL representing the schema that the body should conform to."
          },
          "targetSchema": {
            "type": "string",
            "title": "Target Schema",
            "readOnly": true,
            "description": "For GETs, this is a URL representing the schema that the response should conform to."
          }
        },
        "description": "This object represents a link from the resource where it is found to another resource or action that may be performed."
      },
      "title": "Links",
      "readOnly": true,
      "description": "A list of link types and descriptions for the API schema documents."
    },
    "active": {
      "type": "boolean",
      "title": "Active",
      "readOnly": true,
      "description": "User templates are not 'deleted,' but rather marked as 'inactive.' Returns whether the template is still active."
    },
    "category": {
      "type": "string",
      "title": "Template Category",
      "readOnly": true,
      "description": "If available, the category the template is listed in."
    },
    "edited_by": {
      "type": "string",
      "title": "Edited By",
      "readOnly": true,
      "description": "The login name who last edited the template."
    },
    "folder_id": {
      "type": "string",
      "title": "Folder ID",
      "description": "The id of the folder the template is currently in."
    },
    "share_url": {
      "type": "string",
      "title": "Share URL",
      "readOnly": true,
      "description": "The URL used for [template sharing](https://mailchimp.com/help/share-a-template/)."
    },
    "thumbnail": {
      "type": "string",
      "title": "Template Thumbnail",
      "readOnly": true,
      "description": "If available, the URL for a thumbnail of the template."
    },
    "created_by": {
      "type": "string",
      "title": "Created By",
      "readOnly": true,
      "description": "The login name for template's creator."
    },
    "responsive": {
      "type": "boolean",
      "title": "Responsive",
      "readOnly": true,
      "description": "Whether the template contains media queries to make it responsive."
    },
    "date_edited": {
      "type": "string",
      "title": "Date Edited",
      "format": "date-time",
      "readOnly": true,
      "description": "The date and time the template was edited in ISO 8601 format."
    },
    "content_type": {
      "enum": [
        "template",
        "multichannel",
        "html"
      ],
      "type": "string",
      "title": "Content Type",
      "readOnly": true,
      "description": "How the template's content is put together."
    },
    "date_created": {
      "type": "string",
      "title": "Date Created",
      "format": "date-time",
      "readOnly": true,
      "description": "The date and time the template was created in ISO 8601 format."
    },
    "drag_and_drop": {
      "type": "boolean",
      "title": "Drag and Drop",
      "readOnly": true,
      "description": "Whether the template uses the drag and drop editor."
    }
  },
  "description": "Information about a specific template."
}
object TemplatesGetInfoResponse
{
  "type": "object",
  "title": "Template Instance",
  "properties": {
    "id": {
      "type": "integer",
      "title": "Template ID",
      "readOnly": true,
      "description": "The individual id for the template."
    },
    "name": {
      "type": "string",
      "title": "Template Name",
      "description": "The name of the template."
    },
    "type": {
      "type": "string",
      "title": "Template Type",
      "readOnly": true,
      "description": "The type of template (user, base, or gallery)."
    },
    "_links": {
      "type": "array",
      "items": {
        "type": "object",
        "title": "Resource Link",
        "properties": {
          "rel": {
            "type": "string",
            "title": "Rel",
            "readOnly": true,
            "description": "As with an HTML 'rel' attribute, this describes the type of link."
          },
          "href": {
            "type": "string",
            "title": "Href",
            "readOnly": true,
            "description": "This property contains a fully-qualified URL that can be called to retrieve the linked resource or perform the linked action."
          },
          "method": {
            "enum": [
              "GET",
              "POST",
              "PUT",
              "PATCH",
              "DELETE",
              "OPTIONS",
              "HEAD"
            ],
            "type": "string",
            "title": "Method",
            "readOnly": true,
            "description": "The HTTP method that should be used when accessing the URL defined in 'href'."
          },
          "schema": {
            "type": "string",
            "title": "Schema",
            "readOnly": true,
            "description": "For HTTP methods that can receive bodies (POST and PUT), this is a URL representing the schema that the body should conform to."
          },
          "targetSchema": {
            "type": "string",
            "title": "Target Schema",
            "readOnly": true,
            "description": "For GETs, this is a URL representing the schema that the response should conform to."
          }
        },
        "description": "This object represents a link from the resource where it is found to another resource or action that may be performed."
      },
      "title": "Links",
      "readOnly": true,
      "description": "A list of link types and descriptions for the API schema documents."
    },
    "active": {
      "type": "boolean",
      "title": "Active",
      "readOnly": true,
      "description": "User templates are not 'deleted,' but rather marked as 'inactive.' Returns whether the template is still active."
    },
    "category": {
      "type": "string",
      "title": "Template Category",
      "readOnly": true,
      "description": "If available, the category the template is listed in."
    },
    "edited_by": {
      "type": "string",
      "title": "Edited By",
      "readOnly": true,
      "description": "The login name who last edited the template."
    },
    "folder_id": {
      "type": "string",
      "title": "Folder ID",
      "description": "The id of the folder the template is currently in."
    },
    "share_url": {
      "type": "string",
      "title": "Share URL",
      "readOnly": true,
      "description": "The URL used for [template sharing](https://mailchimp.com/help/share-a-template/)."
    },
    "thumbnail": {
      "type": "string",
      "title": "Template Thumbnail",
      "readOnly": true,
      "description": "If available, the URL for a thumbnail of the template."
    },
    "created_by": {
      "type": "string",
      "title": "Created By",
      "readOnly": true,
      "description": "The login name for template's creator."
    },
    "responsive": {
      "type": "boolean",
      "title": "Responsive",
      "readOnly": true,
      "description": "Whether the template contains media queries to make it responsive."
    },
    "date_edited": {
      "type": "string",
      "title": "Date Edited",
      "format": "date-time",
      "readOnly": true,
      "description": "The date and time the template was edited in ISO 8601 format."
    },
    "content_type": {
      "enum": [
        "template",
        "multichannel",
        "html"
      ],
      "type": "string",
      "title": "Content Type",
      "readOnly": true,
      "description": "How the template's content is put together."
    },
    "date_created": {
      "type": "string",
      "title": "Date Created",
      "format": "date-time",
      "readOnly": true,
      "description": "The date and time the template was created in ISO 8601 format."
    },
    "drag_and_drop": {
      "type": "boolean",
      "title": "Drag and Drop",
      "readOnly": true,
      "description": "Whether the template uses the drag and drop editor."
    }
  },
  "description": "Information about a specific template."
}
object TemplatesGetInfodefaultResponse
{
  "type": "object",
  "title": "Problem Detail Document",
  "required": [
    "type",
    "title",
    "status",
    "detail",
    "instance"
  ],
  "properties": {
    "type": {
      "type": "string",
      "title": "Problem Type",
      "example": "https://mailchimp.com/developer/marketing/docs/errors/",
      "description": "An absolute URI that identifies the problem type. When dereferenced, it should provide human-readable documentation for the problem type."
    },
    "title": {
      "type": "string",
      "title": "Error Title",
      "example": "Resource Not Found",
      "description": "A short, human-readable summary of the problem type. It shouldn't change based on the occurrence of the problem, except for purposes of localization."
    },
    "detail": {
      "type": "string",
      "title": "Error Message",
      "example": "The requested resource could not be found.",
      "description": "A human-readable explanation specific to this occurrence of the problem. [Learn more about errors](https://mailchimp.com/developer/)."
    },
    "status": {
      "type": "integer",
      "title": "HTTP Status Code",
      "example": 404,
      "description": "The HTTP status code (RFC2616, Section 6) generated by the origin server for this occurrence of the problem."
    },
    "instance": {
      "type": "string",
      "title": "Instance ID",
      "example": "995c5cb0-3280-4a6e-808b-3b096d0bb219",
      "description": "A string that identifies this specific occurrence of the problem. Please provide this ID when contacting support."
    }
  },
  "description": "An error generated by the Mailchimp API. Conforms to IETF draft 'draft-nottingham-http-problem-06'."
}
object TemplatesListAvailableTemplates200Response
{
  "type": "object",
  "title": "Templates",
  "properties": {
    "_links": {
      "type": "array",
      "items": {
        "type": "object",
        "title": "Resource Link",
        "properties": {
          "rel": {
            "type": "string",
            "title": "Rel",
            "readOnly": true,
            "description": "As with an HTML 'rel' attribute, this describes the type of link."
          },
          "href": {
            "type": "string",
            "title": "Href",
            "readOnly": true,
            "description": "This property contains a fully-qualified URL that can be called to retrieve the linked resource or perform the linked action."
          },
          "method": {
            "enum": [
              "GET",
              "POST",
              "PUT",
              "PATCH",
              "DELETE",
              "OPTIONS",
              "HEAD"
            ],
            "type": "string",
            "title": "Method",
            "readOnly": true,
            "description": "The HTTP method that should be used when accessing the URL defined in 'href'."
          },
          "schema": {
            "type": "string",
            "title": "Schema",
            "readOnly": true,
            "description": "For HTTP methods that can receive bodies (POST and PUT), this is a URL representing the schema that the body should conform to."
          },
          "targetSchema": {
            "type": "string",
            "title": "Target Schema",
            "readOnly": true,
            "description": "For GETs, this is a URL representing the schema that the response should conform to."
          }
        },
        "description": "This object represents a link from the resource where it is found to another resource or action that may be performed."
      },
      "title": "Links",
      "readOnly": true,
      "description": "A list of link types and descriptions for the API schema documents."
    },
    "templates": {
      "type": "array",
      "items": {
        "type": "object",
        "title": "Template Instance",
        "properties": {
          "id": {
            "type": "integer",
            "title": "Template ID",
            "readOnly": true,
            "description": "The individual id for the template."
          },
          "name": {
            "type": "string",
            "title": "Template Name",
            "description": "The name of the template."
          },
          "type": {
            "type": "string",
            "title": "Template Type",
            "readOnly": true,
            "description": "The type of template (user, base, or gallery)."
          },
          "_links": {
            "type": "array",
            "items": {
              "type": "object",
              "title": "Resource Link",
              "properties": {
                "rel": {
                  "type": "string",
                  "title": "Rel",
                  "readOnly": true,
                  "description": "As with an HTML 'rel' attribute, this describes the type of link."
                },
                "href": {
                  "type": "string",
                  "title": "Href",
                  "readOnly": true,
                  "description": "This property contains a fully-qualified URL that can be called to retrieve the linked resource or perform the linked action."
                },
                "method": {
                  "enum": [
                    "GET",
                    "POST",
                    "PUT",
                    "PATCH",
                    "DELETE",
                    "OPTIONS",
                    "HEAD"
                  ],
                  "type": "string",
                  "title": "Method",
                  "readOnly": true,
                  "description": "The HTTP method that should be used when accessing the URL defined in 'href'."
                },
                "schema": {
                  "type": "string",
                  "title": "Schema",
                  "readOnly": true,
                  "description": "For HTTP methods that can receive bodies (POST and PUT), this is a URL representing the schema that the body should conform to."
                },
                "targetSchema": {
                  "type": "string",
                  "title": "Target Schema",
                  "readOnly": true,
                  "description": "For GETs, this is a URL representing the schema that the response should conform to."
                }
              },
              "description": "This object represents a link from the resource where it is found to another resource or action that may be performed."
            },
            "title": "Links",
            "readOnly": true,
            "description": "A list of link types and descriptions for the API schema documents."
          },
          "active": {
            "type": "boolean",
            "title": "Active",
            "readOnly": true,
            "description": "User templates are not 'deleted,' but rather marked as 'inactive.' Returns whether the template is still active."
          },
          "category": {
            "type": "string",
            "title": "Template Category",
            "readOnly": true,
            "description": "If available, the category the template is listed in."
          },
          "edited_by": {
            "type": "string",
            "title": "Edited By",
            "readOnly": true,
            "description": "The login name who last edited the template."
          },
          "folder_id": {
            "type": "string",
            "title": "Folder ID",
            "description": "The id of the folder the template is currently in."
          },
          "share_url": {
            "type": "string",
            "title": "Share URL",
            "readOnly": true,
            "description": "The URL used for [template sharing](https://mailchimp.com/help/share-a-template/)."
          },
          "thumbnail": {
            "type": "string",
            "title": "Template Thumbnail",
            "readOnly": true,
            "description": "If available, the URL for a thumbnail of the template."
          },
          "created_by": {
            "type": "string",
            "title": "Created By",
            "readOnly": true,
            "description": "The login name for template's creator."
          },
          "responsive": {
            "type": "boolean",
            "title": "Responsive",
            "readOnly": true,
            "description": "Whether the template contains media queries to make it responsive."
          },
          "date_edited": {
            "type": "string",
            "title": "Date Edited",
            "format": "date-time",
            "readOnly": true,
            "description": "The date and time the template was edited in ISO 8601 format."
          },
          "content_type": {
            "enum": [
              "template",
              "multichannel",
              "html"
            ],
            "type": "string",
            "title": "Content Type",
            "readOnly": true,
            "description": "How the template's content is put together."
          },
          "date_created": {
            "type": "string",
            "title": "Date Created",
            "format": "date-time",
            "readOnly": true,
            "description": "The date and time the template was created in ISO 8601 format."
          },
          "drag_and_drop": {
            "type": "boolean",
            "title": "Drag and Drop",
            "readOnly": true,
            "description": "Whether the template uses the drag and drop editor."
          }
        },
        "description": "Information about a specific template."
      },
      "title": "User Templates",
      "description": "All of an account's saved or custom templates."
    },
    "total_items": {
      "type": "integer",
      "title": "Item Count",
      "readOnly": true,
      "description": "The total number of items matching the query regardless of pagination."
    }
  },
  "description": "A list an account's available templates."
}
object TemplatesListAvailableTemplatesResponse
{
  "type": "object",
  "title": "Templates",
  "properties": {
    "_links": {
      "type": "array",
      "items": {
        "type": "object",
        "title": "Resource Link",
        "properties": {
          "rel": {
            "type": "string",
            "title": "Rel",
            "readOnly": true,
            "description": "As with an HTML 'rel' attribute, this describes the type of link."
          },
          "href": {
            "type": "string",
            "title": "Href",
            "readOnly": true,
            "description": "This property contains a fully-qualified URL that can be called to retrieve the linked resource or perform the linked action."
          },
          "method": {
            "enum": [
              "GET",
              "POST",
              "PUT",
              "PATCH",
              "DELETE",
              "OPTIONS",
              "HEAD"
            ],
            "type": "string",
            "title": "Method",
            "readOnly": true,
            "description": "The HTTP method that should be used when accessing the URL defined in 'href'."
          },
          "schema": {
            "type": "string",
            "title": "Schema",
            "readOnly": true,
            "description": "For HTTP methods that can receive bodies (POST and PUT), this is a URL representing the schema that the body should conform to."
          },
          "targetSchema": {
            "type": "string",
            "title": "Target Schema",
            "readOnly": true,
            "description": "For GETs, this is a URL representing the schema that the response should conform to."
          }
        },
        "description": "This object represents a link from the resource where it is found to another resource or action that may be performed."
      },
      "title": "Links",
      "readOnly": true,
      "description": "A list of link types and descriptions for the API schema documents."
    },
    "templates": {
      "type": "array",
      "items": {
        "type": "object",
        "title": "Template Instance",
        "properties": {
          "id": {
            "type": "integer",
            "title": "Template ID",
            "readOnly": true,
            "description": "The individual id for the template."
          },
          "name": {
            "type": "string",
            "title": "Template Name",
            "description": "The name of the template."
          },
          "type": {
            "type": "string",
            "title": "Template Type",
            "readOnly": true,
            "description": "The type of template (user, base, or gallery)."
          },
          "_links": {
            "type": "array",
            "items": {
              "type": "object",
              "title": "Resource Link",
              "properties": {
                "rel": {
                  "type": "string",
                  "title": "Rel",
                  "readOnly": true,
                  "description": "As with an HTML 'rel' attribute, this describes the type of link."
                },
                "href": {
                  "type": "string",
                  "title": "Href",
                  "readOnly": true,
                  "description": "This property contains a fully-qualified URL that can be called to retrieve the linked resource or perform the linked action."
                },
                "method": {
                  "enum": [
                    "GET",
                    "POST",
                    "PUT",
                    "PATCH",
                    "DELETE",
                    "OPTIONS",
                    "HEAD"
                  ],
                  "type": "string",
                  "title": "Method",
                  "readOnly": true,
                  "description": "The HTTP method that should be used when accessing the URL defined in 'href'."
                },
                "schema": {
                  "type": "string",
                  "title": "Schema",
                  "readOnly": true,
                  "description": "For HTTP methods that can receive bodies (POST and PUT), this is a URL representing the schema that the body should conform to."
                },
                "targetSchema": {
                  "type": "string",
                  "title": "Target Schema",
                  "readOnly": true,
                  "description": "For GETs, this is a URL representing the schema that the response should conform to."
                }
              },
              "description": "This object represents a link from the resource where it is found to another resource or action that may be performed."
            },
            "title": "Links",
            "readOnly": true,
            "description": "A list of link types and descriptions for the API schema documents."
          },
          "active": {
            "type": "boolean",
            "title": "Active",
            "readOnly": true,
            "description": "User templates are not 'deleted,' but rather marked as 'inactive.' Returns whether the template is still active."
          },
          "category": {
            "type": "string",
            "title": "Template Category",
            "readOnly": true,
            "description": "If available, the category the template is listed in."
          },
          "edited_by": {
            "type": "string",
            "title": "Edited By",
            "readOnly": true,
            "description": "The login name who last edited the template."
          },
          "folder_id": {
            "type": "string",
            "title": "Folder ID",
            "description": "The id of the folder the template is currently in."
          },
          "share_url": {
            "type": "string",
            "title": "Share URL",
            "readOnly": true,
            "description": "The URL used for [template sharing](https://mailchimp.com/help/share-a-template/)."
          },
          "thumbnail": {
            "type": "string",
            "title": "Template Thumbnail",
            "readOnly": true,
            "description": "If available, the URL for a thumbnail of the template."
          },
          "created_by": {
            "type": "string",
            "title": "Created By",
            "readOnly": true,
            "description": "The login name for template's creator."
          },
          "responsive": {
            "type": "boolean",
            "title": "Responsive",
            "readOnly": true,
            "description": "Whether the template contains media queries to make it responsive."
          },
          "date_edited": {
            "type": "string",
            "title": "Date Edited",
            "format": "date-time",
            "readOnly": true,
            "description": "The date and time the template was edited in ISO 8601 format."
          },
          "content_type": {
            "enum": [
              "template",
              "multichannel",
              "html"
            ],
            "type": "string",
            "title": "Content Type",
            "readOnly": true,
            "description": "How the template's content is put together."
          },
          "date_created": {
            "type": "string",
            "title": "Date Created",
            "format": "date-time",
            "readOnly": true,
            "description": "The date and time the template was created in ISO 8601 format."
          },
          "drag_and_drop": {
            "type": "boolean",
            "title": "Drag and Drop",
            "readOnly": true,
            "description": "Whether the template uses the drag and drop editor."
          }
        },
        "description": "Information about a specific template."
      },
      "title": "User Templates",
      "description": "All of an account's saved or custom templates."
    },
    "total_items": {
      "type": "integer",
      "title": "Item Count",
      "readOnly": true,
      "description": "The total number of items matching the query regardless of pagination."
    }
  },
  "description": "A list an account's available templates."
}
object TemplatesListAvailableTemplatesdefaultResponse
{
  "type": "object",
  "title": "Problem Detail Document",
  "required": [
    "type",
    "title",
    "status",
    "detail",
    "instance"
  ],
  "properties": {
    "type": {
      "type": "string",
      "title": "Problem Type",
      "example": "https://mailchimp.com/developer/marketing/docs/errors/",
      "description": "An absolute URI that identifies the problem type. When dereferenced, it should provide human-readable documentation for the problem type."
    },
    "title": {
      "type": "string",
      "title": "Error Title",
      "example": "Resource Not Found",
      "description": "A short, human-readable summary of the problem type. It shouldn't change based on the occurrence of the problem, except for purposes of localization."
    },
    "detail": {
      "type": "string",
      "title": "Error Message",
      "example": "The requested resource could not be found.",
      "description": "A human-readable explanation specific to this occurrence of the problem. [Learn more about errors](https://mailchimp.com/developer/)."
    },
    "status": {
      "type": "integer",
      "title": "HTTP Status Code",
      "example": 404,
      "description": "The HTTP status code (RFC2616, Section 6) generated by the origin server for this occurrence of the problem."
    },
    "instance": {
      "type": "string",
      "title": "Instance ID",
      "example": "995c5cb0-3280-4a6e-808b-3b096d0bb219",
      "description": "A string that identifies this specific occurrence of the problem. Please provide this ID when contacting support."
    }
  },
  "description": "An error generated by the Mailchimp API. Conforms to IETF draft 'draft-nottingham-http-problem-06'."
}
object TemplatesUpdateTemplateById200Response
{
  "type": "object",
  "title": "Template Instance",
  "properties": {
    "id": {
      "type": "integer",
      "title": "Template ID",
      "readOnly": true,
      "description": "The individual id for the template."
    },
    "name": {
      "type": "string",
      "title": "Template Name",
      "description": "The name of the template."
    },
    "type": {
      "type": "string",
      "title": "Template Type",
      "readOnly": true,
      "description": "The type of template (user, base, or gallery)."
    },
    "_links": {
      "type": "array",
      "items": {
        "type": "object",
        "title": "Resource Link",
        "properties": {
          "rel": {
            "type": "string",
            "title": "Rel",
            "readOnly": true,
            "description": "As with an HTML 'rel' attribute, this describes the type of link."
          },
          "href": {
            "type": "string",
            "title": "Href",
            "readOnly": true,
            "description": "This property contains a fully-qualified URL that can be called to retrieve the linked resource or perform the linked action."
          },
          "method": {
            "enum": [
              "GET",
              "POST",
              "PUT",
              "PATCH",
              "DELETE",
              "OPTIONS",
              "HEAD"
            ],
            "type": "string",
            "title": "Method",
            "readOnly": true,
            "description": "The HTTP method that should be used when accessing the URL defined in 'href'."
          },
          "schema": {
            "type": "string",
            "title": "Schema",
            "readOnly": true,
            "description": "For HTTP methods that can receive bodies (POST and PUT), this is a URL representing the schema that the body should conform to."
          },
          "targetSchema": {
            "type": "string",
            "title": "Target Schema",
            "readOnly": true,
            "description": "For GETs, this is a URL representing the schema that the response should conform to."
          }
        },
        "description": "This object represents a link from the resource where it is found to another resource or action that may be performed."
      },
      "title": "Links",
      "readOnly": true,
      "description": "A list of link types and descriptions for the API schema documents."
    },
    "active": {
      "type": "boolean",
      "title": "Active",
      "readOnly": true,
      "description": "User templates are not 'deleted,' but rather marked as 'inactive.' Returns whether the template is still active."
    },
    "category": {
      "type": "string",
      "title": "Template Category",
      "readOnly": true,
      "description": "If available, the category the template is listed in."
    },
    "edited_by": {
      "type": "string",
      "title": "Edited By",
      "readOnly": true,
      "description": "The login name who last edited the template."
    },
    "folder_id": {
      "type": "string",
      "title": "Folder ID",
      "description": "The id of the folder the template is currently in."
    },
    "share_url": {
      "type": "string",
      "title": "Share URL",
      "readOnly": true,
      "description": "The URL used for [template sharing](https://mailchimp.com/help/share-a-template/)."
    },
    "thumbnail": {
      "type": "string",
      "title": "Template Thumbnail",
      "readOnly": true,
      "description": "If available, the URL for a thumbnail of the template."
    },
    "created_by": {
      "type": "string",
      "title": "Created By",
      "readOnly": true,
      "description": "The login name for template's creator."
    },
    "responsive": {
      "type": "boolean",
      "title": "Responsive",
      "readOnly": true,
      "description": "Whether the template contains media queries to make it responsive."
    },
    "date_edited": {
      "type": "string",
      "title": "Date Edited",
      "format": "date-time",
      "readOnly": true,
      "description": "The date and time the template was edited in ISO 8601 format."
    },
    "content_type": {
      "enum": [
        "template",
        "multichannel",
        "html"
      ],
      "type": "string",
      "title": "Content Type",
      "readOnly": true,
      "description": "How the template's content is put together."
    },
    "date_created": {
      "type": "string",
      "title": "Date Created",
      "format": "date-time",
      "readOnly": true,
      "description": "The date and time the template was created in ISO 8601 format."
    },
    "drag_and_drop": {
      "type": "boolean",
      "title": "Drag and Drop",
      "readOnly": true,
      "description": "Whether the template uses the drag and drop editor."
    }
  },
  "description": "Information about a specific template."
}
object TemplatesUpdateTemplateByIdResponse
{
  "type": "object",
  "title": "Template Instance",
  "properties": {
    "id": {
      "type": "integer",
      "title": "Template ID",
      "readOnly": true,
      "description": "The individual id for the template."
    },
    "name": {
      "type": "string",
      "title": "Template Name",
      "description": "The name of the template."
    },
    "type": {
      "type": "string",
      "title": "Template Type",
      "readOnly": true,
      "description": "The type of template (user, base, or gallery)."
    },
    "_links": {
      "type": "array",
      "items": {
        "type": "object",
        "title": "Resource Link",
        "properties": {
          "rel": {
            "type": "string",
            "title": "Rel",
            "readOnly": true,
            "description": "As with an HTML 'rel' attribute, this describes the type of link."
          },
          "href": {
            "type": "string",
            "title": "Href",
            "readOnly": true,
            "description": "This property contains a fully-qualified URL that can be called to retrieve the linked resource or perform the linked action."
          },
          "method": {
            "enum": [
              "GET",
              "POST",
              "PUT",
              "PATCH",
              "DELETE",
              "OPTIONS",
              "HEAD"
            ],
            "type": "string",
            "title": "Method",
            "readOnly": true,
            "description": "The HTTP method that should be used when accessing the URL defined in 'href'."
          },
          "schema": {
            "type": "string",
            "title": "Schema",
            "readOnly": true,
            "description": "For HTTP methods that can receive bodies (POST and PUT), this is a URL representing the schema that the body should conform to."
          },
          "targetSchema": {
            "type": "string",
            "title": "Target Schema",
            "readOnly": true,
            "description": "For GETs, this is a URL representing the schema that the response should conform to."
          }
        },
        "description": "This object represents a link from the resource where it is found to another resource or action that may be performed."
      },
      "title": "Links",
      "readOnly": true,
      "description": "A list of link types and descriptions for the API schema documents."
    },
    "active": {
      "type": "boolean",
      "title": "Active",
      "readOnly": true,
      "description": "User templates are not 'deleted,' but rather marked as 'inactive.' Returns whether the template is still active."
    },
    "category": {
      "type": "string",
      "title": "Template Category",
      "readOnly": true,
      "description": "If available, the category the template is listed in."
    },
    "edited_by": {
      "type": "string",
      "title": "Edited By",
      "readOnly": true,
      "description": "The login name who last edited the template."
    },
    "folder_id": {
      "type": "string",
      "title": "Folder ID",
      "description": "The id of the folder the template is currently in."
    },
    "share_url": {
      "type": "string",
      "title": "Share URL",
      "readOnly": true,
      "description": "The URL used for [template sharing](https://mailchimp.com/help/share-a-template/)."
    },
    "thumbnail": {
      "type": "string",
      "title": "Template Thumbnail",
      "readOnly": true,
      "description": "If available, the URL for a thumbnail of the template."
    },
    "created_by": {
      "type": "string",
      "title": "Created By",
      "readOnly": true,
      "description": "The login name for template's creator."
    },
    "responsive": {
      "type": "boolean",
      "title": "Responsive",
      "readOnly": true,
      "description": "Whether the template contains media queries to make it responsive."
    },
    "date_edited": {
      "type": "string",
      "title": "Date Edited",
      "format": "date-time",
      "readOnly": true,
      "description": "The date and time the template was edited in ISO 8601 format."
    },
    "content_type": {
      "enum": [
        "template",
        "multichannel",
        "html"
      ],
      "type": "string",
      "title": "Content Type",
      "readOnly": true,
      "description": "How the template's content is put together."
    },
    "date_created": {
      "type": "string",
      "title": "Date Created",
      "format": "date-time",
      "readOnly": true,
      "description": "The date and time the template was created in ISO 8601 format."
    },
    "drag_and_drop": {
      "type": "boolean",
      "title": "Drag and Drop",
      "readOnly": true,
      "description": "Whether the template uses the drag and drop editor."
    }
  },
  "description": "Information about a specific template."
}
object TemplatesUpdateTemplateByIddefaultResponse
{
  "type": "object",
  "title": "Problem Detail Document",
  "required": [
    "type",
    "title",
    "status",
    "detail",
    "instance"
  ],
  "properties": {
    "type": {
      "type": "string",
      "title": "Problem Type",
      "example": "https://mailchimp.com/developer/marketing/docs/errors/",
      "description": "An absolute URI that identifies the problem type. When dereferenced, it should provide human-readable documentation for the problem type."
    },
    "title": {
      "type": "string",
      "title": "Error Title",
      "example": "Resource Not Found",
      "description": "A short, human-readable summary of the problem type. It shouldn't change based on the occurrence of the problem, except for purposes of localization."
    },
    "detail": {
      "type": "string",
      "title": "Error Message",
      "example": "The requested resource could not be found.",
      "description": "A human-readable explanation specific to this occurrence of the problem. [Learn more about errors](https://mailchimp.com/developer/)."
    },
    "status": {
      "type": "integer",
      "title": "HTTP Status Code",
      "example": 404,
      "description": "The HTTP status code (RFC2616, Section 6) generated by the origin server for this occurrence of the problem."
    },
    "instance": {
      "type": "string",
      "title": "Instance ID",
      "example": "995c5cb0-3280-4a6e-808b-3b096d0bb219",
      "description": "A string that identifies this specific occurrence of the problem. Please provide this ID when contacting support."
    }
  },
  "description": "An error generated by the Mailchimp API. Conforms to IETF draft 'draft-nottingham-http-problem-06'."
}
object TemplatesViewDefaultContent200Response
{
  "type": "object",
  "title": "Template Default Content",
  "properties": {
    "_links": {
      "type": "array",
      "items": {
        "type": "object",
        "title": "Resource Link",
        "properties": {
          "rel": {
            "type": "string",
            "title": "Rel",
            "readOnly": true,
            "description": "As with an HTML 'rel' attribute, this describes the type of link."
          },
          "href": {
            "type": "string",
            "title": "Href",
            "readOnly": true,
            "description": "This property contains a fully-qualified URL that can be called to retrieve the linked resource or perform the linked action."
          },
          "method": {
            "enum": [
              "GET",
              "POST",
              "PUT",
              "PATCH",
              "DELETE",
              "OPTIONS",
              "HEAD"
            ],
            "type": "string",
            "title": "Method",
            "readOnly": true,
            "description": "The HTTP method that should be used when accessing the URL defined in 'href'."
          },
          "schema": {
            "type": "string",
            "title": "Schema",
            "readOnly": true,
            "description": "For HTTP methods that can receive bodies (POST and PUT), this is a URL representing the schema that the body should conform to."
          },
          "targetSchema": {
            "type": "string",
            "title": "Target Schema",
            "readOnly": true,
            "description": "For GETs, this is a URL representing the schema that the response should conform to."
          }
        },
        "description": "This object represents a link from the resource where it is found to another resource or action that may be performed."
      },
      "title": "Links",
      "readOnly": true,
      "description": "A list of link types and descriptions for the API schema documents."
    },
    "sections": {
      "type": "object",
      "title": "Sections",
      "description": "The sections that you can edit in the template, including each section's default content.",
      "additionalProperties": {
        "description": "The default content for the sections that you can edit in the template."
      }
    }
  },
  "description": "Default content for a template."
}
object TemplatesViewDefaultContentResponse
{
  "type": "object",
  "title": "Template Default Content",
  "properties": {
    "_links": {
      "type": "array",
      "items": {
        "type": "object",
        "title": "Resource Link",
        "properties": {
          "rel": {
            "type": "string",
            "title": "Rel",
            "readOnly": true,
            "description": "As with an HTML 'rel' attribute, this describes the type of link."
          },
          "href": {
            "type": "string",
            "title": "Href",
            "readOnly": true,
            "description": "This property contains a fully-qualified URL that can be called to retrieve the linked resource or perform the linked action."
          },
          "method": {
            "enum": [
              "GET",
              "POST",
              "PUT",
              "PATCH",
              "DELETE",
              "OPTIONS",
              "HEAD"
            ],
            "type": "string",
            "title": "Method",
            "readOnly": true,
            "description": "The HTTP method that should be used when accessing the URL defined in 'href'."
          },
          "schema": {
            "type": "string",
            "title": "Schema",
            "readOnly": true,
            "description": "For HTTP methods that can receive bodies (POST and PUT), this is a URL representing the schema that the body should conform to."
          },
          "targetSchema": {
            "type": "string",
            "title": "Target Schema",
            "readOnly": true,
            "description": "For GETs, this is a URL representing the schema that the response should conform to."
          }
        },
        "description": "This object represents a link from the resource where it is found to another resource or action that may be performed."
      },
      "title": "Links",
      "readOnly": true,
      "description": "A list of link types and descriptions for the API schema documents."
    },
    "sections": {
      "type": "object",
      "title": "Sections",
      "description": "The sections that you can edit in the template, including each section's default content.",
      "additionalProperties": {
        "description": "The default content for the sections that you can edit in the template."
      }
    }
  },
  "description": "Default content for a template."
}
object TemplatesViewDefaultContentdefaultResponse
{
  "type": "object",
  "title": "Problem Detail Document",
  "required": [
    "type",
    "title",
    "status",
    "detail",
    "instance"
  ],
  "properties": {
    "type": {
      "type": "string",
      "title": "Problem Type",
      "example": "https://mailchimp.com/developer/marketing/docs/errors/",
      "description": "An absolute URI that identifies the problem type. When dereferenced, it should provide human-readable documentation for the problem type."
    },
    "title": {
      "type": "string",
      "title": "Error Title",
      "example": "Resource Not Found",
      "description": "A short, human-readable summary of the problem type. It shouldn't change based on the occurrence of the problem, except for purposes of localization."
    },
    "detail": {
      "type": "string",
      "title": "Error Message",
      "example": "The requested resource could not be found.",
      "description": "A human-readable explanation specific to this occurrence of the problem. [Learn more about errors](https://mailchimp.com/developer/)."
    },
    "status": {
      "type": "integer",
      "title": "HTTP Status Code",
      "example": 404,
      "description": "The HTTP status code (RFC2616, Section 6) generated by the origin server for this occurrence of the problem."
    },
    "instance": {
      "type": "string",
      "title": "Instance ID",
      "example": "995c5cb0-3280-4a6e-808b-3b096d0bb219",
      "description": "A string that identifies this specific occurrence of the problem. Please provide this ID when contacting support."
    }
  },
  "description": "An error generated by the Mailchimp API. Conforms to IETF draft 'draft-nottingham-http-problem-06'."
}
object VerifiedDomainsAddDomainToAccount200Response
{
  "type": "object",
  "title": "Verified Domains",
  "properties": {
    "domain": {
      "type": "string",
      "title": "Domain Name",
      "readOnly": true,
      "description": "The name of this domain."
    },
    "verified": {
      "type": "boolean",
      "title": "Verified",
      "readOnly": true,
      "description": "Whether the domain has been verified for sending."
    },
    "authenticated": {
      "type": "boolean",
      "title": "Authenticated",
      "readOnly": true,
      "description": "Whether domain authentication is enabled for this domain."
    },
    "verification_sent": {
      "type": "string",
      "title": "Verification Challenge Sent",
      "format": "date-time",
      "readOnly": true,
      "description": "The date/time that the two-factor challenge was sent to the verification email."
    },
    "verification_email": {
      "type": "string",
      "title": "Verification Email",
      "readOnly": true,
      "description": "The e-mail address receiving the two-factor challenge for this domain."
    }
  },
  "description": "The verified domains currently on the account."
}
object VerifiedDomainsAddDomainToAccountRequest
{
  "type": "object",
  "title": "Verified Domains",
  "required": [
    "verification_email"
  ],
  "properties": {
    "verification_email": {
      "type": "string",
      "title": "Verification Email",
      "description": "The e-mail address at the domain you want to verify. This will receive a two-factor challenge to be used in the verify action."
    }
  },
  "description": "The verified domains currently on the account."
}
object VerifiedDomainsAddDomainToAccountResponse
{
  "type": "object",
  "title": "Verified Domains",
  "properties": {
    "domain": {
      "type": "string",
      "title": "Domain Name",
      "readOnly": true,
      "description": "The name of this domain."
    },
    "verified": {
      "type": "boolean",
      "title": "Verified",
      "readOnly": true,
      "description": "Whether the domain has been verified for sending."
    },
    "authenticated": {
      "type": "boolean",
      "title": "Authenticated",
      "readOnly": true,
      "description": "Whether domain authentication is enabled for this domain."
    },
    "verification_sent": {
      "type": "string",
      "title": "Verification Challenge Sent",
      "format": "date-time",
      "readOnly": true,
      "description": "The date/time that the two-factor challenge was sent to the verification email."
    },
    "verification_email": {
      "type": "string",
      "title": "Verification Email",
      "readOnly": true,
      "description": "The e-mail address receiving the two-factor challenge for this domain."
    }
  },
  "description": "The verified domains currently on the account."
}
object VerifiedDomainsAddDomainToAccountdefaultResponse
{
  "type": "object",
  "title": "Problem Detail Document",
  "required": [
    "type",
    "title",
    "status",
    "detail",
    "instance"
  ],
  "properties": {
    "type": {
      "type": "string",
      "title": "Problem Type",
      "example": "https://mailchimp.com/developer/marketing/docs/errors/",
      "description": "An absolute URI that identifies the problem type. When dereferenced, it should provide human-readable documentation for the problem type."
    },
    "title": {
      "type": "string",
      "title": "Error Title",
      "example": "Resource Not Found",
      "description": "A short, human-readable summary of the problem type. It shouldn't change based on the occurrence of the problem, except for purposes of localization."
    },
    "detail": {
      "type": "string",
      "title": "Error Message",
      "example": "The requested resource could not be found.",
      "description": "A human-readable explanation specific to this occurrence of the problem. [Learn more about errors](https://mailchimp.com/developer/)."
    },
    "status": {
      "type": "integer",
      "title": "HTTP Status Code",
      "example": 404,
      "description": "The HTTP status code (RFC2616, Section 6) generated by the origin server for this occurrence of the problem."
    },
    "instance": {
      "type": "string",
      "title": "Instance ID",
      "example": "995c5cb0-3280-4a6e-808b-3b096d0bb219",
      "description": "A string that identifies this specific occurrence of the problem. Please provide this ID when contacting support."
    }
  },
  "description": "An error generated by the Mailchimp API. Conforms to IETF draft 'draft-nottingham-http-problem-06'."
}
object VerifiedDomainsDeleteDomainResponse
{
  "type": "object",
  "title": "Problem Detail Document",
  "required": [
    "type",
    "title",
    "status",
    "detail",
    "instance"
  ],
  "properties": {
    "type": {
      "type": "string",
      "title": "Problem Type",
      "example": "https://mailchimp.com/developer/marketing/docs/errors/",
      "description": "An absolute URI that identifies the problem type. When dereferenced, it should provide human-readable documentation for the problem type."
    },
    "title": {
      "type": "string",
      "title": "Error Title",
      "example": "Resource Not Found",
      "description": "A short, human-readable summary of the problem type. It shouldn't change based on the occurrence of the problem, except for purposes of localization."
    },
    "detail": {
      "type": "string",
      "title": "Error Message",
      "example": "The requested resource could not be found.",
      "description": "A human-readable explanation specific to this occurrence of the problem. [Learn more about errors](https://mailchimp.com/developer/)."
    },
    "status": {
      "type": "integer",
      "title": "HTTP Status Code",
      "example": 404,
      "description": "The HTTP status code (RFC2616, Section 6) generated by the origin server for this occurrence of the problem."
    },
    "instance": {
      "type": "string",
      "title": "Instance ID",
      "example": "995c5cb0-3280-4a6e-808b-3b096d0bb219",
      "description": "A string that identifies this specific occurrence of the problem. Please provide this ID when contacting support."
    }
  },
  "description": "An error generated by the Mailchimp API. Conforms to IETF draft 'draft-nottingham-http-problem-06'."
}
object VerifiedDomainsDeleteDomaindefaultResponse
{
  "type": "object",
  "title": "Problem Detail Document",
  "required": [
    "type",
    "title",
    "status",
    "detail",
    "instance"
  ],
  "properties": {
    "type": {
      "type": "string",
      "title": "Problem Type",
      "example": "https://mailchimp.com/developer/marketing/docs/errors/",
      "description": "An absolute URI that identifies the problem type. When dereferenced, it should provide human-readable documentation for the problem type."
    },
    "title": {
      "type": "string",
      "title": "Error Title",
      "example": "Resource Not Found",
      "description": "A short, human-readable summary of the problem type. It shouldn't change based on the occurrence of the problem, except for purposes of localization."
    },
    "detail": {
      "type": "string",
      "title": "Error Message",
      "example": "The requested resource could not be found.",
      "description": "A human-readable explanation specific to this occurrence of the problem. [Learn more about errors](https://mailchimp.com/developer/)."
    },
    "status": {
      "type": "integer",
      "title": "HTTP Status Code",
      "example": 404,
      "description": "The HTTP status code (RFC2616, Section 6) generated by the origin server for this occurrence of the problem."
    },
    "instance": {
      "type": "string",
      "title": "Instance ID",
      "example": "995c5cb0-3280-4a6e-808b-3b096d0bb219",
      "description": "A string that identifies this specific occurrence of the problem. Please provide this ID when contacting support."
    }
  },
  "description": "An error generated by the Mailchimp API. Conforms to IETF draft 'draft-nottingham-http-problem-06'."
}
object VerifiedDomainsGetInfo200Response
{
  "type": "object",
  "title": "Verified Domains",
  "properties": {
    "domain": {
      "type": "string",
      "title": "Domain Name",
      "readOnly": true,
      "description": "The name of this domain."
    },
    "verified": {
      "type": "boolean",
      "title": "Verified",
      "readOnly": true,
      "description": "Whether the domain has been verified for sending."
    },
    "authenticated": {
      "type": "boolean",
      "title": "Authenticated",
      "readOnly": true,
      "description": "Whether domain authentication is enabled for this domain."
    },
    "verification_sent": {
      "type": "string",
      "title": "Verification Challenge Sent",
      "format": "date-time",
      "readOnly": true,
      "description": "The date/time that the two-factor challenge was sent to the verification email."
    },
    "verification_email": {
      "type": "string",
      "title": "Verification Email",
      "readOnly": true,
      "description": "The e-mail address receiving the two-factor challenge for this domain."
    }
  },
  "description": "The verified domains currently on the account."
}
object VerifiedDomainsGetInfoResponse
{
  "type": "object",
  "title": "Verified Domains",
  "properties": {
    "domain": {
      "type": "string",
      "title": "Domain Name",
      "readOnly": true,
      "description": "The name of this domain."
    },
    "verified": {
      "type": "boolean",
      "title": "Verified",
      "readOnly": true,
      "description": "Whether the domain has been verified for sending."
    },
    "authenticated": {
      "type": "boolean",
      "title": "Authenticated",
      "readOnly": true,
      "description": "Whether domain authentication is enabled for this domain."
    },
    "verification_sent": {
      "type": "string",
      "title": "Verification Challenge Sent",
      "format": "date-time",
      "readOnly": true,
      "description": "The date/time that the two-factor challenge was sent to the verification email."
    },
    "verification_email": {
      "type": "string",
      "title": "Verification Email",
      "readOnly": true,
      "description": "The e-mail address receiving the two-factor challenge for this domain."
    }
  },
  "description": "The verified domains currently on the account."
}
object VerifiedDomainsGetInfodefaultResponse
{
  "type": "object",
  "title": "Problem Detail Document",
  "required": [
    "type",
    "title",
    "status",
    "detail",
    "instance"
  ],
  "properties": {
    "type": {
      "type": "string",
      "title": "Problem Type",
      "example": "https://mailchimp.com/developer/marketing/docs/errors/",
      "description": "An absolute URI that identifies the problem type. When dereferenced, it should provide human-readable documentation for the problem type."
    },
    "title": {
      "type": "string",
      "title": "Error Title",
      "example": "Resource Not Found",
      "description": "A short, human-readable summary of the problem type. It shouldn't change based on the occurrence of the problem, except for purposes of localization."
    },
    "detail": {
      "type": "string",
      "title": "Error Message",
      "example": "The requested resource could not be found.",
      "description": "A human-readable explanation specific to this occurrence of the problem. [Learn more about errors](https://mailchimp.com/developer/)."
    },
    "status": {
      "type": "integer",
      "title": "HTTP Status Code",
      "example": 404,
      "description": "The HTTP status code (RFC2616, Section 6) generated by the origin server for this occurrence of the problem."
    },
    "instance": {
      "type": "string",
      "title": "Instance ID",
      "example": "995c5cb0-3280-4a6e-808b-3b096d0bb219",
      "description": "A string that identifies this specific occurrence of the problem. Please provide this ID when contacting support."
    }
  },
  "description": "An error generated by the Mailchimp API. Conforms to IETF draft 'draft-nottingham-http-problem-06'."
}
object VerifiedDomainsListSendingDomains200Response
{
  "type": "object",
  "title": "Verified Domains",
  "properties": {
    "domains": {
      "type": "array",
      "items": {
        "type": "object",
        "title": "Verified Domains",
        "properties": {
          "domain": {
            "type": "string",
            "title": "Domain Name",
            "readOnly": true,
            "description": "The name of this domain."
          },
          "verified": {
            "type": "boolean",
            "title": "Verified",
            "readOnly": true,
            "description": "Whether the domain has been verified for sending."
          },
          "authenticated": {
            "type": "boolean",
            "title": "Authenticated",
            "readOnly": true,
            "description": "Whether domain authentication is enabled for this domain."
          },
          "verification_sent": {
            "type": "string",
            "title": "Verification Challenge Sent",
            "format": "date-time",
            "readOnly": true,
            "description": "The date/time that the two-factor challenge was sent to the verification email."
          },
          "verification_email": {
            "type": "string",
            "title": "Verification Email",
            "readOnly": true,
            "description": "The e-mail address receiving the two-factor challenge for this domain."
          }
        },
        "description": "The verified domains currently on the account."
      },
      "title": "Domains",
      "readOnly": true,
      "description": "The domains on the account"
    },
    "total_items": {
      "type": "integer",
      "title": "Item Count",
      "readOnly": true,
      "description": "The total number of items matching the query regardless of pagination."
    }
  },
  "description": "The verified domains currently on the account."
}
object VerifiedDomainsListSendingDomainsResponse
{
  "type": "object",
  "title": "Verified Domains",
  "properties": {
    "domains": {
      "type": "array",
      "items": {
        "type": "object",
        "title": "Verified Domains",
        "properties": {
          "domain": {
            "type": "string",
            "title": "Domain Name",
            "readOnly": true,
            "description": "The name of this domain."
          },
          "verified": {
            "type": "boolean",
            "title": "Verified",
            "readOnly": true,
            "description": "Whether the domain has been verified for sending."
          },
          "authenticated": {
            "type": "boolean",
            "title": "Authenticated",
            "readOnly": true,
            "description": "Whether domain authentication is enabled for this domain."
          },
          "verification_sent": {
            "type": "string",
            "title": "Verification Challenge Sent",
            "format": "date-time",
            "readOnly": true,
            "description": "The date/time that the two-factor challenge was sent to the verification email."
          },
          "verification_email": {
            "type": "string",
            "title": "Verification Email",
            "readOnly": true,
            "description": "The e-mail address receiving the two-factor challenge for this domain."
          }
        },
        "description": "The verified domains currently on the account."
      },
      "title": "Domains",
      "readOnly": true,
      "description": "The domains on the account"
    },
    "total_items": {
      "type": "integer",
      "title": "Item Count",
      "readOnly": true,
      "description": "The total number of items matching the query regardless of pagination."
    }
  },
  "description": "The verified domains currently on the account."
}
object VerifiedDomainsListSendingDomainsdefaultResponse
{
  "type": "object",
  "title": "Problem Detail Document",
  "required": [
    "type",
    "title",
    "status",
    "detail",
    "instance"
  ],
  "properties": {
    "type": {
      "type": "string",
      "title": "Problem Type",
      "example": "https://mailchimp.com/developer/marketing/docs/errors/",
      "description": "An absolute URI that identifies the problem type. When dereferenced, it should provide human-readable documentation for the problem type."
    },
    "title": {
      "type": "string",
      "title": "Error Title",
      "example": "Resource Not Found",
      "description": "A short, human-readable summary of the problem type. It shouldn't change based on the occurrence of the problem, except for purposes of localization."
    },
    "detail": {
      "type": "string",
      "title": "Error Message",
      "example": "The requested resource could not be found.",
      "description": "A human-readable explanation specific to this occurrence of the problem. [Learn more about errors](https://mailchimp.com/developer/)."
    },
    "status": {
      "type": "integer",
      "title": "HTTP Status Code",
      "example": 404,
      "description": "The HTTP status code (RFC2616, Section 6) generated by the origin server for this occurrence of the problem."
    },
    "instance": {
      "type": "string",
      "title": "Instance ID",
      "example": "995c5cb0-3280-4a6e-808b-3b096d0bb219",
      "description": "A string that identifies this specific occurrence of the problem. Please provide this ID when contacting support."
    }
  },
  "description": "An error generated by the Mailchimp API. Conforms to IETF draft 'draft-nottingham-http-problem-06'."
}
object VerifiedDomainsVerifyDomainForSending200Response
{
  "type": "object",
  "title": "Verified Domains",
  "properties": {
    "domain": {
      "type": "string",
      "title": "Domain Name",
      "readOnly": true,
      "description": "The name of this domain."
    },
    "verified": {
      "type": "boolean",
      "title": "Verified",
      "readOnly": true,
      "description": "Whether the domain has been verified for sending."
    },
    "authenticated": {
      "type": "boolean",
      "title": "Authenticated",
      "readOnly": true,
      "description": "Whether domain authentication is enabled for this domain."
    },
    "verification_sent": {
      "type": "string",
      "title": "Verification Challenge Sent",
      "format": "date-time",
      "readOnly": true,
      "description": "The date/time that the two-factor challenge was sent to the verification email."
    },
    "verification_email": {
      "type": "string",
      "title": "Verification Email",
      "readOnly": true,
      "description": "The e-mail address receiving the two-factor challenge for this domain."
    }
  },
  "description": "The verified domains currently on the account."
}
object VerifiedDomainsVerifyDomainForSendingRequest
{
  "type": "object",
  "title": "Verify a domain for sending.",
  "required": [
    "code"
  ],
  "properties": {
    "code": {
      "type": "string",
      "title": "Verification Code",
      "description": "The code that was sent to the email address provided when adding a new domain to verify."
    }
  },
  "description": "Submit a response to the verification challenge and verify a domain for sending."
}
object VerifiedDomainsVerifyDomainForSendingResponse
{
  "type": "object",
  "title": "Verified Domains",
  "properties": {
    "domain": {
      "type": "string",
      "title": "Domain Name",
      "readOnly": true,
      "description": "The name of this domain."
    },
    "verified": {
      "type": "boolean",
      "title": "Verified",
      "readOnly": true,
      "description": "Whether the domain has been verified for sending."
    },
    "authenticated": {
      "type": "boolean",
      "title": "Authenticated",
      "readOnly": true,
      "description": "Whether domain authentication is enabled for this domain."
    },
    "verification_sent": {
      "type": "string",
      "title": "Verification Challenge Sent",
      "format": "date-time",
      "readOnly": true,
      "description": "The date/time that the two-factor challenge was sent to the verification email."
    },
    "verification_email": {
      "type": "string",
      "title": "Verification Email",
      "readOnly": true,
      "description": "The e-mail address receiving the two-factor challenge for this domain."
    }
  },
  "description": "The verified domains currently on the account."
}
object VerifiedDomainsVerifyDomainForSendingdefaultResponse
{
  "type": "object",
  "title": "Problem Detail Document",
  "required": [
    "type",
    "title",
    "status",
    "detail",
    "instance"
  ],
  "properties": {
    "type": {
      "type": "string",
      "title": "Problem Type",
      "example": "https://mailchimp.com/developer/marketing/docs/errors/",
      "description": "An absolute URI that identifies the problem type. When dereferenced, it should provide human-readable documentation for the problem type."
    },
    "title": {
      "type": "string",
      "title": "Error Title",
      "example": "Resource Not Found",
      "description": "A short, human-readable summary of the problem type. It shouldn't change based on the occurrence of the problem, except for purposes of localization."
    },
    "detail": {
      "type": "string",
      "title": "Error Message",
      "example": "The requested resource could not be found.",
      "description": "A human-readable explanation specific to this occurrence of the problem. [Learn more about errors](https://mailchimp.com/developer/)."
    },
    "status": {
      "type": "integer",
      "title": "HTTP Status Code",
      "example": 404,
      "description": "The HTTP status code (RFC2616, Section 6) generated by the origin server for this occurrence of the problem."
    },
    "instance": {
      "type": "string",
      "title": "Instance ID",
      "example": "995c5cb0-3280-4a6e-808b-3b096d0bb219",
      "description": "A string that identifies this specific occurrence of the problem. Please provide this ID when contacting support."
    }
  },
  "description": "An error generated by the Mailchimp API. Conforms to IETF draft 'draft-nottingham-http-problem-06'."
}