Skip to content

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.middleware
  • github.com/raghavyuva/nixopus-api/internal/routes.(*Router).SetupRoutes.(*Router).setupAuthentication.func2
  • github.com/raghavyuva/nixopus-api/internal/routes.(*Router).applyMiddleware.func1
  • github.com/raghavyuva/nixopus-api/internal/routes.(*Router).applyMiddleware.func2
  • github.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"
}

Playground

Server
Headers

Samples

Powered by VitePress OpenAPI

Made with love
Released under the Functional Source License (FSL)