跳到主要内容

Get ip address restriction rule in organization

GET 

https://api.one.blendvision.com/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
  • ]

Authorization: authorization

name: authorizationtype: apiKeydescription: Enter the token with Bearer schema prefix, eg. `Bearer <token-string>`in: header
curl -L 'https://api.one.blendvision.com/bv/org/v1/organizations/securities/ip-restrictions' \
-H 'Accept: application/json' \
-H 'authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://api.one.blendvision.com
Auth
Parameters
— headerrequired
ResponseClear

Click the Send API Request button above and see the response here!