ZITADEL Docs
APIsCore ResourcesV1Instance Objects

GetSMTPConfig

Deprecated: Get active SMTP Configuration

Returns the active SMTP configuration from the system. This is used to send E-Mails to the users.

Deprecated: please move to the new endpoint GetEmailProvider.

GET
/smtp

Response Body

application/json

application/json

curl -X GET "https://loading/smtp"
{
  "smtpConfig": {
    "details": {
      "sequence": 0,
      "creationDate": "1s",
      "changeDate": "1s",
      "resourceOwner": "string"
    },
    "senderAddress": "string",
    "senderName": "string",
    "tls": true,
    "host": "string",
    "user": "string",
    "replyToAddress": "string",
    "state": "SMTP_CONFIG_STATE_UNSPECIFIED",
    "description": "string",
    "id": "string"
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?