Skip to main content

Get ip address restriction rule in organization

GET 

/bv/org/v1/organizations/securities/ip-restrictions

Get ip address restirction rule.

Request

Header Parameters

    x-bv-org-id stringrequired

    To invoke this API using api_token, you need to set the x-bv-org-id header to specify the organization for which you want to perform the action.

Responses

A successful response.

Schema
    ip_restriction object
    enabled booleanrequired

    Required. Indicate enable ip restriction or not.

    ip_rules object[]required
  • Array [
  • name stringrequired

    Required. The name of ip restriction.

    ip Required. The ip address for restriction (string)required
  • ]
Loading...