Skip to content

The caller's org deliverability rollup

GET
/v1/reputation

Read-only deliverability status for the caller’s own org: the derived status badge, per-provider/tenant sending status, the latest Sends/Bounces/Complaints window, and the open-finding count. Advisor findings degrade to unavailable_vdm_disabled when VDM is off. Strictly org-scoped.

The org reputation rollup.

The org’s provider-neutral deliverability rollup: derived status badge, sending readiness, the latest metrics window, and open-finding count.

object
object
required
string
Allowed values: reputation
org_id
required
string
status
required

UI badge: healthy/at_risk/paused/enforced/unknown.

string
sending_status
required

The org’s effective sending status.

string
configured
required

Whether outbound sending infrastructure is configured.

boolean
last_checked_at
string format: date-time
metrics
required

The latest window’s Sends/Bounces/Complaints rollup for the org.

object
window_start
string format: date-time
window_end
string format: date-time
sends
required
integer
bounces
required
integer
complaints
required
integer
bounce_rate
required
number
complaint_rate
required
number
open_findings
required

Count of open findings for the org.

integer

Missing or invalid credential.

The canonical error envelope. error is a stable machine code.

object
error
required

Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).

string
Example
forbidden
message

Human-readable detail (never leaks internals).

string
Example
missing required scope

Authenticated but lacking the required scope, or out of quota.

The canonical error envelope. error is a stable machine code.

object
error
required

Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).

string
Example
forbidden
message

Human-readable detail (never leaks internals).

string
Example
missing required scope