Download OpenAPI specification:Download
Access Control List
Adds one or more IPv4 CIDR blocks to the account IP authentication ACL. Only routable public addresses are accepted. Mask must be divisible by 8 (/8, /16, /24, /32).
Body for add acl entries.
required | Array of objects (cidrEntry) |
| apikey required | string |
{- "acl": [ ],
- "apikey": "Your API Key"
}{- "acl": [ ],
- "statusCode": "200",
- "status": "Success",
- "message": "ACLs added"
}Returns all IP ACL entries for the authenticated account.
Body for list acl entries.
| apikey required | string |
{- "apikey": "Your API Key"
}{- "acl": [ ],
- "statusCode": "200",
- "status": "Success"
}Removes one or more IPv4 CIDR blocks from the account IP authentication ACL.
Body for remove acl entries.
required | Array of objects (cidrEntry) |
| apikey required | string |
{- "acl": [ ],
- "apikey": "Your API Key"
}{- "acl": [ ],
- "statusCode": "200",
- "status": "Success",
- "message": "ACLs removed"
}