v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01960201.2 KB
Ratelimits

Edit mailbox ratelimits

Using this endpoint you can edit the ratelimits for a certain mailbox.

post/api/v1/edit/rl-mbox/

Request body

itemsobject

contains list of mailboxes you want to edit the ratelimit of

Example request

{
  "attr": {
    "rl_value": "10",
    "rl_frame": "h"
  },
  "items": [
    "info@domain.tld"
  ]
}

Response

OK

type'success' | 'danger' | 'error'