From the /api endpoint, after authorizing with my API RW key, when I try the default payload I get the same “access_denied” error:
[
{
"type": "danger",
"log": [
"mailbox",
"add",
"mailbox",
{
"active": "1",
"domain": "domain.tld",
"local_part": "info",
"name": "Full name",
"password": "*",
"password2": "*",
"quota": "3072",
"force_pw_update": "1",
"tls_enforce_in": "1",
"tls_enforce_out": "1"
},
null
],
"msg": "access_denied"
}
]
Is this an issue?