Skip to main content

Get IP address

GET 

/ip_addresses/ip_address

Returns information about a specific IP address

Scopes

  • ip_addresses
  • ip_addresses:read

OAuth2 Scopes

When using OAuth2 authentication, scopes are prefixed with api.katapult.io/core/v1/.

Request

Query Parameters

    ip_address[id] string

    The IP address to find.

    All 'ip_address[]' params are mutually exclusive, only one can be provided.

    ip_address[address] string

    The IP address to find.

    All 'ip_address[]' params are mutually exclusive, only one can be provided.

Responses

Returns information about a specific IP address

Schema

    ip_address

    object

    required

    id string
    address string
    reverse_dns string
    vip boolean
    label stringnullable
    address_with_mask string

    network

    object

    id string
    name string
    permalink stringnullable

    data_center

    object

    id string
    name string
    permalink string

    country

    object

    id string
    name string
    iso_code2 string
    iso_code3 string
    time_zone stringnullable
    eu boolean
    allocation_id stringnullable
    allocation_type stringnullable

    allocation

    object

    nullable

    required

    id string
    name string
Loading...