v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
serviceAllowlistManagement

List all allowlisted CIDRs/IP addresses.

Get a list of all allowlisted CIDR notations and/or IP addresses for the organization.

get/v1/serviceAllowlist/addresses

Response

List of all allowlisted CIDR notations and/or IP addresses for the organization.

Example response

{
  "data": [
    {
      "cidr": "192.35.24.1",
      "description": "Accountant"
    }
  ]
}