A valid request URL is required to generate request examples{
"_id": "<string>",
"createdAt": "<string>",
"dkim": {
"records": [
{
"name": "<string>",
"ttl": 123,
"type": "<string>",
"value": "<string>"
}
],
"status": "<string>",
"verificationInfo": {
"errorCode": "<string>",
"lastRecordFound": "<string>"
}
},
"dmarc": {
"records": [
{
"name": "<string>",
"ttl": 123,
"type": "<string>",
"value": "<string>"
}
],
"status": "<string>",
"verificationInfo": {
"errorCode": "<string>",
"lastRecordFound": "<string>"
}
},
"domain": "<string>",
"identity": {
"mailFrom": {
"status": "<string>",
"subdomain": "<string>"
},
"status": "<string>",
"verificationInfo": {
"errorCode": "<string>",
"lastCheckedAt": "2023-11-07T05:31:56Z",
"lastRecordFound": "<string>",
"lastSuccessAt": "2023-11-07T05:31:56Z"
},
"verificationStatus": "<string>"
},
"isReadyForSending": true,
"lastCheckedAt": "<string>",
"linkTracking": {
"records": [
{
"name": "<string>",
"ttl": 123,
"type": "<string>",
"value": "<string>"
}
],
"status": "<string>",
"verificationInfo": {
"errorCode": "<string>",
"lastRecordFound": "<string>"
}
},
"nameServer": "<string>",
"provider": "<string>",
"spf": {
"records": [
{
"name": "<string>",
"ttl": 123,
"type": "<string>",
"value": "<string>"
}
],
"status": "<string>",
"verificationInfo": {
"lastRecordFound": {
"mx": "<string>",
"txt": "<string>"
}
}
},
"sslCertStatus": "<string>",
"status": "<string>",
"type": "<string>",
"updatedAt": "<string>"
}Get the grey label domain for the account
A valid request URL is required to generate request examples{
"_id": "<string>",
"createdAt": "<string>",
"dkim": {
"records": [
{
"name": "<string>",
"ttl": 123,
"type": "<string>",
"value": "<string>"
}
],
"status": "<string>",
"verificationInfo": {
"errorCode": "<string>",
"lastRecordFound": "<string>"
}
},
"dmarc": {
"records": [
{
"name": "<string>",
"ttl": 123,
"type": "<string>",
"value": "<string>"
}
],
"status": "<string>",
"verificationInfo": {
"errorCode": "<string>",
"lastRecordFound": "<string>"
}
},
"domain": "<string>",
"identity": {
"mailFrom": {
"status": "<string>",
"subdomain": "<string>"
},
"status": "<string>",
"verificationInfo": {
"errorCode": "<string>",
"lastCheckedAt": "2023-11-07T05:31:56Z",
"lastRecordFound": "<string>",
"lastSuccessAt": "2023-11-07T05:31:56Z"
},
"verificationStatus": "<string>"
},
"isReadyForSending": true,
"lastCheckedAt": "<string>",
"linkTracking": {
"records": [
{
"name": "<string>",
"ttl": 123,
"type": "<string>",
"value": "<string>"
}
],
"status": "<string>",
"verificationInfo": {
"errorCode": "<string>",
"lastRecordFound": "<string>"
}
},
"nameServer": "<string>",
"provider": "<string>",
"spf": {
"records": [
{
"name": "<string>",
"ttl": 123,
"type": "<string>",
"value": "<string>"
}
],
"status": "<string>",
"verificationInfo": {
"lastRecordFound": {
"mx": "<string>",
"txt": "<string>"
}
}
},
"sslCertStatus": "<string>",
"status": "<string>",
"type": "<string>",
"updatedAt": "<string>"
}Authorizations
API key authentication
Response
Successfully fetched
Id of the domain
Date of creation
DKIM (DomainKeys Identified Mail) configuration (multi-record domains only)
Show child attributes
Show child attributes
DMARC (Domain-based Message Authentication, Reporting & Conformance) configuration with status and DNS records (multi-record domains only)
Show child attributes
Show child attributes
Domain name
Domain identity information (not present in multi-record domains - see spf/dkim sections instead)
Show child attributes
Show child attributes
Is the domain ready for sending
Date of last domain verification
Link tracking configuration with status and DNS records (multi-record domains only)
Show child attributes
Show child attributes
Name server for the domain
Domain provider
SPF (Sender Policy Framework) configuration with mail-from records (multi-record domains only)
Show child attributes
Show child attributes
SSL certificate status (pending, created, renewed, expired, failed)
Status of the domain (verifying, verified)
Type of the domain (private, grey-label, multi-record)
Date of update