Skip to main content

Get Email Servers

Select

SaaS
Customer Managed

This operation returns the configuration for the email server.

More Details

Responses

OK


Schema
  • enableSSL boolean
  • smtpServer string
  • smtpPort integer
  • useAuthentication boolean
  • maxMailServerSize integer
  • userInfo object
  • userName string
  • senderInfo object
  • senderName string
  • senderAddress string
GET /emailserver    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/EmailServer' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'