Test Email Credentials for dealer
Test Email Credentials for dealer
Path Parameters
dealerUUID string required
application/json
Request Body required
emailCredentialsRequests object[]
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
emailCredentialsResponses object[]
errors object[]
warnings object[]
{
"emailCredentialsResponses": [
{
"serverLogs": "string",
"outcome": "string",
"testDuration": "string",
"credentialsType": "string",
"error": "string",
"password": "string",
"imaphost": "string",
"imapport": "string",
"smtpuserID": "string",
"smtppassword": "string",
"smtphost": "string",
"smtpport": "string",
"smtpuseSSLOrTLS": "string",
"smtpenableStartTLS": "string",
"smtpuseAuth": "string",
"imapuseSSLOrTLS": "string",
"imapenableStartTLS": "string",
"accountType": "string",
"imapuserID": "string",
"imappassword": "string",
"dealerEmail": "string",
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
],
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
POST /dealers/:dealerUUID/email-credentials/test
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/communications/dealers/:dealerUUID/email-credentials/test' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"emailCredentialsRequests": [
{
"imapUserID": "string",
"imapHost": "string",
"imapPort": "string",
"smtpUserID": "string",
"smtpPassword": "string",
"smtpHost": "string",
"smtpPort": "string",
"smtpEnableStartTLS": "string",
"smtpUseAuth": "string",
"imapUseSSLOrTLS": "string",
"imapEnableStartTLS": "string",
"smtpUseSSLOrTLS": "string",
"dealerEmail": "string",
"accountType": "string",
"password": "string",
"orgName": "string",
"credentialsType": "string",
"imapPassword": "string"
}
]
}'
python / requests
curl -L -X POST '/communications/dealers/:dealerUUID/email-credentials/test' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"emailCredentialsRequests": [
{
"imapUserID": "string",
"imapHost": "string",
"imapPort": "string",
"smtpUserID": "string",
"smtpPassword": "string",
"smtpHost": "string",
"smtpPort": "string",
"smtpEnableStartTLS": "string",
"smtpUseAuth": "string",
"imapUseSSLOrTLS": "string",
"imapEnableStartTLS": "string",
"smtpUseSSLOrTLS": "string",
"dealerEmail": "string",
"accountType": "string",
"password": "string",
"orgName": "string",
"credentialsType": "string",
"imapPassword": "string"
}
]
}'
go / native
curl -L -X POST '/communications/dealers/:dealerUUID/email-credentials/test' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"emailCredentialsRequests": [
{
"imapUserID": "string",
"imapHost": "string",
"imapPort": "string",
"smtpUserID": "string",
"smtpPassword": "string",
"smtpHost": "string",
"smtpPort": "string",
"smtpEnableStartTLS": "string",
"smtpUseAuth": "string",
"imapUseSSLOrTLS": "string",
"imapEnableStartTLS": "string",
"smtpUseSSLOrTLS": "string",
"dealerEmail": "string",
"accountType": "string",
"password": "string",
"orgName": "string",
"credentialsType": "string",
"imapPassword": "string"
}
]
}'
nodejs / axios
curl -L -X POST '/communications/dealers/:dealerUUID/email-credentials/test' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"emailCredentialsRequests": [
{
"imapUserID": "string",
"imapHost": "string",
"imapPort": "string",
"smtpUserID": "string",
"smtpPassword": "string",
"smtpHost": "string",
"smtpPort": "string",
"smtpEnableStartTLS": "string",
"smtpUseAuth": "string",
"imapUseSSLOrTLS": "string",
"imapEnableStartTLS": "string",
"smtpUseSSLOrTLS": "string",
"dealerEmail": "string",
"accountType": "string",
"password": "string",
"orgName": "string",
"credentialsType": "string",
"imapPassword": "string"
}
]
}'
ruby / Net::HTTP
curl -L -X POST '/communications/dealers/:dealerUUID/email-credentials/test' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"emailCredentialsRequests": [
{
"imapUserID": "string",
"imapHost": "string",
"imapPort": "string",
"smtpUserID": "string",
"smtpPassword": "string",
"smtpHost": "string",
"smtpPort": "string",
"smtpEnableStartTLS": "string",
"smtpUseAuth": "string",
"imapUseSSLOrTLS": "string",
"imapEnableStartTLS": "string",
"smtpUseSSLOrTLS": "string",
"dealerEmail": "string",
"accountType": "string",
"password": "string",
"orgName": "string",
"credentialsType": "string",
"imapPassword": "string"
}
]
}'
csharp / RestSharp
curl -L -X POST '/communications/dealers/:dealerUUID/email-credentials/test' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"emailCredentialsRequests": [
{
"imapUserID": "string",
"imapHost": "string",
"imapPort": "string",
"smtpUserID": "string",
"smtpPassword": "string",
"smtpHost": "string",
"smtpPort": "string",
"smtpEnableStartTLS": "string",
"smtpUseAuth": "string",
"imapUseSSLOrTLS": "string",
"imapEnableStartTLS": "string",
"smtpUseSSLOrTLS": "string",
"dealerEmail": "string",
"accountType": "string",
"password": "string",
"orgName": "string",
"credentialsType": "string",
"imapPassword": "string"
}
]
}'
php / cURL
curl -L -X POST '/communications/dealers/:dealerUUID/email-credentials/test' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"emailCredentialsRequests": [
{
"imapUserID": "string",
"imapHost": "string",
"imapPort": "string",
"smtpUserID": "string",
"smtpPassword": "string",
"smtpHost": "string",
"smtpPort": "string",
"smtpEnableStartTLS": "string",
"smtpUseAuth": "string",
"imapUseSSLOrTLS": "string",
"imapEnableStartTLS": "string",
"smtpUseSSLOrTLS": "string",
"dealerEmail": "string",
"accountType": "string",
"password": "string",
"orgName": "string",
"credentialsType": "string",
"imapPassword": "string"
}
]
}'
java / OkHttp
curl -L -X POST '/communications/dealers/:dealerUUID/email-credentials/test' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"emailCredentialsRequests": [
{
"imapUserID": "string",
"imapHost": "string",
"imapPort": "string",
"smtpUserID": "string",
"smtpPassword": "string",
"smtpHost": "string",
"smtpPort": "string",
"smtpEnableStartTLS": "string",
"smtpUseAuth": "string",
"imapUseSSLOrTLS": "string",
"imapEnableStartTLS": "string",
"smtpUseSSLOrTLS": "string",
"dealerEmail": "string",
"accountType": "string",
"password": "string",
"orgName": "string",
"credentialsType": "string",
"imapPassword": "string"
}
]
}'
powershell / RestMethod
curl -L -X POST '/communications/dealers/:dealerUUID/email-credentials/test' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"emailCredentialsRequests": [
{
"imapUserID": "string",
"imapHost": "string",
"imapPort": "string",
"smtpUserID": "string",
"smtpPassword": "string",
"smtpHost": "string",
"smtpPort": "string",
"smtpEnableStartTLS": "string",
"smtpUseAuth": "string",
"imapUseSSLOrTLS": "string",
"imapEnableStartTLS": "string",
"smtpUseSSLOrTLS": "string",
"dealerEmail": "string",
"accountType": "string",
"password": "string",
"orgName": "string",
"credentialsType": "string",
"imapPassword": "string"
}
]
}'