Fetch Email Credentials for dealer
Fetch Email Credentials for dealer
Path Parameters
dealerUUID string required
Query Parameters
accountType string required
accountName string required
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
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 object[]
warnings object[]
{
"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"
}
]
}
GET /dealers/:dealerUUID/email-credentials
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X GET '/communications/dealers/:dealerUUID/email-credentials' \
-H 'Accept: application/json'
python / requests
curl -L -X GET '/communications/dealers/:dealerUUID/email-credentials' \
-H 'Accept: application/json'
go / native
curl -L -X GET '/communications/dealers/:dealerUUID/email-credentials' \
-H 'Accept: application/json'
nodejs / axios
curl -L -X GET '/communications/dealers/:dealerUUID/email-credentials' \
-H 'Accept: application/json'
ruby / Net::HTTP
curl -L -X GET '/communications/dealers/:dealerUUID/email-credentials' \
-H 'Accept: application/json'
csharp / RestSharp
curl -L -X GET '/communications/dealers/:dealerUUID/email-credentials' \
-H 'Accept: application/json'
php / cURL
curl -L -X GET '/communications/dealers/:dealerUUID/email-credentials' \
-H 'Accept: application/json'
java / OkHttp
curl -L -X GET '/communications/dealers/:dealerUUID/email-credentials' \
-H 'Accept: application/json'
powershell / RestMethod
curl -L -X GET '/communications/dealers/:dealerUUID/email-credentials' \
-H 'Accept: application/json'