Skip to content

Return mail from mailbox.

GET
/api/mailbox/{mailId}

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

mailId*
Typestring
Required
Pattern"\\d+"

Responses

Success.

application/json
JSON
{
"id": -1,
"mailboxId": -1,
"mailboxFolder": -1,
"from": {
"mailbox": "string",
"hostname": null,
"name": null,
"address": "string"
},
"time": "string",
"subject": "",
"body": "string",
"bodyHtml": "string",
"isRead": false,
"isAnswered": false
}

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python