# Set a custom sending limit

Set a custom sending limit

Endpoint: PUT /v5/accounts/limit/custom/monthly
Version: 3.0.0
Security: basicAuth

## Query parameters:

  - `limit` (number, required)
    The limit to set

## Response 200 fields (application/json):

  - `success` (boolean)
    Indicates success of request

## Response 400 fields (application/json):

  - `message` (string)
    Response message


