Retrieve the DNS challenge records to verify your domain. Given a verified domain example.com, we will get a response object like:

 {
"spf":"f312f7d574756c8a.smtp.sendamply.net",
"dkim":"amp._domainkey.f312f7d574756c8a.smtp.sendamply.net",
"whitelabel":"c.sendamply.com",
"shared":"slcxS2Ke6mowq1rJcCNAjSvgOHuNhp2NSHDt1HlTzhU="
}
The following records must be created before the domain can be successfully verified:
TypePurposeHostValue
CNAMESPFamp.example.comf312f7d574756c8a.smtp.sendamply.net
CNAMEDKIMamp._domainkey.example.comamp._domainkey.f312f7d574756c8a.smtp.sendamply.net
CNAMEWhitelabelc.amp.example.comc.sendamply.com
TXTRedundant/Shared Sendingexample.comslcxS2Ke6mowq1rJcCNAjSvgOHuNhp2NSHDt1HlTzhU=

Language
Authorization
Header
Click Try It! to start a request and see the response here!