Skip to content

Get namespace settings

GET
/api/smtp/{namespace}

Authorizations

ApiKey
Type
API Key (header: X-Api-Key)

Parameters

Path Parameters

namespace*
Type
string
Required

Responses

application/json
JSON
{
  
"data": {
  
  
"host": "string",
  
  
"port": 0,
  
  
"username": "string",
  
  
"password": "string"
  
}
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI