Difference between revisions of "Exchange Mailbox Spam (Rest API)"

From Rackspace Email & Apps API
Jump to: navigation, search
(Index)
(remove accept header from examples to avoid confusion)
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__TOC__
 
__TOC__
  
== Spam Settings ==
+
== v1 - Current ==
  
=== Show ===
+
=== Spam Settings ===
 +
 
 +
==== Show ====
  
 
''URL'':
 
''URL'':
  <nowiki>[GET]  https://api.emailsrvr.com/v0/customers/(customer account  number)/domains/(domain name)
+
  <nowiki>[GET]  https://api.emailsrvr.com/v1/customers/(customer account  number)/domains/(domain name)
 
         /ex/mailboxes/(mailbox  name)/spam/settings</nowiki>
 
         /ex/mailboxes/(mailbox  name)/spam/settings</nowiki>
  
Line 17: Line 19:
 
''Remarks'':
 
''Remarks'':
  
The Show operation only  supports the GET HTTP verb. For .xml format refer to the following  schema document: [http://api.emailsrvr.com/Schemas/MailboxSpamSetting.xsd  MailboxSpamSetting.xsd]
+
The Show operation only  supports the GET HTTP verb.
  
  
 
''Example'':
 
''Example'':
 
<pre>
 
<pre>
get  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/settings',  'text/xml'
+
get  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/settings'
 
</pre>
 
</pre>
  
Line 42: Line 44:
 
{"filterLevel":"on","sendToDomainQuarantine":false,"quarantineOwner":""}
 
{"filterLevel":"on","sendToDomainQuarantine":false,"quarantineOwner":""}
  
=== Edit ===
+
==== Edit ====
  
 
''URL'':
 
''URL'':
  <nowiki>[PUT]  https://api.emailsrvr.com/v0/customers/(customer account  number)/domains/(domain name)
+
  <nowiki>[PUT]  https://api.emailsrvr.com/v1/customers/(customer account  number)/domains/(domain name)
 
         /ex/mailboxes/(mailbox  name)/spam/settings</nowiki>
 
         /ex/mailboxes/(mailbox  name)/spam/settings</nowiki>
  
Line 87: Line 89:
 
''Example'':
 
''Example'':
 
<pre>
 
<pre>
put  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/settings',  'text/xml',
+
put  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/settings',
 
{  
 
{  
 
   'filterlevel' => 'off'
 
   'filterlevel' => 'off'
Line 106: Line 108:
 
|}
 
|}
  
== Blacklist ==
+
=== Blacklist ===
  
=== Index ===
+
==== Index ====
  
 
''URL'':
 
''URL'':
  <nowiki>[GET]  https://api.emailsrvr.com/v0/customers/(customer account  number)/domains/(domain name)
+
  <nowiki>[GET]  https://api.emailsrvr.com/v1/customers/(customer account  number)/domains/(domain name)
 
         /ex/mailboxes/(mailbox  name)/spam/blacklist</nowiki>
 
         /ex/mailboxes/(mailbox  name)/spam/blacklist</nowiki>
  
Line 122: Line 124:
 
''Remarks'':
 
''Remarks'':
  
The Index operation only  supports the GET HTTP verb. For .xml format refer to the following  schema document: [http://api.emailsrvr.com/Schemas/Blacklist.xsd  Blacklist.xsd]
+
The Index operation only  supports the GET HTTP verb.
  
  
 
''Example'':
 
''Example'':
 
<pre>
 
<pre>
get  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/blacklist',  'text/xml'
+
get  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/blacklist'
 
</pre>
 
</pre>
  
Line 148: Line 150:
 
{"addresses":["name1@spam.com","name2@spam.com"]}
 
{"addresses":["name1@spam.com","name2@spam.com"]}
  
=== Add ===
+
==== Add ====
  
 
''URL'':
 
''URL'':
  <nowiki>[POST]  https://api.emailsrvr.com/v0/customers/(customer account  number)/domains/(domain name)
+
  <nowiki>[POST]  https://api.emailsrvr.com/v1/customers/(customer account  number)/domains/(domain name)
 
         /ex/mailboxes/(mailbox  name)/spam/blacklist/(email address)</nowiki>
 
         /ex/mailboxes/(mailbox  name)/spam/blacklist/(email address)</nowiki>
  
Line 162: Line 164:
 
''Example'':
 
''Example'':
 
<pre>
 
<pre>
post  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/blacklist/anyone@spam.com',  {},'text/xml'
+
post  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/blacklist/anyone@spam.com',  {}
 
</pre>
 
</pre>
  
Line 182: Line 184:
 
|}
 
|}
  
=== Delete ===
+
==== Delete ====
  
 
''URL'':
 
''URL'':
  <nowiki>[DELETE]  https://api.emailsrvr.com/v0/customers/(customer account  number)/domains/(domain name)
+
  <nowiki>[DELETE]  https://api.emailsrvr.com/v1/customers/(customer account  number)/domains/(domain name)
 
             /ex/mailboxes/(mailbox  name)/spam/blacklist/(email address)</nowiki>
 
             /ex/mailboxes/(mailbox  name)/spam/blacklist/(email address)</nowiki>
  
Line 196: Line 198:
 
''Example'':
 
''Example'':
 
<pre>
 
<pre>
delete  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/blacklist/anyone@yahoo.com',  'text/xml'
+
delete  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/blacklist/anyone@yahoo.com'
 
</pre>
 
</pre>
  
Line 216: Line 218:
 
|}
 
|}
  
=== Edit ===
+
==== Edit ====
  
 
''URL'':
 
''URL'':
  <nowiki>[PUT] https://api.emailsrvr.com/v0/customers/(customer account number)/domains/(domain name)
+
  <nowiki>[PUT] https://api.emailsrvr.com/v1/customers/(customer account number)/domains/(domain name)
 
               /ex/mailboxes/(mailbox name)/spam/blacklist</nowiki>
 
               /ex/mailboxes/(mailbox name)/spam/blacklist</nowiki>
  
Line 250: Line 252:
 
   'addList' => '@%.example.com,abc@example.com',
 
   'addList' => '@%.example.com,abc@example.com',
 
   'removeList' => '@examp%.com'
 
   'removeList' => '@examp%.com'
},
+
}
'text/xml'
 
 
</pre>
 
</pre>
  
== IP Blacklist ==
+
=== IP Blacklist ===
  
=== Index ===
+
==== Index ====
  
 
''URL'':
 
''URL'':
  <nowiki>[GET]  https://api.emailsrvr.com/v0/customers/(customer account  number)/domains/(domain name)
+
  <nowiki>[GET]  https://api.emailsrvr.com/v1/customers/(customer account  number)/domains/(domain name)
 
         /ex/mailboxes/(mailbox  name)/spam/ipblacklist</nowiki>
 
         /ex/mailboxes/(mailbox  name)/spam/ipblacklist</nowiki>
  
Line 270: Line 271:
 
''Remarks'':
 
''Remarks'':
  
The Index operation only  supports the GET HTTP verb. For .xml format refer to the following  schema document: [http://api.emailsrvr.com/Schemas/IpBlacklist.xsd  IpBlacklist.xsd]
+
The Index operation only  supports the GET HTTP verb.
  
  
 
''Example'':
 
''Example'':
 
<pre>
 
<pre>
get  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/ipblacklist',  'text/xml'
+
get  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/ipblacklist'
 
</pre>
 
</pre>
  
Line 295: Line 296:
 
{"addresses":["216.12.34.1","216.12.34.2"]}
 
{"addresses":["216.12.34.1","216.12.34.2"]}
  
=== Add ===
+
==== Add ====
  
 
''URL'':
 
''URL'':
  <nowiki>[POST]  https://api.emailsrvr.com/v0/customers/(customer account  number)/domains/(domain name)
+
  <nowiki>[POST]  https://api.emailsrvr.com/v1/customers/(customer account  number)/domains/(domain name)
 
         /ex/mailboxes/(mailbox  name)/spam/ipblacklist/(ip address)</nowiki>
 
         /ex/mailboxes/(mailbox  name)/spam/ipblacklist/(ip address)</nowiki>
  
Line 309: Line 310:
 
''Example'':
 
''Example'':
 
<pre>
 
<pre>
post  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/blacklist/216.12.34.1',  {},'text/xml'
+
post  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/blacklist/216.12.34.1',  {}
 
</pre>
 
</pre>
  
=== Delete ===
+
==== Delete ====
  
 
''URL'':
 
''URL'':
  <nowiki>[DELETE]  https://api.emailsrvr.com/v0/customers/(customer account  number)/domains/(domain name)
+
  <nowiki>[DELETE]  https://api.emailsrvr.com/v1/customers/(customer account  number)/domains/(domain name)
 
             /ex/mailboxes/(mailbox  name)/spam/ipblacklist/(ip address)</nowiki>
 
             /ex/mailboxes/(mailbox  name)/spam/ipblacklist/(ip address)</nowiki>
  
Line 326: Line 327:
 
''Example'':
 
''Example'':
 
<pre>
 
<pre>
delete  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/ipblacklist/216.12.34.1',  'text/xml'
+
delete  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/ipblacklist/216.12.34.1'
 
</pre>
 
</pre>
  
Line 342: Line 343:
 
|}
 
|}
  
=== Edit ===
+
==== Edit ====
  
 
''URL'':
 
''URL'':
  <nowiki>[PUT] https://api.emailsrvr.com/v0/customers/(customer account number)/domains/(domain name)
+
  <nowiki>[PUT] https://api.emailsrvr.com/v1/customers/(customer account number)/domains/(domain name)
 
               /ex/mailboxes/(mailbox name)/spam/ipblacklist</nowiki>
 
               /ex/mailboxes/(mailbox name)/spam/ipblacklist</nowiki>
  
Line 377: Line 378:
 
   'addList' => '216.12.34.%,216.12.%.%',
 
   'addList' => '216.12.34.%,216.12.%.%',
 
   'removeList' => '216.%.%.%'
 
   'removeList' => '216.%.%.%'
},
+
}
'text/xml'
 
 
</pre>
 
</pre>
  
== Safelist ==
+
=== Safelist ===
  
=== Index ===
+
==== Index ====
  
 
''URL'':
 
''URL'':
  <nowiki>[GET]  https://api.emailsrvr.com/v0/customers/(customer account  number)/domains/(domain name)
+
  <nowiki>[GET]  https://api.emailsrvr.com/v1/customers/(customer account  number)/domains/(domain name)
 
         /ex/mailboxes/(mailbox  name)/spam/safelist</nowiki>
 
         /ex/mailboxes/(mailbox  name)/spam/safelist</nowiki>
  
Line 397: Line 397:
 
''Remarks'':
 
''Remarks'':
  
The Index operation only  supports the GET HTTP verb. For .xml format refer to the following  schema document: [http://api.emailsrvr.com/v0/Schemas/Safelist.xsd  Safelist.xsd]
+
The Index operation only  supports the GET HTTP verb.
  
  
 
''Example'':
 
''Example'':
 
<pre>
 
<pre>
get  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/safelist',  'text/xml'
+
get  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/safelist'
 
</pre>
 
</pre>
  
Line 423: Line 423:
 
{"addresses":["name1@notspam.com","name2@notspam.com"]}
 
{"addresses":["name1@notspam.com","name2@notspam.com"]}
  
=== Add ===
+
==== Add ====
  
 
''URL'':
 
''URL'':
  <nowiki>[POST]  https://api.emailsrvr.com/v0/customers/(customer account  number)/domains/(domain name)
+
  <nowiki>[POST]  https://api.emailsrvr.com/v1/customers/(customer account  number)/domains/(domain name)
 
         /ex/mailboxes/(mailbox  name)/spam/safelist/(email address)</nowiki>
 
         /ex/mailboxes/(mailbox  name)/spam/safelist/(email address)</nowiki>
  
Line 437: Line 437:
 
''Example'':
 
''Example'':
 
<pre>
 
<pre>
post  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/safelist/anyone@yahoo.com',  {},'text/xml'
+
post  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/safelist/anyone@yahoo.com',  {}
 
</pre>
 
</pre>
  
Line 453: Line 453:
 
|}
 
|}
  
=== Delete ===
+
==== Delete ====
  
 
''URL'':
 
''URL'':
  <nowiki>[DELETE]  https://api.emailsrvr.com/v0/customers/(customer account  number)/domains/(domain name)
+
  <nowiki>[DELETE]  https://api.emailsrvr.com/v1/customers/(customer account  number)/domains/(domain name)
 
             /ex/mailboxes/(mailbox  name)/spam/safelist/(email address)</nowiki>
 
             /ex/mailboxes/(mailbox  name)/spam/safelist/(email address)</nowiki>
  
Line 467: Line 467:
 
''Example'':
 
''Example'':
 
<pre>
 
<pre>
delete  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/safelist/anyone@yahoo.com',  'text/xml'
+
delete  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/safelist/anyone@yahoo.com'
 
</pre>
 
</pre>
  
Line 487: Line 487:
 
|}
 
|}
  
=== Edit ===
+
==== Edit ====
  
 
''URL'':
 
''URL'':
  <nowiki>[PUT] https://api.emailsrvr.com/v0/customers/(customer account number)/domains/(domain name)
+
  <nowiki>[PUT] https://api.emailsrvr.com/v1/customers/(customer account number)/domains/(domain name)
 
               /ex/mailboxes/(mailbox name)/spam/safelist</nowiki>
 
               /ex/mailboxes/(mailbox name)/spam/safelist</nowiki>
  
Line 522: Line 522:
 
   'addList' => '@%.example.com,abc@example.com',
 
   'addList' => '@%.example.com,abc@example.com',
 
   'removeList' => '@examp%.com'
 
   'removeList' => '@examp%.com'
},
+
}
'text/xml'
 
 
</pre>
 
</pre>
  
== IP Safelist ==
+
=== IP Safelist ===
  
=== Index ===
+
==== Index ====
  
 
''URL'':
 
''URL'':
  <nowiki>[GET]  https://api.emailsrvr.com/v0/customers/(customer account  number)/domains/(domain name)
+
  <nowiki>[GET]  https://api.emailsrvr.com/v1/customers/(customer account  number)/domains/(domain name)
 
         /ex/mailboxes/(mailbox  name)/spam/ipsafelist</nowiki>
 
         /ex/mailboxes/(mailbox  name)/spam/ipsafelist</nowiki>
  
Line 542: Line 541:
 
''Remarks'':
 
''Remarks'':
  
The Index operation only  supports the GET HTTP verb. For .xml format refer to the following  schema document: [http://api.emailsrvr.com/v0/Schemas/IpSafelist.xsd  IpSafelist.xsd]
+
The Index operation only  supports the GET HTTP verb.
  
  
 
''Example'':
 
''Example'':
 
<pre>
 
<pre>
get  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/ipsafelist',  'text/xml'
+
get  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/ipsafelist'
 
</pre>
 
</pre>
  
Line 568: Line 567:
 
{"addresses":["192.168.0.1","192.168.0.2"]}
 
{"addresses":["192.168.0.1","192.168.0.2"]}
  
=== Add ===
+
==== Add ====
  
 
''URL'':
 
''URL'':
  <nowiki>[POST]  https://api.emailsrvr.com/v0/customers/(customer account  number)/domains/(domain name)
+
  <nowiki>[POST]  https://api.emailsrvr.com/v1/customers/(customer account  number)/domains/(domain name)
 
         /ex/mailboxes/(mailbox  name)/spam/ipsafelist/(ip address)</nowiki>
 
         /ex/mailboxes/(mailbox  name)/spam/ipsafelist/(ip address)</nowiki>
  
Line 582: Line 581:
 
''Example'':
 
''Example'':
 
<pre>
 
<pre>
post  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/ipsafelist/216.12.34.1',  {},'text/xml'
+
post  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/ipsafelist/216.12.34.1',  {}
 
</pre>
 
</pre>
  
Line 598: Line 597:
 
|}
 
|}
  
=== Delete ===
+
==== Delete ====
  
 
''URL'':
 
''URL'':
  <nowiki>[DELETE]  https://api.emailsrvr.com/v0/customers/(customer account  number)/domains/(domain name)
+
  <nowiki>[DELETE]  https://api.emailsrvr.com/v1/customers/(customer account  number)/domains/(domain name)
 
             /ex/mailboxes/(mailbox  name)/spam/ipsafelist/(email address)</nowiki>
 
             /ex/mailboxes/(mailbox  name)/spam/ipsafelist/(email address)</nowiki>
  
Line 612: Line 611:
 
''Example'':
 
''Example'':
 
<pre>
 
<pre>
delete  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/ipsafelist/216.12.34.1',  'text/xml'
+
delete  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/ipsafelist/216.12.34.1'
 
</pre>
 
</pre>
  
Line 628: Line 627:
 
|}
 
|}
  
=== Edit ===
+
==== Edit ====
  
 
''URL'':
 
''URL'':
  <nowiki>[PUT] https://api.emailsrvr.com/v0/customers/(customer account number)/domains/(domain name)
+
  <nowiki>[PUT] https://api.emailsrvr.com/v1/customers/(customer account number)/domains/(domain name)
 
               /ex/mailboxes/(mailbox name)/spam/ipsafelist</nowiki>
 
               /ex/mailboxes/(mailbox name)/spam/ipsafelist</nowiki>
  
Line 663: Line 662:
 
   'addList' => '216.12.34.%,216.12.%.%',
 
   'addList' => '216.12.34.%,216.12.%.%',
 
   'removeList' => '216.%.%.%'
 
   'removeList' => '216.%.%.%'
},
+
}
'text/xml'
 
 
</pre>
 
</pre>

Revision as of 14:47, 12 January 2017

v1 - Current

Spam Settings

Show

URL:

[GET]  https://api.emailsrvr.com/v1/customers/(customer account  number)/domains/(domain name)
        /ex/mailboxes/(mailbox  name)/spam/settings


Description:

This operation returns the spam settings associated with the mailbox.


Remarks:

The Show operation only supports the GET HTTP verb.


Example:

get  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/settings'


XML Result Example:

<?xml version="1.0"  encoding="utf-8"?>
<MailboxSpamSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  xmlns:xsd="http://www.w3.org/2001/XMLSchema"  xmlns="urn:xml:MailboxSpamSettings">
  <filterLevel>on</filterLevel>
  <sendToDomainQuarantine>false</sendToDomainQuarantine>
  <quarantineOwner />
</MailboxSpamSettings>


Json Result Example:

{"filterLevel":"on","sendToDomainQuarantine":false,"quarantineOwner":""}

Edit

URL:

[PUT]  https://api.emailsrvr.com/v1/customers/(customer account  number)/domains/(domain name)
        /ex/mailboxes/(mailbox  name)/spam/settings


Description:

This operation will modify the mailbox spam setting. Only 'filterlevel' is the required form field.


Field Name Data Type Description
filterlevel string Spam filter status, must be 'on' or 'off' or 'exclusive' (Required)
sendtodomainquarantine boolean Indicates whether or not send spam to domain quarantine
quarantineowner string The email address that quarantine notifications be sent to
removeQuarantineOwner boolean Set this flag to "true" to remove quarantine owner


Remarks:

Form field "filterlevel" is always required.
When "filterlevel" is "on", spam will be sent to mailbox quarantine as default, unless "sendtodomainquarantine" is set to "true".
Changing "filterlevel" to "off" will force "sendtodomainquarantine" to be "false".
When "filterlevel" is "exclusive", spam will be sent to mailbox quarantine as default, unless "sendtodomainquarantine" is set to "true". In addition, mailbox will only receive email from addresses and IPs on its safelist.


Example:

put  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/settings',
{ 
  'filterlevel' => 'off'
}  


Errors:

Description HTTP Response Code Sample Message
Invalid input for form field 'filterlevel' 400 Invalid filterLevel, input must be: on/off/exclusive

Blacklist

Index

URL:

[GET]  https://api.emailsrvr.com/v1/customers/(customer account  number)/domains/(domain name)
        /ex/mailboxes/(mailbox  name)/spam/blacklist


Description:

This operation returns email address blacklist associated with the mailbox.


Remarks:

The Index operation only supports the GET HTTP verb.


Example:

get  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/blacklist'


XML Result Example:

<?xml version="1.0"  encoding="utf-8"?>
<blacklist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  xmlns:xsd="http://www.w3.org/2001/XMLSchema"  xmlns="urn:xml:blacklist">
  <addresses>
    <address>name1@spam.com</address>
    <address>name2@spam.com</address>
  </addresses>
</blacklist>


Json Result Example:

{"addresses":["name1@spam.com","name2@spam.com"]}

Add

URL:

[POST]  https://api.emailsrvr.com/v1/customers/(customer account  number)/domains/(domain name)
        /ex/mailboxes/(mailbox  name)/spam/blacklist/(email address)


Description:

Adds an email address or domain to the blacklist.


Example:

post   '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/blacklist/anyone@spam.com',  {}


Errors:

Description HTTP Response Code Sample Message
Entered invalid email or domain 400 invalid email address: abc
Entered current domain 400 Adding example.com would blacklist the current domain

Delete

URL:

[DELETE]  https://api.emailsrvr.com/v1/customers/(customer account  number)/domains/(domain name)
            /ex/mailboxes/(mailbox  name)/spam/blacklist/(email address)


Description:

Removes an email address or domain from the blacklist.


Example:

delete   '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/blacklist/anyone@yahoo.com'


Errors:

Description HTTP Response Code Sample Message
Entered invalid email or domain 400 invalid email address: abc
Entered email or domain is not on the current blacklist 400 abc@junkmail.com is not found on the blacklist

Edit

URL:

[PUT] https://api.emailsrvr.com/v1/customers/(customer account number)/domains/(domain name)
               /ex/mailboxes/(mailbox name)/spam/blacklist

Description:

Edit email addresses on the blacklist.

Field Name Data Type Description
addList string Comma separated list of email addresses to add to the list
removeList string Comma separated list of email addresses to remove from the list

Note:

You can use a '%' as a wildcard in domains, but not in the TLD (.com, .net, etc). You cannot use wildcards in email addresses. For example, the following are allowed: @%.example.com, @examp%.com.

Example:

put '/customers/12345678/domains/example.com/ex/mailboxes/jane.doe/spam/blacklist',
{
  'addList' => '@%.example.com,abc@example.com',
  'removeList' => '@examp%.com'
}

IP Blacklist

Index

URL:

[GET]  https://api.emailsrvr.com/v1/customers/(customer account  number)/domains/(domain name)
        /ex/mailboxes/(mailbox  name)/spam/ipblacklist


Description:

This operation returns IP blacklist associated with the mailbox.


Remarks:

The Index operation only supports the GET HTTP verb.


Example:

get  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/ipblacklist'

XML Result Example':

<?xml  version="1.0" encoding="utf-8"?>
<ipBlacklist  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  xmlns:xsd="http://www.w3.org/2001/XMLSchema"  xmlns="urn:xml:ipBlacklist">
  <addresses>
    <ip>216.12.34.1</ip>
    <ip>216.12.34.2</ip>
  </addresses>
</ipBlacklist>


Json Result Example:

{"addresses":["216.12.34.1","216.12.34.2"]}

Add

URL:

[POST]  https://api.emailsrvr.com/v1/customers/(customer account  number)/domains/(domain name)
        /ex/mailboxes/(mailbox  name)/spam/ipblacklist/(ip address)


Description:

Adds an IP to the blacklist.


Example:

post  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/blacklist/216.12.34.1',  {}

Delete

URL:

[DELETE]  https://api.emailsrvr.com/v1/customers/(customer account  number)/domains/(domain name)
            /ex/mailboxes/(mailbox  name)/spam/ipblacklist/(ip address)


Description:

Removes an IP from the blacklist.


Example:

delete  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/ipblacklist/216.12.34.1'


Errors:

Description HTTP Response Code Sample Message
Entered IP is not on the current blacklist 400 216.12.34.1 is not found on the blacklist

Edit

URL:

[PUT] https://api.emailsrvr.com/v1/customers/(customer account number)/domains/(domain name)
               /ex/mailboxes/(mailbox name)/spam/ipblacklist


Description:

Edit IP addresses on the blacklist.

Field Name Data Type Description
addList string Comma separated list of IP addresses to add to the list
removeList string Comma separated list of IP addresses to remove from the list

Note:

You can use a '%' as a wildcard in the last octets to specify IP ranges. For example: 216.12.34.%, 216.12.%.%, 216.%.%.%.

Example:

put '/customers/12345678/domains/example.com/ex/mailboxes/jane.doe/spam/ipblacklist',
{
  'addList' => '216.12.34.%,216.12.%.%',
  'removeList' => '216.%.%.%'
}

Safelist

Index

URL:

[GET]  https://api.emailsrvr.com/v1/customers/(customer account  number)/domains/(domain name)
        /ex/mailboxes/(mailbox  name)/spam/safelist


Description:

This operation returns email address safelist associated with the mailbox.


Remarks:

The Index operation only supports the GET HTTP verb.


Example:

get  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/safelist'


XML Result Example:

<?xml version="1.0"  encoding="utf-8"?>
<safelist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  xmlns:xsd="http://www.w3.org/2001/XMLSchema"  xmlns="urn:xml:safelist">
  <addresses>
    <address>name1@notspam.com</address>
    <address>name2@notspam.com</address>
  </addresses>
</safelist>


Json Result Example:

{"addresses":["name1@notspam.com","name2@notspam.com"]}

Add

URL:

[POST]  https://api.emailsrvr.com/v1/customers/(customer account  number)/domains/(domain name)
        /ex/mailboxes/(mailbox  name)/spam/safelist/(email address)


Description:

Adds an email address or domain to the safelist.


Example:

post   '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/safelist/anyone@yahoo.com',  {}


Errors:

Description HTTP Response Code Sample Message
Entered invalid email or domain 400 invalid email address: abc

Delete

URL:

[DELETE]  https://api.emailsrvr.com/v1/customers/(customer account  number)/domains/(domain name)
            /ex/mailboxes/(mailbox  name)/spam/safelist/(email address)


Description:

Removes an email address or domain from the safelist.


Example:

delete   '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/safelist/anyone@yahoo.com'


Errors:

Description HTTP Response Code Sample Message
Entered invalid email or domain 400 invalid email address: abc
Entered email or domain is not on the current safelist 400 anyone@yahoo.com is not found on the safelist

Edit

URL:

[PUT] https://api.emailsrvr.com/v1/customers/(customer account number)/domains/(domain name)
               /ex/mailboxes/(mailbox name)/spam/safelist


Description:

Edit email addresses on the safelist.

Field Name Data Type Description
addList string Comma separated list of email addresses to add to the list
removeList string Comma separated list of email addresses to remove from the list

Note:

You can use a '%' as a wildcard in domains, but not in the TLD (.com, .net, etc). You cannot use wildcards in email addresses. For example, the following are allowed: @%.example.com, @examp%.com.

Example:

put '/customers/12345678/domains/example.com/ex/mailboxes/jane.doe/spam/safelist',
{
  'addList' => '@%.example.com,abc@example.com',
  'removeList' => '@examp%.com'
}

IP Safelist

Index

URL:

[GET]  https://api.emailsrvr.com/v1/customers/(customer account  number)/domains/(domain name)
        /ex/mailboxes/(mailbox  name)/spam/ipsafelist


Description:

This operation returns IP safelist associated with the mailbox.


Remarks:

The Index operation only supports the GET HTTP verb.


Example:

get  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/ipsafelist'


XML Result Example:

<?xml version="1.0"  encoding="utf-8"?>
<ipSafelist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  xmlns:xsd="http://www.w3.org/2001/XMLSchema"  xmlns="urn:xml:ipSafelist">
  <addresses>
    <ip>192.168.0.1</ip>
    <ip>192.168.0.2</ip>
  </addresses>
</ipSafelist>


Json Result Example:

{"addresses":["192.168.0.1","192.168.0.2"]}

Add

URL:

[POST]  https://api.emailsrvr.com/v1/customers/(customer account  number)/domains/(domain name)
        /ex/mailboxes/(mailbox  name)/spam/ipsafelist/(ip address)


Description:

Adds an IP to the ipsafelist.


Example:

post  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/ipsafelist/216.12.34.1',  {}


Errors:

Description HTTP Response Code Sample Message
Entered invalid IP address 400 invalid ip address: 123

Delete

URL:

[DELETE]  https://api.emailsrvr.com/v1/customers/(customer account  number)/domains/(domain name)
            /ex/mailboxes/(mailbox  name)/spam/ipsafelist/(email address)


Description:

Removes an IP from the safelist.


Example:

delete  '/customers/12345678/domains/example.com/ex/mailboxes/alex.smith/spam/ipsafelist/216.12.34.1'


Errors:

Description HTTP Response Code Sample Message
Entered IP is not on the current safelist 400 216.12.34.1 is not found on the safelist

Edit

URL:

[PUT] https://api.emailsrvr.com/v1/customers/(customer account number)/domains/(domain name)
               /ex/mailboxes/(mailbox name)/spam/ipsafelist


Description:

Edit IP addresses on the safelist.

Field Name Data Type Description
addList string Comma separated list of IP addresses to add to the list
removeList string Comma separated list of IP addresses to remove from the list

Note:

You can use a '%' as a wildcard in the last octets to specify IP ranges. For example: 216.12.34.%, 216.12.%.%, 216.%.%.%.

Example:

put '/customers/12345678/domains/example.com/ex/mailboxes/jane.doe/spam/ipsafelist',
{
  'addList' => '216.12.34.%,216.12.%.%',
  'removeList' => '216.%.%.%'
}