Accounts

Please note: you will receive a list of email accounts that belong to the token owner or to which access has been granted.

List of available email accounts

GET https://do.workzeal.com/mail/accounts

Name
Type
Description

Authorization*

String

Bearer XXXXXX.XXXXX.XXXXX

Content-Type

String

application/json

Answer

{
   
  "status": "success",
  "error": "",
  "code": null,
  "rows": 0,
  "pages": 0,
  "page": 0,
  "value": [
             {
                "id": 4,
                "user_id": 37,
                "imap": "imap.gmail.ru",
                "port": 993,
                "ssl": true,
                "login": "[email protected]",
                "email": "[email protected]",
                "flag": "M",
                "signature": "HTML code of signature",
                "smtphost": "smtp.google.com",
                "smtpport": 587,
                "smtpssl": true,
                "user_name": "Manager",
                "avatar": "url"
               }
            ]
  }

Columns

Имя
Описание

id

ID

user_id

User ID

imap

IMAP

port

PORT in IMAP server

ssl

SSL

login

Login

email

Email

signature

Signature in HTML format

flag

Flag [M] is enabled [D] is deleted

smtphost

SMTP server

smtpport

PORT in SMTP server

smtpssl

Using SSL

user_name

Username

avatar

URL to user's avatar

Users