Skip to main content
GET

Authorizations

Authorization
string
header
required

Org-scoped Norbelys API key. Create one in Settings → API keys and send it as Authorization: Bearer ak_….

Path Parameters

id
string
required

The resource id (path).

Response

OK

from
MessageAddress · object
required

The From identity as sent.

html
string
required

The final HTML body, tracking applied.

subject
string
required

The final personalized subject.

Example:

"Your receipt from Acme"

text
string
required

The final plain-text body.

to
MessageAddress · object
required

The recipient as sent.

attachments
MessageSourceAttachment · object[]

Attached files (metadata only; raw content omitted).

bcc
MessageAddress · object[]

Blind-carbon-copy recipients, as sent.

cc
MessageAddress · object[]

Carbon-copy recipients, as sent.

headers
object

Extra headers attached at send time.

replyTo
string

The Reply-To header, if set.