Skip to content

Retrieve the organization's email settings

GET
/api/organizations/settings/email
curl --request GET \
--url https://example.com/api/organizations/settings/email \
--header 'Authorization: Bearer <token>'

Email settings retrieved successfully

Media typeapplication/json
object
provider
required

Transactional email provider service type (smtp, sendgrid, postmark, ses).

string
fromEmail
required

Default sender email address for system-generated outbound messages.

string
fromName

Default sender display name for outbound emails.

string
Example
{
"provider": "sendgrid",
"fromEmail": "[email protected]",
"fromName": "Dream Center Connect System"
}

Unauthorized

Forbidden