Deprecated: Get active SMTP Configuration
GEThttps://$CUSTOM-DOMAIN/admin/v1/smtp
deprecated
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.
Responses​
- 200
- 403
- 404
- default
A successful response.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
smtpConfig
object
{
"smtpConfig": {
"details": {
"sequence": "2",
"creationDate": "2025-03-25T09:53:37.905Z",
"changeDate": "2025-03-25T09:53:37.905Z",
"resourceOwner": "69629023906488334"
},
"senderAddress": "noreply@m.zitadel.cloud",
"senderName": "ZITADEL",
"tls": true,
"host": "smtp.postmarkapp.com:587",
"user": "197f0117-529e-443d-bf6c-0292dd9a02b7",
"replyToAddress": "replyto@m.zitadel.cloud",
"state": "SMTP_CONFIG_STATE_UNSPECIFIED",
"description": "Mailjet",
"id": "string"
}
}
- Schema
- Example (from schema)
Schema
smtpConfig
object
{
"smtpConfig": {
"details": {
"sequence": "2",
"creationDate": "2025-03-25T09:53:37.906Z",
"changeDate": "2025-03-25T09:53:37.906Z",
"resourceOwner": "69629023906488334"
},
"senderAddress": "noreply@m.zitadel.cloud",
"senderName": "ZITADEL",
"tls": true,
"host": "smtp.postmarkapp.com:587",
"user": "197f0117-529e-443d-bf6c-0292dd9a02b7",
"replyToAddress": "replyto@m.zitadel.cloud",
"state": "SMTP_CONFIG_STATE_UNSPECIFIED",
"description": "Mailjet",
"id": "string"
}
}
- Schema
- Example (from schema)
Schema
smtpConfig
object
{
"smtpConfig": {
"details": {
"sequence": "2",
"creationDate": "2025-03-25T09:53:37.906Z",
"changeDate": "2025-03-25T09:53:37.906Z",
"resourceOwner": "69629023906488334"
},
"senderAddress": "noreply@m.zitadel.cloud",
"senderName": "ZITADEL",
"tls": true,
"host": "smtp.postmarkapp.com:587",
"user": "197f0117-529e-443d-bf6c-0292dd9a02b7",
"replyToAddress": "replyto@m.zitadel.cloud",
"state": "SMTP_CONFIG_STATE_UNSPECIFIED",
"description": "Mailjet",
"id": "string"
}
}
Returned when the user does not have permission to access the resource.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Returned when the resource does not exist.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
An unexpected error response.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
code int32
message string
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://$CUSTOM-DOMAIN/admin/v1/smtp' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
ResponseClear