Skip to content

Get an email provider by ID

GET
/api/v1/email/providers/{id}
curl --request GET \
--url http://127.0.0.1:58259/api/v1/email/providers/1

Retrieve details of a specific email provider.

id
required
integer format: int64

ID of the email provider

Email provider returned successfully

Media type */*
object
id
integer format: int64
userId
integer format: int64
name
string
host
string
port
integer format: int32
username
string
fromAddress
string
auth
boolean
startTls
boolean
defaultProvider
boolean
shared
boolean