Skip to main content
GET
/
messages
/
{messageId}
cURL
curl -X GET 'https://api.nuntly.com/messages/imsg_01kabn43yqyxn2bx4ve84mczd3' \
  -H 'Authorization: Bearer apk_xxx'
{
  "data": {
    "id": "<string>",
    "createdAt": "<string>",
    "inboxId": "<string>",
    "threadId": "<string>",
    "messageId": "<string>",
    "from": "<string>",
    "to": [
      "<string>"
    ],
    "cc": "carlo43@gmail.com",
    "bcc": "archive@company.com",
    "replyTo": "support@company.com",
    "subject": "<string>",
    "receivedAt": "<string>",
    "labels": [
      "<string>"
    ],
    "attachmentCount": 123,
    "headers": {}
  }
}

Authorizations

Authorization
string
header
required

Use an API key from https://nuntly.com/dashboard/api-keys. Required on every endpoint.

Path Parameters

messageId
string
required

The email Message-ID header.

Response

Successful response.

data
object
required