Get external reputation

Return the latest Gmail Postmaster user-reported spam-rate observation per verified sending domain, plus the worst rate across domains.

GEThttps://api.mailfully.com/v1/analytics/external-reputation

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.

Loading code example
Loading code example

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

application/json

External reputation signals.

dataobjectrequired
data.domainsarray<object>required
data.worstGmailSpamRatenumberrequired

The worst (maximum) rate across domains; null when no domain has a numeric rate.