Skip to main content
GET
List invoice emails

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-organisation-id
string<uuid>

Target organisation. Required when authenticating with an API key; omit for Bearer callers (resolved from the token).

Path Parameters

id
string<uuid>
required

Response

OK

id
string<uuid>
required
recipient
string
required
status
string
required
messageId
null | string<uuid>
required
createdAt
string<date-time>
required
sentAt
null | string<date-time>
required
deliveredAt
null | string<date-time>
required
bouncedAt
null | string<date-time>
required
spamComplaintAt
null | string<date-time>
required
bounceType
null | string
required
bounceDescription
null | string
required