Pular para o conteúdo

Get Email Config

GET
/api/v1/email/config/{config_id}

Get email configuration by ID.

Super Admin only.

config_id
required
Config Id
integer

Successful Response

EmailConfigResponse

Schema for email configuration response

object
provider
string
Allowed values: SMTP SENDGRID MAILGUN SES
smtp_host
Any of:
string
smtp_port
Any of:
integer
smtp_user
Any of:
string
smtp_password
Any of:
string
smtp_use_tls
Smtp Use Tls
boolean
default: true
smtp_use_ssl
Smtp Use Ssl
boolean
api_key
Any of:
string
from_email
required
From Email
string format: email
from_name
required
From Name
string
reply_to
Any of:
string format: email
is_active
Is Active
boolean
default: true
id
required
Id
integer
tenant_id
required
Any of:
integer
is_verified
required
Is Verified
boolean
created_at
required
Created At
string format: date-time
updated_at
required
Updated At
string format: date-time

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string