Skip to content
Search
K
Main Navigation
Guide
Rest API
Wiki
Appearance
Menu
Return to top
Returns all regions and their email addresses.
GET
/api/regions/mailboxes
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
Type
API Key (header: X-CSRF-Token)
Responses
200
401
Success
Content-Type
application/json
Schema
JSON
JSON
[
{
"id"
:
0
,
"name"
:
"string"
,
"parentId"
:
0
,
"type"
:
0
,
"emailAddress"
:
"string"
,
"emailName"
:
"string"
}
]
GET
/api/regions/mailboxes
Playground
Authorization
api_key
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python