Get external reputation
Return the latest Gmail Postmaster user-reported spam-rate observation per verified sending domain, plus the worst rate across domains.
Return the latest Gmail Postmaster user-reported spam-rate observation per verified sending domain, plus the worst rate across domains. Rates are fractions (for example 0.0007 for 700 ppm) or null when a domain has no numeric signal. This response is camelCase on the wire. The data is org-scoped and environment-agnostic (Postmaster reputation is inherently production data). Takes no parameters. Requires the read:analytics scope.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
External reputation signals.
dataobjectrequireddata.domainsarray<object>requireddata.worstGmailSpamRatenumberrequiredThe worst (maximum) rate across domains; null when no domain has a numeric rate.