Skip to content

Returns the mailboxes of the current user, including their unread mail counts.

GET
/api/mailboxes

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Responses

Success.

application/json
JSON
[
{
"id": 0,
"name": "string",
"count": 0
}
]

Playground

Authorization

Samples

cURL
JavaScript
PHP
Python