Skip to main content

Get current ip address

GET 

/bv/org/v1/organizations/securities/ip

It will get current ip address from client side.

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 string

    Output Only. The ip address.

Loading...