# Get details about account IP

Endpoint: GET /v3/ips/{ip}
Version: 3.0.0
Security: basicAuth

## Path parameters:

  - `ip` (string, required)
    IP address to get details about

## Response 200 fields (application/json):

  - `dedicated` (boolean, required)
    whether the IP is dedicated or shared

  - `ip` (string, required)
    IP address

  - `rdns` (string, required)
    reverse DNS of the IP address

## Response 400 fields (application/json):

  - `message` (string, required)
    Response message


