Skip to main content
GET
List forwards this company rejected

Authorizations

x-dolfin-api-key
string
header
required

An API key issued to your client. It carries the client's scope; org-scoped calls also require the x-dolfin-organisation-id header. Keys are created and revoked by a client administrator.

Headers

x-dolfin-client-id
string<uuid>

Target client. Required when your credential grants access to more than one client; omit when it resolves a single client.

Path Parameters

companyId
string<uuid>
required

Query Parameters

Limit
default:20

Maximum rejections to return, newest first. 1-100, default 20.

Response

OK

id
string<uuid>
required
fromAddress
string
required

The sender the dropped forward came from.

fromDomain
string
required
subject
null | string
required
attachmentCount
required

Number of attachments on the dropped email.

attachmentSummary
null | string
required

Short 'name (type)' summary of the attachments — the bytes are not stored.

reason
enum<string>
required

Why it was dropped: SenderNotAllowed or AuthenticationFailed.

Available options:
SenderNotAllowed,
AuthenticationFailed
authResult
enum<string>
required

Overall email-auth (DKIM/DMARC) verdict for the sender: Pass, Fail or Unknown.

Available options:
Unknown,
Pass,
Fail
dkimResult
enum<string>
required

Aligned-DKIM check: Pass (valid signature from the sender's domain), Fail, or Unknown. Render as a per-check tick/cross.

Available options:
Unknown,
Pass,
Fail
spfResult
enum<string>
required

Aligned-SPF check: Pass (SPF passed for the sender's domain), Fail, or Unknown. Render as a per-check tick/cross.

Available options:
Unknown,
Pass,
Fail
receivedAt
string<date-time>
required

When the dropped forward was received.