Skip to main content
PUT
/
sub-account
/
{handle}
/
limit
Set Sub-account Limit
curl --request PUT \
  --url https://api.mailchannels.net/tx/v1/sub-account/{handle}/limit \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <x-api-key>' \
  --data '{
  "sends": 1
}'
{
  "limit": {
    "sends": 123
  }
}

Headers

X-Api-Key
string
required

Path Parameters

handle
string
required

Handle of the sub-account to set limit for.

Body

application/json

The value the sub-account limit to set.

sends
integer
required
Required range: x >= 0

Response

The limit was successfully updated for the specified sub-account.

limit
object