Skip to main content

Request a rate limit change for a mail address

POST/v2/mail-addresses/{mailAddressId}/actions/request-rate-limit-change/
API version
v2
Request method
POST
Operation ID
mail-request-mail-address-rate-limit-change

Request

  • mailAddressIdstring (uuid)
    required

    ID of the MailAddress to request the rate limit change for.

Responses

No response content specified.

Usage examples

$ curl \
--fail \
--location \
-X POST \
-d '{"rateLimitId":"f0f86186-0a5a-45b2-aa33-502777496347"}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/mail-addresses/f0f86186-0a5a-45b2-aa33-502777496347/actions/request-rate-limit-change