Create

REST API Method:Create

Create a new subaccount

 

URL:

https://api.mailmonitorapp.com/mma/subaccount


HTTP Method(s):

POST


    Example JSON Data Element:


{

    "loginEmail":"user@example.com",

    "password":"S@mpl3P@ssw0rd",

    "companyName":"Example Co Inc"

}


If the operation succeeds, the call will return a 200 Success Code and no data.


Error Codes:


403 - If the account is not permitted to use subaccounts.

409 - If the subaccount with the specified email address already exists.




Comments