Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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 } }
Sets the limit for the specified sub-account. The minimum allowed sends is 0.
Handle of the sub-account to set limit for.
The value the sub-account limit to set.
x >= 0
The limit was successfully updated for the specified sub-account.
Show child attributes
Contact support