Bandwidth Overage ProtectionShow Bandwidth Overage Protection settings

Show Bandwidth Overage Protection settings

curl -X GET "https://api.5centscdn.com/v2/account/bwop" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY"
{
  "result": "success",
  "bwop": "110"
}
GET
/account/bwop
GET
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)

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.

Responses

resultstring

Operation outcome.

bwopstring

Current monthly bandwidth overage protection limit as a percentage of the plan's included bandwidth. Returns 0 if disabled.