API Guide

default — Success or error response
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
GET /notifications/smtp
Retrieves the applied SMTP configuration.
API
GET /notifications/smtp
Description This API returns the currently applied SMTP configuration.
Parameters None
Responses 200 — Response to get SMTP configuration request
{
"smtp":
{
"smtp_host": "string",
"port*": "integer",
"from_email_id*": "string",
"username": "string",
"password": "string",
"auth_required*": "boolean",
"ssl_required*": "boolean"
}
}
401 — You are not authorized to perform this operation
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
132
Notifications