Pular para o conteúdo

List Email Configs

GET
/api/v1/email/config

List all email configurations.

Super Admin only.

Query params:

  • tenant_id: Filter by tenant (optional)
tenant_id
Any of:
integer

Successful Response

Response List Email Configs Api V1 Email Config Get
Array<object>
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