get smtp
GET
/api/v1/notification/smtp
Controller:
github.com/raghavyuva/nixopus-api/internal/features/notification/controller.(*NotificationController).GetSmtp
Middlewares:
github.com/go-fuego/fuego.defaultLogger.middlewaregithub.com/raghavyuva/nixopus-api/internal/routes.(*Router).SetupRoutes.(*Router).setupAuthentication.func2github.com/raghavyuva/nixopus-api/internal/routes.(*Router).applyMiddleware.func1github.com/raghavyuva/nixopus-api/internal/routes.(*Router).applyMiddleware.func2github.com/raghavyuva/nixopus-api/internal/routes.(*Router).applyMiddleware.func3
Parameters
Header Parameters
Accept
Type
string
Responses
OK
JSON
{
"data": {
"created_at": "string",
"from_email": "string",
"from_name": "string",
"host": "string",
"id": null,
"is_active": true,
"organization_id": null,
"port": 0,
"security": "string",
"updated_at": "string",
"user_id": null,
"username": "string"
},
"message": "string",
"status": "string"
}