Skip to main content
GET
/
sub-account
/
{handle}
/
limit
Retrieve Sub-account Limit
curl --request GET \
  --url https://api.mailchannels.net/tx/v1/sub-account/{handle}/limit \
  --header 'X-Api-Key: <x-api-key>'
{
  "sends": 123
}

Headers

X-Api-Key
string
required

Path Parameters

handle
string
required

Handle of the sub-account to retrieve the limit for.

Response

Successfully retrieved the limit for the specified sub-account.

sends
integer
required