Summary

REST API Method: summary

Returns an array of subaccount objects for the current account.

 

URL:

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


HTTP Method(s):

GET


Examples:

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


Response:


An array of JSON objects, one for each subaccount.


    Example JSON Response:


[ { "loginEmail":"subacct1@example.com", "companyName":"Example 1 Inc" },

    { "loginEmail":"subacct2@example.com", "companyName":"Example 2 Inc" },

  ...

]


Error Codes:


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

Comments