GET /gpdomains
GETgpdomains
Retrieve Google Postmaster data for monitored domains within a specified time period
Query Parameters
offset string
Number of items to skip before starting to return results
limit string
Maximum number of items to return per request
stats_date_from string Required
Start date for filtering statistics. Example: 2021-07-06T00:00:00.000Z
stats_date_to string Required
End date for filtering statistics. Example: 2021-08-06T00:00:00.000Z. The difference between stats_date_from and stats_date_to must not exceed 30 days
domain string
Filter results by a domain name substring
domain_reputations string
Filter results by domainReputation
profile_id string
Filter results by profile ID
ip string
Filter results by an IP address substring
hide_without_stats boolean
hide all domains without trafficStats
include_deleted boolean
include deleted domains in results
Returns
- dataarray
- idstringUnique identifier of the Google Postmaster domain entry
- domainstringThe monitored domain name
- deleted_atstringTimestamp when the domain was deleted. Present only for deleted domains
- traffic_statsarrayList of traffic statistics records
- keystringKey identifying this traffic stats record
- domainstringThe domain name associated with this traffic stats entry
- date_timestampstringTimestamp of the traffic stats entry
- ipReputationsarrayBreakdown of sending IP reputations grouped by reputation category
- reputationstringIP reputation category as reported by Google PostmasterAllowed values:
REPUTATION_CATEGORY_UNSPECIFIED,HIGH,MEDIUM,LOW,BAD - ipCountstringNumber of IPs with this reputation category
- sampleIpsarraySample list of IP addresses in this reputation category
- reputationstring
- domainReputationstringOverall domain reputation as reported by Google PostmasterAllowed values:
REPUTATION_CATEGORY_UNSPECIFIED,HIGH,MEDIUM,LOW,BAD - spammyFeedbackLoopsarrayList of spammy feedback loop identifiers and their spam ratios for this domain
- idstringFeedback loop identifier
- spamRationumberRatio of messages flagged as spam
- idstring
- userReportedSpamRationumberRatio of messages reported as spam by users
- userReportedSpamRatioLowerBoundnumberLower bound of the user-reported spam ratio confidence interval
- userReportedSpamRatioUpperBoundnumberUpper bound of the user-reported spam ratio confidence interval
- spfSuccessRationumberRatio of messages that passed SPF authentication
- dkimSuccessRationumberRatio of messages that passed DKIM authentication
- dmarcSuccessRationumberRatio of messages that passed DMARC authentication
- outboundEncryptionRationumberRatio of outbound messages delivered over an encrypted connection
- inboundEncryptionRationumberRatio of inbound messages received over an encrypted connection
- deliveryErrorsarrayList of delivery errors encountered during the reporting period
- errorClassstringClassification of the delivery errorAllowed values:
DELIVERY_ERROR_CLASS_UNSPECIFIED,PERMANENT_ERROR,TEMPORARY_ERROR - errorTypestringSpecific type of delivery errorAllowed values:
DELIVERY_ERROR_TYPE_UNSPECIFIED,RATE_LIMIT_EXCEEDED,SUSPECTED_SPAM,CONTENT_SPAMMY,BAD_ATTACHMENT,BAD_DMARC_POLICY,LOW_IP_REPUTATION,LOW_DOMAIN_REPUTATION,IP_IN_RBL,DOMAIN_IN_RBL,BAD_PTR_RECORD - errorRationumberRatio of messages affected by this delivery error type
- errorClassstring
- keystring
- idstring
- metaobjectPagination metadata for list responses
- countintegerTotal number of items available
- offsetintegerNumber of items skipped
- limitintegerMaximum number of items returned per request
- countinteger
400 Bad Request
Bad Request
401 Unauthorized
Unauthorized
403 Forbidden
Forbidden
500 Internal Server Error
Internal server error