Ratelimits
Edit mailbox ratelimits
Using this endpoint you can edit the ratelimits for a certain mailbox.
post/api/v1/edit/rl-mbox/
Request body
Example request
{
"attr": {
"rl_value": "10",
"rl_frame": "h"
},
"items": [
"info@domain.tld"
]
}Response
OK