EmailAccounts
Get one EmailAccount
Retrieve a single EmailAccount record by its Id.
GET
Get one EmailAccount
An EmailAccount configures an incoming email connection (IMAP) used to receive messages for the help desk or other automated workflows. Each account specifies server connection details, credentials, and message handling policies.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the EmailAccount-Read role.Path Parameters
integer
required
The Id of the EmailAccount record to retrieve.
Code Examples
Response
200
integer
ID of the business linked to this record.
string
The display name value for this email account.
string
The email address value for this email account.
boolean
Whether this email account is currently active.
boolean
Whether send notification on new messages is enabled.
string
The notification email address value for this email account.
string
The incoming server value for this email account.
integer
The incoming server type value for this email account. See
eEmailServerType enum values: 1 = Imap.integer
The incoming server port value for this email account.
boolean
Whether incoming server ssl is enabled.
string
The incoming server username value for this email account.
integer
The delete message settings value for this email account. See
eMessageDeletionPolicy enum values: 1 = DontDelete, 2 = DeleteOnReceive, 3 = DeleteWhenDeleting.string
The outgoing server value for this email account.
integer
The outgoing server port value for this email account.
boolean
Whether outgoing server ssl is enabled.
string
The outgoing server username value for this email account.
string
The reply to email value for this email account.
string
Date/time value for last check time.
integer
ID of the last message associated with this record.
integer
The error count value for this email account.
string
The google access token value for this email account.
string
The office365 access token value for this email account.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response
Get one EmailAccount