{"id":2768,"date":"2022-11-09T20:21:47","date_gmt":"2022-11-09T20:21:47","guid":{"rendered":"https:\/\/serviceobjects.wpaladdin.com\/?page_id=2768"},"modified":"2022-12-16T15:38:31","modified_gmt":"2022-12-16T23:38:31","slug":"dots-email-validation-3","status":"publish","type":"page","link":"https:\/\/test.serviceobjects.com\/docs\/dots-email-validation-3\/","title":{"rendered":"DOTS Email Validation 3"},"content":{"rendered":"\n<ul class=\"is-style-bullets-list wp-block-list\">\n<li><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-email-validation-3\/#DOTSEmailValidation3-Introduction\">Introduction<\/a>\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-email-validation-3\/#DOTSEmailValidation3-OverviewofHowitWorks\">Overview of How it Works<\/a><\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-email-validation-3\/#DOTSEmailValidation3-DeveloperGuideMap\">Developer Guide Map<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-email-validation-3\/#DOTSEmailValidation3-IntegrationBasics\">Integration Basics<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"DOTSEmailValidation3-Introduction\">Introduction<\/h2>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>DOTS Email Validation 3 (EV3) is a web service that provides validity and metadata information about an email address. The service provides common data elements such as syntax validity along with more refined data such as SMTP failures and deliverability&nbsp;flags.&nbsp;<\/p>\n\n\n\n<p>EV3 can help provide instant email data verification to websites or enhancement to contact lists.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-main-btn\"><a class=\"wp-block-button__link has-white-color has-text-color has-background wp-element-button\" href=\"https:\/\/www.serviceobjects.com\/email-validation\/\" style=\"background-color:#084c9c\" target=\"_blank\" rel=\"noreferrer noopener\">GET YOUR FREE API TRIAL KEY<\/a><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-style-card-note is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><strong>If you are an existing client and are using the previous version of this service then please click on the following link.<\/strong><\/p>\n\n\n\n<p><a href=\"https:\/\/test.serviceobjects.com\/docs\/legacy\/dots-email-validation-2\/\">DOTS Email Validation 2<\/a><\/p>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"DOTSEmailValidation3-OverviewofHowitWorks\">Overview of How it Works<\/h2>\n\n\n\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li>These are the essential checks that are performed by each operation. The service operation steps through each section to determine if an email is valid. If one step fails, subsequent checks are not made because they have been logically eliminated. Example: if the syntax on an email fails, neither the DNS nor the SMTP check is done.<\/li>\n\n\n\n<li><strong>Step 1: Email Correction &#8211;&nbsp;<\/strong>The email is first cleaned and corrected before being validated and verified. Extraneous text and characters are removed and common email&nbsp;deformities are fixed. Typos, misspellings as well as incomplete domains are also corrected.<\/li>\n\n\n\n<li><strong>Step 2: Syntax Check<\/strong>&nbsp;&#8211; The email is tested to verify that the format is valid, such as an &#8220;@&#8221; symbol, a domain, and no odd characters that aren&#8217;t allowed in email addresses. The rules specific to the domain are also checked. For example, if you input&nbsp;<a rel=\"noreferrer noopener\" href=\"mailto:aa@aol.com\" target=\"_blank\">aa@aol.com<\/a>&nbsp;it will pass the syntax check but fail the domain specific syntax check, and therefore we do not need to continue with the DNS or SMTP level checks.<\/li>\n\n\n\n<li><strong>Step 3: DNS Check<\/strong>&nbsp;&#8211; The DNS or domain name check verifies that the domain exists and has a valid MX record in order to relay mail.<\/li>\n\n\n\n<li><strong>Step 4: SMTP Check<\/strong>&nbsp;&#8211; Once we obtain the location of the mail server from a successful DNS check, we start communicating with the target mail server. No email is actually sent to the email address being verified. This step gives us three pieces of information. It tells us if the server is working, if it will accept any address, and if will it accept this specific address. One difficulty of email validation is dealing with the defensive behaviors of email servers. Because of the growth of spam and email-mining tools, SMTP servers often respond to requests for information in cryptic and defensive ways. Mail servers may respond very slowly to information requests, provide unhelpful data, or sometimes no data at all. We have carefully crafted our system with this in mind, and therefore the data we return is still very accurate. However, sometimes we are still forced to return an unknown result for some of the SMTP level checks.<\/li>\n\n\n\n<li><strong>Step 5: Integrity Checks &#8211;<\/strong>&nbsp;A deliverable email address is not always a good email address. Just because an email does not bounce back does not mean that it was received, and so our service performs a variety tests and checks to evaluate the integrity of an email address. For example an email address may be a disposable address that is only temporarily deliverable or worst yet a spam trap.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"DOTSEmailValidation3-DeveloperGuideMap\">Developer Guide Map<\/h2>\n\n\n\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-email-validation-3\/ev3-operations\/\">Operations<\/a>\n<ul class=\"wp-block-list\">\n<li>This section lists the DOTS Email Validation 3 operations and goes into the details behind the inputs and outputs.&nbsp;\n<ul class=\"wp-block-list\">\n<li>Operations:\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-email-validation-3\/ev3-operations\/ev3-validateemailaddress-recommended\/\">ValidateEmailAddress&nbsp;<\/a><strong><mark style=\"color:#339966\" class=\"has-inline-color\">(Recommended Operation)<\/mark><\/strong><\/li>\n\n\n\n<li><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-email-validation-3\/ev3-operations\/ev3-validateemailfull\/\">ValidateEmailFull<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-email-validation-3\/ev3-operations\/ev3-validateemailfullnocorrections\/\">ValidateEmailFullNoCorrections<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-email-validation-3\/ev3-operations\/ev3-validateemailfast\/\">ValidateEmailFast<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-email-validation-3\/ev3-operations\/ev3-validateemailfastnocorrections-2\/\">ValidateEmailFastNoCorrections<\/a><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-email-validation-3\/ev3-codes-and-notes\/\">Codes, Notes, Correction<\/a>\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li>This section shows additional supporting data tables for the DPV and Correction code values returned by DOTS Email Validation operations.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-email-validation-3\/ev3-errors\/\">Errors<\/a>\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li>This section reflects details on the error outputs that can happen with the service.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-email-validation-3\/ev3-code-snippets-and-sample-code\/\">Code Snippets and Sample Code<\/a>\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li>Here you&#8217;ll find code snippets for various programming languages and frameworks along with links to our sample code page on the web site.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-email-validation-3\/ev3-try-the-api\/\">Try The API<\/a>\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li>This is where you&#8217;ll go to take the API for a spin.&nbsp; There you can test our recommended operation GetAddressInsight.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-email-validation-3\/ev3-service-reference\/\">Service Reference<\/a>\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li>In this section you&#8217;ll find all the different endpoints supported by this service, input and output schema information as well as an opportunity to try the other endpoints as well.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li><a href=\"https:\/\/test.serviceobjects.com\/docs\/dots-email-validation-3\/ev3-frequently-asked-questions\/\">Frequently Asked Questions<\/a>\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li>This is a list of some of the questions we hear more often that you can reference and get answers on right away.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"DOTSEmailValidation3-IntegrationBasics\">Integration Basics<\/h2>\n\n\n\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li>Integrating EV3 into your application should be easy and straightforward. If you are using a common platform, such as asp, vb, C# .NET, PHP and others, Service Objects may already have sample code built that you can use:<\/li>\n\n\n\n<li><a rel=\"noreferrer noopener\" href=\"https:\/\/www.serviceobjects.com\/developers\/sample-code\/\" target=\"_blank\">https:\/\/www.serviceobjects.com\/developers\/sample-code\/<\/a><\/li>\n\n\n\n<li>However, if you are using a common platform that does not already have sample code, you can ask Service Objects to build an example for you. Email&nbsp;<a rel=\"noreferrer noopener\" href=\"mailto:support@serviceobjects.com\" target=\"_blank\">support@serviceobjects.com<\/a>&nbsp;for more details.<\/li>\n\n\n\n<li><strong>Web Service Structure<\/strong><\/li>\n\n\n\n<li>Web services provide a standard interface to encapsulate tricky business logic. They allow simple integration of applications via the web. Service Objects has followed web services best practices and come up with some of its own standards to ensure that its web services are as easy to integrate, and as accessible as possible.<\/li>\n\n\n\n<li><strong>The host path, or physical location of the web service is here:<\/strong><\/li>\n\n\n\n<li><a href=\"https:\/\/trial.serviceobjects.com\/ev3\/api.svc\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/trial.serviceobjects.com\/ev3\/api.svc<\/a><\/li>\n\n\n\n<li><strong>A test page for the web service can be found here:<\/strong><\/li>\n\n\n\n<li><a rel=\"noreferrer noopener\" href=\"https:\/\/trial.serviceobjects.com\/ev3\/\" target=\"_blank\">https:\/\/trial.serviceobjects.com\/ev3\/<\/a><\/li>\n\n\n\n<li><\/li>\n<\/ul>\n\n\n\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li><strong>The location of the WSDL, or Web Service Definition Language document, is here<\/strong>&nbsp;(This is also accessible via the &#8220;Service Definition&#8221; link.):<\/li>\n\n\n\n<li><a rel=\"noreferrer noopener\" href=\"https:\/\/trial.serviceobjects.com\/ev3\/soap.svc?wsdl\" target=\"_blank\">https:\/\/trial.serviceobjects.com\/ev3\/soap.svc?wsdl<\/a><\/li>\n<\/ul>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-group is-style-card-note is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><strong>Important Note!<\/strong><br>SOAP is done via POST, only with special XML markup in the post-body.<\/p>\n<\/div>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<ul class=\"is-style-no-bullets-indented-list wp-block-list\">\n<li>The WSDL is an XML document that defines the interaction web service, meaning its inputs, outputs, operations, and the like. Most likely, you will have another tool read this WSDL and make the operations available to you in your application via some type of proxy class. Whenever your utilities or IDE asks for a WSDL path, you can provide this one. Every web service has&nbsp;<em>operations<\/em>&nbsp;that it offers to subscribers. These operations, also called methods, contain different functionality and return different outputs.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Introduction DOTS Email Validation 3 (EV3) is a web service that provides validity and metadata information about an email address. The service provides common data elements such as syntax validity along with more refined data such as SMTP failures and deliverability&nbsp;flags.&nbsp; EV3 can help provide instant email data verification to websites or enhancement to contact [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":17,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2768","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>DOTS Email Validation 3<\/title>\n<meta name=\"description\" content=\"Introduction Overview of How it Works Developer Guide Map Integration Basics Introduction DOTS Email Validation 3 (EV3) is a web service that provides\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DOTS Email Validation 3\" \/>\n<meta property=\"og:description\" content=\"Introduction Overview of How it Works Developer Guide Map Integration Basics Introduction DOTS Email Validation 3 (EV3) is a web service that provides\" \/>\n<meta property=\"og:url\" content=\"https:\/\/test.serviceobjects.com\/docs\/dots-email-validation-3\/\" \/>\n<meta property=\"og:site_name\" content=\"Service Objects | Contact, Phone, Email Verification | Data Quality Services\" \/>\n<meta property=\"article:modified_time\" content=\"2022-12-16T23:38:31+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/dots-email-validation-3\/\",\"url\":\"https:\/\/test.serviceobjects.com\/docs\/dots-email-validation-3\/\",\"name\":\"DOTS Email Validation 3\",\"isPartOf\":{\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/#website\"},\"datePublished\":\"2022-11-09T20:21:47+00:00\",\"dateModified\":\"2022-12-16T23:38:31+00:00\",\"description\":\"Introduction Overview of How it Works Developer Guide Map Integration Basics Introduction DOTS Email Validation 3 (EV3) is a web service that provides\",\"breadcrumb\":{\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/dots-email-validation-3\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/test.serviceobjects.com\/docs\/dots-email-validation-3\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/dots-email-validation-3\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/test.serviceobjects.com\/docs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DOTS Email Validation 3\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/#website\",\"url\":\"https:\/\/test.serviceobjects.com\/docs\/\",\"name\":\"Service Objects | Contact, Phone, Email Verification | Data Quality Services\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/test.serviceobjects.com\/docs\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/#organization\",\"name\":\"Service Objects | Contact, Phone, Email Verification | Data Quality Services\",\"url\":\"https:\/\/test.serviceobjects.com\/docs\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/08\/SO-logo-2560px-transparent.png\",\"contentUrl\":\"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/08\/SO-logo-2560px-transparent.png\",\"width\":2560,\"height\":1440,\"caption\":\"Service Objects | Contact, Phone, Email Verification | Data Quality Services\"},\"image\":{\"@id\":\"https:\/\/test.serviceobjects.com\/docs\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"DOTS Email Validation 3","description":"Introduction Overview of How it Works Developer Guide Map Integration Basics Introduction DOTS Email Validation 3 (EV3) is a web service that provides","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"DOTS Email Validation 3","og_description":"Introduction Overview of How it Works Developer Guide Map Integration Basics Introduction DOTS Email Validation 3 (EV3) is a web service that provides","og_url":"https:\/\/test.serviceobjects.com\/docs\/dots-email-validation-3\/","og_site_name":"Service Objects | Contact, Phone, Email Verification | Data Quality Services","article_modified_time":"2022-12-16T23:38:31+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/test.serviceobjects.com\/docs\/dots-email-validation-3\/","url":"https:\/\/test.serviceobjects.com\/docs\/dots-email-validation-3\/","name":"DOTS Email Validation 3","isPartOf":{"@id":"https:\/\/test.serviceobjects.com\/docs\/#website"},"datePublished":"2022-11-09T20:21:47+00:00","dateModified":"2022-12-16T23:38:31+00:00","description":"Introduction Overview of How it Works Developer Guide Map Integration Basics Introduction DOTS Email Validation 3 (EV3) is a web service that provides","breadcrumb":{"@id":"https:\/\/test.serviceobjects.com\/docs\/dots-email-validation-3\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/test.serviceobjects.com\/docs\/dots-email-validation-3\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/test.serviceobjects.com\/docs\/dots-email-validation-3\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/test.serviceobjects.com\/docs\/"},{"@type":"ListItem","position":2,"name":"DOTS Email Validation 3"}]},{"@type":"WebSite","@id":"https:\/\/test.serviceobjects.com\/docs\/#website","url":"https:\/\/test.serviceobjects.com\/docs\/","name":"Service Objects | Contact, Phone, Email Verification | Data Quality Services","description":"","publisher":{"@id":"https:\/\/test.serviceobjects.com\/docs\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/test.serviceobjects.com\/docs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/test.serviceobjects.com\/docs\/#organization","name":"Service Objects | Contact, Phone, Email Verification | Data Quality Services","url":"https:\/\/test.serviceobjects.com\/docs\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/test.serviceobjects.com\/docs\/#\/schema\/logo\/image\/","url":"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/08\/SO-logo-2560px-transparent.png","contentUrl":"https:\/\/test.serviceobjects.com\/docs\/wp-content\/uploads\/2022\/08\/SO-logo-2560px-transparent.png","width":2560,"height":1440,"caption":"Service Objects | Contact, Phone, Email Verification | Data Quality Services"},"image":{"@id":"https:\/\/test.serviceobjects.com\/docs\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/pages\/2768","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/comments?post=2768"}],"version-history":[{"count":53,"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/pages\/2768\/revisions"}],"predecessor-version":[{"id":9259,"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/pages\/2768\/revisions\/9259"}],"wp:attachment":[{"href":"https:\/\/test.serviceobjects.com\/docs\/wp-json\/wp\/v2\/media?parent=2768"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}