Bandwidth Overage ProtectionUpdate Bandwidth Overage Protection limit

Update Bandwidth Overage Protection limit

curl -X POST "https://api.5centscdn.com/v2/account/bwop" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY" \
  -d '{
  "bwop": 110
}'
{
  "result": "success",
  "message": "Bandwidth Overage Protection Updated"
}
POST
/account/bwop
POST
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: X-API-Key)
X-API-Keystring
Required

API key (sent in header)

Content-Typestring
Required

The media type of the request body

Options: application/json
bwopinteger
Required

Monthly bandwidth limit as a percentage of the plan's included bandwidth. Valid values between 90 and 120 (inclusive). Use 0 to disable.

Min: 90 • Max: 120
Request Preview
Response

Response will appear here after sending the request

Authentication

header
X-API-Keystring
Required

API Key for authentication. Provide your API key in the header.

Body

application/json
bwopinteger
Required

Monthly bandwidth limit as a percentage of the plan's included bandwidth. Valid values between 90 and 120 (inclusive). Use 0 to disable.

Responses

resultstring

Operation outcome.

messagestring

Human-readable description of the operation outcome.