AurionAI Docs

Get Email Settings

GET
/api/configuration/email/settings

Authorization

AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://loading/api/configuration/email/settings"
{
  "allow_outbound_emails": true,
  "allowed_addresses": [
    "string"
  ],
  "blocked_addresses": [
    "string"
  ],
  "created_at": "2019-08-24T14:15:22Z",
  "email_command_delimiter": "@Simonsays",
  "email_command_enabled": false,
  "global_bcc_addresses": [
    "string"
  ],
  "id": "string",
  "spam_detection_enabled": true,
  "updated_at": "2019-08-24T14:15:22Z",
  "use_agent_names": false,
  "use_original_sender_for_forwards": true,
  "use_reply_to_for_contacts": true
}